SteeltoeOSS / Documentation

The documentation, api browser, and getting started guides used for the Steeltoe's website.
Apache License 2.0
8 stars 23 forks source link

For /prometheus and /metrics endpoints we need examples of what is exposed #207

Open jkonicki opened 3 years ago

jkonicki commented 3 years ago

Our docs for prometheus and metrics endpoints should give examples of the the metrics and dimensions these endpoints expose.

Comment from user The documentation says that metrics are in the spring boot format, but I was unsure if that just meant the same endpoints or if it would have similar metrics exposed out of the box? Mainly I need to know if the HTTP metrics are broken out by endpoint like Spring Boot, or all lumped together like Dotnet Core.