endpoint is set up correctly and reachable from the
otel-collector-metrics
.
r
Ragulraj
04/24/2023, 7:48 AM
Ok , i need to setup by service endpoints in scrape_configs by editing the values.yaml and reinstall signoz helm ?
s
Srikanth Chekuri
04/24/2023, 8:08 AM
You can use helm override values.yaml where you make your own changes.
r
Ragulraj
05/05/2023, 3:25 AM
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"]]
Ragulraj
05/05/2023, 3:25 AM
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
Ragulraj
05/05/2023, 3:26 AM
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
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.