You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the new event feature in 0.8.71
The events are introduced with the ! sign. Here is the kind of string sent to akumulid:
+!packet.arrival host=xxx othertags\r\n+timestamp\r\n+count
formatted according to https://docs.akumuli.org/writing-data documentation.
Count is just an integer number formatted as a string.
However that leads to the error message in akumuli.log:
"metric": "!packet.arrival",
Main [ERROR] Metric name can't be empty or start with '!' s
An additional explanation of how to use the events may be helpfull.
The text was updated successfully, but these errors were encountered:
I'm using the new event feature in 0.8.71
The events are introduced with the ! sign. Here is the kind of string sent to akumulid:
+!packet.arrival host=xxx othertags\r\n+timestamp\r\n+count
formatted according to https://docs.akumuli.org/writing-data documentation.
Count is just an integer number formatted as a string.
However that leads to the error message in akumuli.log:
"metric": "!packet.arrival",
Main [ERROR] Metric name can't be empty or start with '!' s
An additional explanation of how to use the events may be helpfull.
The text was updated successfully, but these errors were encountered: