pinpoint icon indicating copy to clipboard operation
pinpoint copied to clipboard

APM, (Application Performance Management) tool for large-scale distributed systems.

Results 293 pinpoint issues
Sort by recently updated
recently updated
newest added

Dear All I would like to increase the storage period for the summary information below. To achieve this, I would like to inquire which table's TTL value must be increased....

versions: 2.5.3 Reference documentation: https://github.com/pinpoint-apm/pinpoint-docker

https://github.com/pinpoint-apm/pinpoint/blob/d1dd51d10d662f5fb64b284bae6c05f014ada3be/.github/workflows/create-dockerfiles.yml#L3-L5 It hasn't run with recent 2.5.4 release. https://github.com/pinpoint-apm/pinpoint/actions/workflows/create-dockerfiles.yml

- Add v3 build script - Package the common module

# Update from Pinpoint2 to Pinpoint3 requires migration of the spring-batch schema. ## Spring-Batch-5.0-Migration-Guide https://github.com/spring-projects/spring-batch/wiki/Spring-Batch-5.0-Migration-Guide ## Migration script https://github.com/spring-projects/spring-batch/tree/main/spring-batch-core/src/main/resources/org/springframework/batch/core/migration

dependencies
module:batch

## Spring-Batch-5.0-Migration-Guide https://github.com/spring-projects/spring-batch/wiki/Spring-Batch-5.0-Migration-Guide **Database schema needs to be updated** ## Migration script https://github.com/spring-projects/spring-batch/tree/main/spring-batch-core/src/main/resources/org/springframework/batch/core/migration

dependencies
module:batch

Pinpoint currently stores the statistical data required by servermap at the `agentId` level. (columnName includes `agentId`) Bump this up to a larger unit, only use `serviceName + applicationName`, to speed...

enhancement
module:collector
module:web

in springbean plugin ,i use recorder.recordExceptionClassName(throwable.getClass().getName()) to record what i difined, but i can not get it in collector ,how can i do it; thanck you