#support

Pointing Existing K8s App to SigNoz using Micrometer, Prometheus

TLDR Ramkumar asks how to point k8s app to SigNoz. Srikanth provides instructions on creating an override-value.yaml and points them to relevant documentation.

Powered by Struct AI
8
6mo
Solved
Join the chat
Jun 03, 2023 (6 months ago)
Ramkumar
Photo of md5-22e33f060f430a4a709b0c19d4f56713
Ramkumar
12:19 AM
hi there, i am trying to see how I can point my existing k8s based app to signoz, we use micrometer, prometheus and k8s.
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
03:29 AM
See this part of docs https://signoz.io/docs/userguide/send-metrics/#enable-a-prometheus-receiver. You can run collector to scrape the metrics and send them to SigNoz.
Ramkumar
Photo of md5-22e33f060f430a4a709b0c19d4f56713
Ramkumar
05:09 AM
Srikanth that document is not giving instructions on how to override helm charts to enable this. Can you point me to that?
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
05:14 AM
Create an override-value.yaml and make changes to the default config to suit your needs. That should do it.
Ramkumar
Photo of md5-22e33f060f430a4a709b0c19d4f56713
Ramkumar
05:25 AM
global:
  storageClass: gp2
  cloud: aws

clickhouse:
  installCustomStorageClass: true

otelCollectorMetrics:
  config:
    scrape_configs:
        - job_name: "otel-collector"
          scrape_interval: 30s
          static_configs:
            - targets: ["otel-collector:8889"]
05:25
Ramkumar
05:25 AM
like that?
05:25
Ramkumar
05:25 AM
when i do a dry-run don't see the values
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
05:25 AM
Just the otelCollectorMetrics is enough

SigNoz Community

Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI

Indexed 1023 threads (61% resolved)

Join Our Community