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

Message volume decrease and CPU increase. #104

Open
PDelVal opened this issue Jan 11, 2023 · 1 comment
Open

Message volume decrease and CPU increase. #104

PDelVal opened this issue Jan 11, 2023 · 1 comment

Comments

@PDelVal
Copy link

PDelVal commented Jan 11, 2023

I am using prom-kafka-adapter:1.7.0 as a 3-replica pod in Openshfit to send metrics from Prometheus to Kafka.

When there is a fail in network between prom-kafka-adapter and Kafka, Queue from adapter fill (Error message: Queue Full Error) and CPU increased. After network connectivity restored, the CPU remain High and normal volume of messages is not recovered until the pods are restarted.

This is my configuration for remote_write on prometheus:

      remoteWrite:
      - url: http://prometheus-kafka-adapter.prom-kafka-adapter.svc.cluster.local:8080/receive
        writeRelabelConfigs:
        - action: labeldrop
          regex: service|endpoint|prometheus|prometheus_replica|cluster|id|instance`

Is someone having the same issues?

@palmerabollo
Copy link
Member

palmerabollo commented Apr 16, 2023

Not sure about it. Were you able to fix the issue @PDelVal? Could you please try with the latest 1.9.0 version?

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

No branches or pull requests

2 participants