ymotongpoo / opentelemetry-collector-extra

This project is a sample of OpenTelemetry Collector receiver and exporter to Discord
Apache License 2.0
2 stars 0 forks source link

[receiver/discord] support server_wide and channels option #13

Closed ymotongpoo closed 8 months ago

ymotongpoo commented 8 months ago

Component(s)

receiver/discord

What happened?

Description

The current implementation doesn't support server_wide and channels options. (It works as server_wide=false and channels="", i.e. default settings of those.

Steps to Reproduce

n/a

Expected Result

server_wide and channels change the behavior of collection.

Actual Result

The collector treats both of options with default values even if they are set.

Environment information

Environment

any

OpenTelemetry Collector builder configuration

n/a

OpenTelemetry Collector configuration

n/a

Log output

No response

Additional context

No response