Skip to content

[kube-prometheus-stack] enableOTLPReceiver is not passed through to the CRD #5689

Open
@KarstenB

Description

@KarstenB

Is your feature request related to a problem ?

There is now a enableOTLPReceiver field in the Prometheus CRD, but the kube-prometheus-stack doesn't pass that through unfortunately.

Describe the solution you'd like.

Pass

prometheus:
  prometheusSpec:
    enableOTLPReceiver: true

down to the Prometheus CRD

Describe alternatives you've considered.

This works, but I don't see why a supported flag in the CRD should not be passed through.

prometheus:
  prometheusSpec:
    additionalArgs:
     # This is a workaround for the enableOTLPReceiver: true line which would actually be supported in the prometheus spec
      - name: "web.enable-otlp-receiver"

Additional context.

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions