You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure collector to use eventhub receiver and azure data explorer exporter
Expected Result
Collector reading logs and metrics from EventHub and sending to ADX via the exporter.
Actual Result
Receiving errors in the Collector logs and no logs or metrics are sent to ADX.
Collector version
0.17
Environment information
Environment
OS:Windows
OpenTelemetry Collector configuration
# To limit exposure to denial of service attacks, change the host in endpoints below from 0.0.0.0 to a specific network interface.# See https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md#safeguards-against-denial-of-service-attacksextensions:
#health_check:#pprof:# endpoint: 0.0.0.0:1777receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317azureeventhub:
connection: "Endpoint=sb://demo-observabilty.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=;EntityPath=maindiagnosticcollection"partition: ""group: $Defaultoffset: ""format: "azure"# optionaltime_formats:
# All supported time format. Default is empty string array, which means using the current iso8601 parser. The format is based on https://pkg.go.dev/time#Layout. If no time-zone info, will use UTC time.# logs: ["01/02/2006 15:04:05","2006-01-02 15:04:05","2006-01-02T15:04:05Z07:00"]# metrics: ["01/02/2006 15:04:05"]logs: ["2025-01-21T16:37:39.7526336Z"] # Example time formatmetrics: ["2025-01-21T16:37:39.7526336Z"] # Example time formatprocessors:
batch:
exporters:
debug:
verbosity: basicazuredataexplorer:
cluster_uri: "https://trd-sxwndfr8sm0vy6844c.z5.kusto.fabric.microsoft.com"application_id: "c84761b4-8a31-4cd9-baf9-bd6752190365"application_key: "<key>"tenant_id: "539d8bb1-bbd5-4f9d-836d-223c3e6d1e43"db_name: "OTELEventHouse"metrics_table_name: "OTELMetrics"logs_table_name: "OTELLogs"traces_table_name: "OTELTraces"ingestion_type : "managed"service:
pipelines:
traces:
#receivers: [otlp,azureeventhub]receivers: [otlp]processors: [batch]exporters: [debug,azuredataexplorer]metrics:
receivers: [otlp,azureeventhub]#receivers: [otlp]processors: [batch]exporters: [debug,azuredataexplorer]logs:
receivers: [otlp,azureeventhub]#receivers: [otlp]processors: [batch]exporters: [debug,azuredataexplorer]
Component(s)
receiver/azureeventhub
What happened?
Description
I am receiving following error after collector is started:
EventHub has 10 partitions.
Steps to Reproduce
Configure collector to use eventhub receiver and azure data explorer exporter
Expected Result
Collector reading logs and metrics from EventHub and sending to ADX via the exporter.
Actual Result
Receiving errors in the Collector logs and no logs or metrics are sent to ADX.
Collector version
0.17
Environment information
Environment
OS:Windows
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: