Replies: 1 comment
-
@heriparid Yes, you have to add the new job to scrape configs list for SigNoz to collector metrics exported by Prometheus clients. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for providing this such great Platform for APM.
So far, I have successfully integrated Spring Boot tracer and export to SigNoz' by using OpenTelemetry protocol. Thanks to Sleuth OTLP library. My setup so far:
spring.sleuth.otel.exporter.otlp.endpoint=http://signoz-otel-collector.<namespace>.svc.cluster.local:4317
Having said that, I need a guidance on how signoz collecting Spring Boot metric which generated by micrometer-registry-prometheus in Kubernetes Cluster
By using micrometer-registry-prometheus, my application exposes the metrics with the this endpoint /actuator/prometheus.
In my Kubernetes Cluster there're some Installed ConfigMaps one of them i.e
signoz-otel-collector-metrics
. Do I have to manually edit thesignoz-otel-collector-metrics
config map on the following screen shot image:Beta Was this translation helpful? Give feedback.
All reactions