ymotongpoo / opentelemetry-collector-extra

This project is a sample of OpenTelemetry Collector receiver and exporter to Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[receiver/discord] support server_wide and channels option

ymotongpoo opened this issue · comments

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