Troubleshooting OpenObserve Cloud Integration Errors
TLDR Dương was having connection issues integrating OpenObserve cloud into their company product. Ashish suggested using otlphttp, and setting the correct endpoint. Dương resolved the issue by using traces_endpoint.
1
Aug 28, 2023 (3 months ago)
Dương
03:55 AM2023-08-28T03:53:27.124Z warn zapgrpc/zapgrpc.go:195 [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {
2023-08-28T03:53:27.125893138Z "Addr": "api.openobserve.ai/api/daang_van_organization_2318_8rsWGzL81qL2UsT/traces",
2023-08-28T03:53:27.125907222Z "ServerName": "api.openobserve.ai/api/daang_van_organization_2318_8rsWGzL81qL2UsT/traces",
2023-08-28T03:53:27.125914763Z "Attributes": null,
2023-08-28T03:53:27.125922430Z "BalancerAttributes": null,
2023-08-28T03:53:27.125929222Z "Type": 0,
2023-08-28T03:53:27.125935805Z "Metadata": null
2023-08-28T03:53:27.125941847Z }. Err: connection error: desc = "transport: Error while dialing: dial tcp: address api.openobserve.ai/api/daang_van_organization_2318_8rsWGzL81qL2UsT/traces: missing port in address" {"grpc_log": true}
Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "traces", "name": "otlp/elastic", "error": "rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp: address api.openobserve.ai/api/daang_van_organization_2318_8rsWGzL81qL2UsT/traces: missing port in address\"", "interval": "31.252321716s"}
Ashish
04:04 AMDương
04:18 AMPermanent error: error exporting items, request to https://api.openobserve.ai/api/daang_van_organization_2318_8rsWGzL81qL2UsT/traces/v1/traces responded with HTTP Status Code 404
Ashish
04:18 AMAshish
04:18 AMDương
04:33 AMrequest to https://api.openobserve.ai/api/daang_van_organization_2318_8rsWGzL81qL2UsT/v1/traces responded with HTTP Status Code 404
Dương
04:57 AM1
OpenObserve
Indexed 406 threads (74% resolved)
Similar Threads
OpenObserve Configuration Issue with OTEL Collector
Shashank has issues with running openobserve v0.5.0 and OTEL collector(v0.80.0) due to an error in the traces pipeline. Prabhat suggested to modify the API endpoint.
OTel Metrics Setup - 404 Error and Authentication Issues
Ioannis encountered a 404 error and asked for assistance. Prabhat confirmed a bug, which was later fixed by Patel. Assen also found discrepancies in the documentation, which Prabhat corrected.
Resolving Data Ingestion Issues with OpenTelemetry in Java
frantisek and Shashank had issues with data ingestion using OpenTelemetry in Java. Prabhat suggested correcting the URL and headers for their metrics and traces, resolving the concern.