Make Actuator endpoint metrics distinguishable #13435
Labels
status: blocked
An issue that's blocked on an external project change
type: enhancement
A general enhancement
Milestone
When querying metrics, I would like to be able to query metrics related to endpoints (
http.server.requests
) such that I can filter out non-user facing endpoints like the Actuator endpoints. When monitoring, I want to look at things like request rate, error rate, and latency on user-facing endpoints, without access to the Actuator endpoints affecting those metrics.If such filtering were possible, it could be used in excluding Actuator endpoints from alerts and graphs and ad hoc queries, when desired.
Some metrics backends may allow querying with wildcards/regex to approximate this. For example, in PromQL, the 5m request rate excluding Actuator endpoints might be written like this:
But for a query like above to work, it would require all applications use the same management context-path. Having a simpler, more robust way to filter via a tag would be helpful.
/CC @jkschneider
The text was updated successfully, but these errors were encountered: