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
Hi, My InfluxDB is emitting lines like the following:
rabbitmq_queue,auto_delete=false,durable=true,host=host3,node=rabbit@host4,queue=testQueue,url=http://localhost:15672,vhost=/test messages_ack_rate=0,messages_deliver=1570368i,messages_deliver_rate=0,message_bytes=0i,message_bytes_ram=0i,messages_deliver_get=0i,messages_publish=1570093i,messages_publish_rate=0,messages_redeliver=18i,messages_redeliver_rate=0,consumer_utilisation=0,message_bytes_ready=0i,messages_ack=1570350i,memory=215040i,messages_unack=0i,message_bytes_unacked=0i,message_bytes_persist=0i,messages=0i,messages_ready=0i,messages_deliver_get_rate=0,consumers=110i,idle_since="2018-11-26 9:27:36" 1543177660000000000
Note the quoted date including a space. This causes problems with the influx line parser, and I get timestamp=9
timestamp=9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
My InfluxDB is emitting lines like the following:
Note the quoted date including a space. This causes problems with the influx line parser, and I get
timestamp=9
The text was updated successfully, but these errors were encountered: