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.
Powered by Struct AI
2
6mo
Solved
Mar 30, 2023 (6 months ago)
Pruthvi
Pruthvi
01:13 PMOr is there a way to use grpcExporter in web ?
02:42
Pruthvi
02:42 PMthis is resolved by adding separate endpoint using this config
apiVersion:
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
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 825 threads (61% resolved)
Similar Threads
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.
3
5mo
Solved
Troubleshooting Docker File Configuration for Metrics Traces
Vibhav was trying to pass config in a Docker file and encountered issues with metrics traces not getting pushed. Prashant offered reference, and Srikanth identified potential grpc exporter issue.
9
2mo
Implementing Nginx Opentracing into SigNoz
Al is trying to implement nginx opentracing into SigNoz but encounters issues. Srikanth suggests exploring OpenTelemetry support for nginx instead.
5
4mo