We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# Configuration for sending metrics to InfluxDB [[outputs.influxdb]] urls = ["http://influx.domain.com:8086"] database = "sense" # AMQP consumer plugin [[inputs.amqp_consumer]] brokers = ["amqp://queue.domain.com:5672"] username = "RABBIT" password = "SECRET" exchange = "influx" queue = "influx" queue_durability = "durable" binding_key = "" prefetch_count = 500 data_format = "influx"
OS
Linux version 4.15.0-1021-aws (buildd@lcy01-amd64-001) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #21-Ubuntu SMP Tue Aug 28 10:23:07 UTC 2018
Telegraf
Telegraf 1.9.0 (git: HEAD 2bf21c0d)
Blank message should have dropped
It stopped consuming from the queue and connection stays idle in rabbitmq
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Relevant telegraf.conf:
System info:
OS
Telegraf
Steps to reproduce:
Expected behavior:
Blank message should have dropped
Actual behavior:
It stopped consuming from the queue and connection stays idle in rabbitmq
The text was updated successfully, but these errors were encountered: