This message was deleted.
# support
s
This message was deleted.
s
There will be
otel-collector-metrics
pod running in the SigNoz deployment, which scrapes the metrics https://github.com/SigNoz/charts/blob/39bd534401375fc27958ff202e09c2148f6146d2/charts/signoz/values.yaml#L1529. You need to make sure the
scrape_configs
endpoint is set up correctly and reachable from the
otel-collector-metrics
.
r
Ok , i need to setup by service endpoints in scrape_configs by editing the values.yaml and reinstall signoz helm ?
s
You can use helm override values.yaml where you make your own changes.
r
Hi @Srikanth Chekuri i tried to override values.yaml using -->helm -n platform install --repo https://charts.signoz.io signoz/signoz --set otelCollectorMetrics.config.scrape_configs=[job_name: "transformation-ms"] --set otelCollectorMetrics.config.scrape_configs.scrape_interval=60s --set otelCollectorMetrics.config.metrics_path="/transformation-ms/actuator/prometheus" --set otelCollectorMetrics.config.scrape_configs.static_configs=[targets:["transformation-ms.default:3774"]]
for adding - job_name: "transformation-ms" scrape_interval: 10s metrics_path: "/transformation-ms/actuator/prometheus" static_configs: - targets: ["transformation-ms:3774"] this config in otel-collector-metricd
iam getting the below Error: INSTALLATION FAILED: non-absolute URLs should be in form of repo_name/path_to_chart, got: fincluez-l2t-loans] please help me in adding this to values.yaml
Hi @Srikanth Chekuri please help me in this