Skip to content

[receiver/azureeventhub] Azure Event Hub Receiver not available in Container Build v.0.70.0 #18208

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

Closed
cparkins opened this issue Jan 31, 2023 · 1 comment · Fixed by #18209
Closed
Assignees
Labels
bug Something isn't working receiver/azureeventhub

Comments

@cparkins
Copy link
Contributor

Component(s)

receiver/azureeventhub

What happened?

Description

When running the OpenTelemetry Collector Contrib container the azureeventhub receiver is not available.

Steps to Reproduce

Create a configuration that uses the Azure Event Hub Receiver and use it to start the Collector Container.

Expected Result

Container starts with Event Hub Receiver listening for Events.

Actual Result

Container fails to start up with error message.

Collector version

v0.70.0

Environment information

Environment

OS: Ubuntu 20.04

OpenTelemetry Collector configuration

receivers:
  azureeventhub:
    connection: "<REDACTED>"
    format: "azure"
exporters:
  logging:
    verbosity: detailed
service:
  pipelines:
    logs:
      receivers: [azureeventhub]
      processors: []
      exporters: [logging]

Log output

Error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding:

* error decoding 'receivers': unknown type: "azureeventhub" for id: "azureeventhub" (valid values: [googlecloudspanner nginx signalfx sqlserver active_directory_ds k8s_cluster cloudfoundry elasticsearch mongodb rabbitmq statsd prometheus_simple snmp windowsperfcounters awsecscontainermetrics expvar fluentforward mongodbatlas postgresql awscontainerinsightreceiver jaeger podman_stats splunk_hec dotnet_diagnostics k8sobjects sqlquery kafkametrics kafka awsfirehose bigip collectd httpcheck journald awscloudwatch googlecloudpubsub iis opencensus solace riak skywalking syslog apache couchdb influxdb jmx kubeletstats aerospike flinkmetrics otlpjsonfile prometheus otlp awsxray hostmetrics sapm udplog mysql nsxt receiver_creator purefa redis tcplog carbon docker_stats filelog k8s_events memcached vcenter wavefront zipkin zookeeper])
2023/01/31 21:50:49 collector server run finished with error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding:

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

Additional context

It appears that the receiver is missing from the builder-config.yaml.

@cparkins cparkins added bug Something isn't working needs triage New item requiring triage labels Jan 31, 2023
@atoulme atoulme added receiver/azureeventhub and removed needs triage New item requiring triage labels Jan 31, 2023
@atoulme atoulme self-assigned this Jan 31, 2023
@cparkins cparkins changed the title Azure Event Hub Receiver not available in Container Build v.0.70.0 [receiver/azureeventhub] Azure Event Hub Receiver not available in Container Build v.0.70.0 Jan 31, 2023
@github-actions
Copy link
Contributor

Pinging code owners:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working receiver/azureeventhub
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants