Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prometheus-kube-stack] Enable otlp receiver #5080

Open
truongnht opened this issue Dec 20, 2024 · 2 comments
Open

[prometheus-kube-stack] Enable otlp receiver #5080

truongnht opened this issue Dec 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@truongnht
Copy link

Is your feature request related to a problem ?

For new Prometheus 3.0 to receive OTLP metrics, OTLP receiver feature needs to be enabled via cli arg web.enable-otlp-receiver. This option is not available at this moment in helmchart.

Describe the solution you'd like.

Add option to enable otlp-receiver

Describe alternatives you've considered.

n/a

Additional context.

No response

@truongnht truongnht added the enhancement New feature or request label Dec 20, 2024
@bartvanackooij
Copy link

You could use the additonalArgs on the prometheus.prometheusSpec to enable it:

prometheus:
  prometheusSpec:
    additionalArgs:
      - name: web.enable-otlp-receiver
        value: ""

@truongnht
Copy link
Author

@bartvanackooij let me try out, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants