TLDR yuta inquired about adding OpenObserve as an export destination for their collector. Prabhat suggested using otel-collector for sending logs, metrics, and traces.
sorry, I didn’t realize there was already a similar issue.
You could use otel-collector for sending logs (using elasticsearch exporter), metrics (using prometheus remote write) and traces (using OTLP)
thanks! :grinning:
yuta
Tue, 20 Jun 2023 03:45:06 UTCHello! Our organization is currently considering transitioning our observability backend from ElasticStack to OpenObserve. As such, we’re currently in the process of deploying OpenObserve on Kubernetes for testing in our development environment. We’ve been using the OpenTelemetry Collector to send traces, metrics, and logs to Elastic. Could you please advise us on how to add OpenObserve as an export destination for our collector? Upon checking the document (), I found that
For traces, we should use the otlphttp exporter
For metrics, we should use the prometheusremotewriteexporter
Which exporter should we use for logs?