Skip to content

add the option to enable server reflection on otlp grpc receiver #4951

@tvaintrob

Description

@tvaintrob

Describe the solution you'd like
a configuration to enable server reflection on the grpc otlp receiver something like the following:

receivers:
  otlp:
    protocols:
      grpc:
        enable_reflection: true

Describe alternatives you've considered
thought about adding a new receiver plugin but seems like the better solution is to add the functionality to the default one

id be happy to implement this one myself and submit a PR

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions