pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.42k stars 3.75k forks source link

Agent statistic counting containers that does not exist anymore #8881

Open dv-morais opened 2 years ago

dv-morais commented 2 years ago

Version: 2.4.0 RC1

pinpoint is creating data about agents that does not exist anymore.

the property "pinpoint.container" is added as well.

image image

emeroad commented 2 years ago

The Agent Statistics page aggregates information from all agents, regardless of time period.

You can delete agent information by using removeInactiveAgents API, but you can no longer view past agent information. https://github.com/pinpoint-apm/pinpoint/blob/master/web/src/main/java/com/navercorp/pinpoint/web/authorization/controller/AdminController.java#L7

dv-morais commented 2 years ago

tried to use the suggested API and I was met with this error...

image