We are using Ignite with Spring Boot (IgniteSpringBean) and we would like
to export the metrics (logging and tracing) via
opentelemetry (spring-boot-starter-opentelemetry). I've followed this
<https://github.com/danvega/ot> tutorial where they export metrics, logging
and tracing to the grafana LGTM stack (through docker compose)
I've also had this
<https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/opencensus/OpenCensusMetricsExporterExample.java>
example working with spring boot but I had to use
*io.opencensus:opencensus-exporter-stats-prometheus* and
*io.prometheus:simpleclient_httpserver*.
Is there a way to get this setup working (or in the future version of
apache ignite)?
We are on the latest version 2.17.0.

Thanks Humphrey

Reply via email to