-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
InfluxDB does not support datapoints without fields #35132
Comments
I wrote something to test this:
If I comment do not submit the datapoint-nofields I will see datapoint-withfields in my database.
|
|
I noticed this when searching for this metric:
which I'd have expected to see since we see RPCs filling up their "queue" based on the separately submitted length counter. This is probably causing us to lose some metrics submitted by RPCs, and was the only instance of a datapoint with no fields in our code (surprising!) |
Problem
Proposed Solution
The text was updated successfully, but these errors were encountered: