0

We are able to get latency metrics of multiple microservices using Jaeger. Currently Jaeger stores application metrics in elasticsearch.

My usecase is to get the latency of application from elasticsearch to prometheus.

Is there anyway to read the elasticsearch metrics of Jaeger? I already used elasticsearch-prometheus-exporter which only exports cluster details of ES.

Ram
  • 43
  • 1
  • 5

1 Answers1

1

The prometheus-es-exporter provides a way to create metrics using queries.

For further details you can check prometheus-es-exporter#query-metrics

Sergio Santiago
  • 1,316
  • 1
  • 11
  • 19