This message was deleted.
# support
s
This message was deleted.
a
@User it's basically address to reach the endpoint hosting the jvm metrics.
If SigNoz is hosted in the same k8s cluster, then the address should look like DNS resolution of the service hosting metrics
Eg,
<service-name>.<namespace>.svc.cluster.local:8090
also the service should expose port
8090
where the prometheus metrics are exposed
e
Thanks @User but we use two different clusters. one is dedicated to signoz and one for applications. so i have to point to loadbalancer:8090 of the application cluster?
a
@User yes, if the loadbalancer is on service level. Might be different for ingress
e
ok, i'll give it a try and update you thanks
👍 1
@User Just one more question, but does the same target apply to this conf? prometheus: config: scrape_configs: - job_name: "otel-collector" scrape_interval: 60s static_configs: - targets: ["otel-collector:8889"] should i always point to the application cluster?
a
this is part of SigNoz and should not change
it is supposed to scrape another service in the same cluster where signoz is installed