Hi,
I can see in the Jaeger documentation, in the "Monitoring" section, information about what port and endpoint that is used as "scraping" endpoint for the agent, collector and query respectively. I have also read the metrics from the collector and can see a number of metrics in Prometheus format as expected. However I cannot find any documentation saying anything about what these metrics are. Some of the metrics are obvious and for some I have found some information in the source code (I have looked at the collector in for example theSpanProcessorMetrics struct in metrics.go ) but not for all metrics.
My question is: Where can I find documentation describing all metrics for all parts of Jaeger? Even if there is no "official" documentation there must be something...
Thanks
Lennart Lund