influxdata/telegraf

inputs.eventhub_consumer: Support setting a proxy

开放

#15,588 创建于 2024年7月2日

 (1 条评论) (0 个反应) (0 位负责人)Go (5,838 个派生)batch import
feature requesthelp wantedsize/l

仓库指标

星标
 (17,764 个星标)
PR 合并指标
 (平均合并 2天 12小时) (30 天内合并 136 个 PR)

描述

Use Case

I want to be able to set a proxy for inputs.eventhub_consumer to able to consume an Azure event hub from behind a corporate proxy.

Expected behavior

I expected to be able to set a proxy in the telegraf config.

Actual behavior

Such a setting does not exist for inputs.eventhub_consumer

Additional info

The currently used library "azure-event-hubs-go" seems to not support that, see: https://github.com/Azure/azure-event-hubs-go/issues/163

However, this answer suggests that it is possible using the newer "azeventhubs": https://github.com/Azure/azure-event-hubs-go/issues/163#issuecomment-2124205621

贡献者指南