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.
Jun 03, 2023 (6 months ago)
Ramkumar
12:19 AMSrikanth
03:29 AMRamkumar
05:09 AMSrikanth
05:14 AMRamkumar
05:25 AMglobal:
storageClass: gp2
cloud: aws
clickhouse:
installCustomStorageClass: true
otelCollectorMetrics:
config:
scrape_configs:
- job_name: "otel-collector"
scrape_interval: 30s
static_configs:
- targets: ["otel-collector:8889"]
Ramkumar
05:25 AMRamkumar
05:25 AMSrikanth
05:25 AMotelCollectorMetrics
is enoughSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Monitoring JDBC and HIKARI Metrics in SigNoz
Ragulraj is unable to monitor JDBC and HIKARI metrics in their spring boot application using SigNoz. Srikanth suggests configuring `scrape_configs` in `otel-collector-metrics`.
Difficulty Configuring SigNoz on AzureK8s with Prometheus
saptarshi seeks guidance on configuring SigNoz with Prometheus in AzureK8s, and Srikanth provides a link to documentation. saptarshi still faces issues and suggests adding data sources in the UI.
Replacing Grafana Elastic and Prometheus Setup with SigNoz
Dipen is trying to replace the current setup with SigNoz. Both Nocnica and Srikanth provide possible solutions including using OpenTelemetry and target allocator respectively.
Configuring Signoz to Consume Metrics From App's Endpoint
Sindhu wanted to configure Signoz to consume metrics from their app's endpoint. Ankit provided guidance on enabling a Prometheus receiver and suggested changing the host path for Docker.
Configuring SigNoz with Istio Traces and Service Monitors
Zakaria asked about integrating SigNoz with istio traces and Prometheus service monitors. Srikanth suggested using OpenTelemetry operator and provided guidance for troubleshooting and solving configuration issues in the process.