Centralizing SigNoz Otel Collector across Multiple Clusters
TLDR Shravan is trying to centralize their Signoz Otel collector across AWS, Azure, and GCP. Srikanth offers insights and sample configurations, though they do not reach a definitive resolution.
Jul 30, 2023 (4 months ago)
Shravan
12:44 PMWe have setup centralised signoz for different clusters deployed over AWS, Azure and GCP
k8s-infra is setup in each cluster and getting logs and k8s metrics
Now we have enabled Prometheus in our applications on our clusters but we don't want to expose the metrics publicly for Central Signoz Otel collector
How to setup signoz-otel collector in each cluster and forward the data to central Signoz Otel collector
Srikanth
01:46 PMShravan
02:07 PMShravan
02:33 PMShravan
03:13 PMglobal:
clusterName: "stage"
cloud: gcp
k8s-infra:
presets:
logsCollection:
enabled: true
otelAgent:
receivers:
prometheus:
config:
scrape_configs:
- job_name: "my-app-metrics"
scrape_interval: 30s
static_configs:
- targets: ["10.0.12.12:1234"]
service:
pipelines:
metrics:
receivers: [otlp,prometheus]
Srikanth
03:56 PMJul 31, 2023 (4 months ago)
Shravan
02:10 PMhttps://github.com/SigNoz/charts/blob/main/charts/k8s-infra/values.yaml
Srikanth
02:44 PMSrikanth
02:44 PMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Configuring OTel Collector to Export Data to SigNoz
James asked how to configure the otel collector to send data to SigNoz. Ankit suggested using the otlp exporter in the collector configuration. James found that SigNoz uses its own otel collector and adjusted the port bindings accordingly.
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.
Troubleshooting Signoz Dashboard Not Showing Traces
prasanth encountered issues with Signoz dashboard not displaying traces. Srikanth recommended configuring the `OTEL_EXPORTER_OTLP_ENDPOINT`, but they are still facing issues with the exporter's connection.
Monitoring Multiple Kubernetes Clusters with SigNoz
Siva asks about monitoring multiple Kubernetes clusters. Viljar suggested setting up otel collectors in the remote clusters and utilizing SigNoz's k8s-infra solution if needed.
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.