Using grpcExporter in Web with Separate Endpoint
TLDR Pruthvi asked about using grpcExporter in web and resolved it by adding a separate endpoint with a specific configuration.
Mar 30, 2023 (8 months ago)
Pruthvi
01:13 PMPruthvi
02:42 PMapiVersion:
kind: Ingress
metadata:
name: otel-collector-http-ingress
annotations:
: "HTTP"
: letsencrypt-prod
: "true"
: nginx
: "true"
spec:
rules:
- host:
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: signozagent-otel-collector
port:
name: otlp-http
tls:
- hosts:
-
secretName: otel-http-secret
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Troubleshooting Signoz Installation Issue on Cluster
Mayur is experiencing issues with connecting to an OTelCollectorEndpoint after a Signoz install, receiving connection errors. Solutions suggested by Prashant, such as including an ingress port and changing setup configurations, have not yet resolved the issue.
Issue with Otel Java Agent and Tomcat Server Logs
Ulisses is experiencing issues with a specific application that stops sending logs and metrics when the otel collector container is restarted. Srikanth suggested increasing the maximum received message size.
SigNoz Instrumentation Error in GCP/GKE with Python and FastAPI
Andre faced an error while instrumenting their app service with SigNoz. Srikanth identified the incorrect config and suggested the correct endpoint, resolving the issue.