Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Error decoding 'exporters': unknown type 'doris' for id 'doris' - Unsupported Exporter Type" #36085

Closed
LiuS1mple opened this issue Oct 30, 2024 · 4 comments
Labels
bug Something isn't working exporter/doris needs triage New item requiring triage

Comments

@LiuS1mple
Copy link

Component(s)

exporter/doris

What happened?

Description

Encountered an error when configuring exporters: error decoding 'exporters': unknown type: "doris" for id: "doris". It seems that "doris" is not recognized as a valid exporter type.

Steps to Reproduce

  1. Configure "doris" as an exporter in the configuration file.
  2. Deploy the collector with the new configuration.
  3. Observe the error message upon startup.

Expected Result

Since release 0.110.0 includes support for the "doris" exporter type, the collector should recognize "doris" as a valid exporter and start without issues.

Actual Result

error decoding 'exporters': unknown type: "doris" for id: "doris"

Collector version

0.112.0

Environment information

Environment

OS :Debian 6.1.85-1
Docker Image: opentelemetry/opentelemetry-collector:0.112.0
Compiler: N/A (using pre-built Docker image from Docker Hub, no manual compilation)

OpenTelemetry Collector configuration

exporters:
      debug:
        verbosity: detailed
      doris:
        endpoint: http://192.168.0.189:8030
        database: otel
        username: admin
        password: admin
        table:
          logs: otel_logs
          traces: otel_traces
          metrics: otel_metrics
        create_schema: true
        mysql_endpoint: 192.168.0.189:9030
        history_days: 0
        create_history_days: 0
        replication_num: 1
        timezone: Asia/Shanghai
        timeout: 5s
        sending_queue:
          enabled: true
          num_consumers: 10
          queue_size: 1000
        retry_on_failure:
          enabled: true
          initial_interval: 5s
          max_interval: 30s
          max_elapsed_time: 300s

Log output

error decoding 'exporters': unknown type: "doris" for id: "doris" (valid values: [otelarrow prometheus sentry signalfx otlphttp googlemanagedprometheus awskinesis otlp alibabacloud_logservice influxdb opensearch sumologic awsemf carbon clickhouse dataset elasticsearch googlecloudpubsub kafka loadbalancing azuredataexplorer cassandra logzio zipkin azuremonitor prometheusremotewrite pulsar debug awscloudwatchlogs file loki opencensus tencentcloud_logservice nop coralogix honeycombmarker mezmo rabbitmq awss3 datadog logicmonitor sapm splunk_hec syslog awsxray googlecloud])

Additional context

No response

@LiuS1mple LiuS1mple added bug Something isn't working needs triage New item requiring triage labels Oct 30, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@LiuS1mple
Copy link
Author

I noticed that the doris type is not included in the exporter list in this repository, which may be why the doris exporter has not been built.
https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/manifest.yaml

@joker-star-l
Copy link
Contributor

I noticed that the doris type is not included in the exporter list in this repository, which may be why the doris exporter has not been built. https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/manifest.yaml

Hello, the doris expoter is still in development. It will be added to build when it enters the alpha stability.

@LiuS1mple
Copy link
Author

I noticed that the doris type is not included in the exporter list in this repository, which may be why the doris exporter has not been built. https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/manifest.yaml

Hello, the doris expoter is still in development. It will be added to build when it enters the alpha stability.

Thank you for the clarification! I appreciate the update and look forward to the doris exporter’s inclusion once it reaches alpha stability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working exporter/doris needs triage New item requiring triage
Projects
None yet
Development

No branches or pull requests

2 participants