apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.19k stars 3.19k forks source link

Doris support OpenTelemetry data store [Feature] #32242

Open young138120 opened 5 months ago

young138120 commented 5 months ago

Search before asking

Description

No response

Use case

No response

Related issues

No response

Are you willing to submit PR?

Code of Conduct

dataroaring commented 5 months ago

Cloud you explain more? Are you planning using doris as backend db of open telemetry?

young138120 commented 5 months ago

yeah ,I have a doris cluster and want to use doris as backend of the opentelemetry

bunkrur commented 3 months ago

Wouldn't you just create a table for each signal type? The otel spec can easily be transformed in this way.

I think you're looking for a collector exporter that can perform ingestion to a set of tables per signal type, rather than support for a table based on the otel schema?

jacbo0112 commented 1 month ago

I think otelcol-contrib should be added. There are many third-party exporters out there. image Clickhouse and influxdb each have their own exporter