open-telemetry / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
3.13k stars 2.4k forks source link

error decoding 'receivers': unknown type: "pulsar" for id: "pulsar" #18516

Closed SyntaxEvg closed 1 year ago

SyntaxEvg commented 1 year ago

Component(s)

No response

What happened?

error decoding 'receivers': unknown type: "pulsar" for id: "pulsar" (valid values: [awsecscontainermetrics k8s_events prometheus signalfx aerospike awscloudwatch cloudfoundry collectd filelog fluentforward k8s_cluster kafka bigip carbon receiver_creator mysql googlecloudpubsub influxdb tcplog syslog vcenter flinkmetrics podman_stats skywalking apache dotnet_diagnostics nsxt purefa otlpjsonfile postgresql prometheus_simple zipkin awscontainerinsightreceiver elasticsearch rabbitmq riak wavefront otlp httpcheck kubeletstats googlecloudspanner jaeger mongodb mongodbatlas sqlquery couchdb jmx nginx windowsperfcounters active_directory_ds expvar statsd udplog zookeeper solace splunk_hec iis memcached opencensus sqlserver snmp docker_stats hostmetrics journald k8sobjects kafkametrics redis sapm awsfirehose awsxray])

Docker-compose otel/opentelemetry-collector-contrib:latest

Collector version

latest

Environment information

Environment

OS: (e.g., "Ubuntu 20.04") Compiler(if manually compiled): (e.g., "go 14.2")

OpenTelemetry Collector configuration

No response

Log output

No response

Additional context

image

github-actions[bot] commented 1 year ago

Pinging code owners for receiver/pulsar: @dmitryax @tjiuming. See Adding Labels via Comments if you do not have permissions to add labels yourself.

tjiuming commented 1 year ago

OK, I'll track the issue. Pulsar receiver/export are Alpha features, did you tried the following steps? https://github.com/open-telemetry/opentelemetry-collector/tree/main/featuregate#controlling-gates

SyntaxEvg commented 1 year ago

OK, I'll track the issue. Pulsar receiver/export are Alpha features, did you tried the following steps? https://github.com/open-telemetry/opentelemetry-collector/tree/main/featuregate#controlling-gates

Hello, you can include this plugin in the image, how long do you have to wait for it to be enabled, I really need it

tjiuming commented 1 year ago

oh, I remembered, I just added pulsar-exporter to collector-releases, but not added pulsar-receiver yet.

pulsar-exporter is available now, but pulsar exporter is not.

I'll create a PR to add pulsar-exporter to collector-releases, if you are in a hurry, you can also clone collector-contrib repo to your local and build it

the pulsar receiver will available in the next release

@SyntaxEvg

tjiuming commented 1 year ago

The related PR: https://github.com/open-telemetry/opentelemetry-collector-releases/pull/293

atoulme commented 1 year ago

This is now fixed. Closing.