-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Node Exporter metrics show incorrect timestamp (1970-01-01T00:00:00.000000000Z) #8368
Labels
Comments
nokute78
added a commit
to nokute78/fluent-bit
that referenced
this issue
Jan 13, 2024
Signed-off-by: Takahiro Yamashita <[email protected]>
2 tasks
Thank you for reporting. I sent a patch #8370 |
edsiper
pushed a commit
that referenced
this issue
Jan 13, 2024
Signed-off-by: Takahiro Yamashita <[email protected]>
shaerpour
pushed a commit
to shaerpour/fluent-bit
that referenced
this issue
Jan 16, 2024
…uent#8370) Signed-off-by: Takahiro Yamashita <[email protected]>
shaerpour
pushed a commit
to shaerpour/fluent-bit
that referenced
this issue
Jan 16, 2024
…uent#8370) Signed-off-by: Takahiro Yamashita <[email protected]> Signed-off-by: ahspw <[email protected]>
pwhelan
pushed a commit
that referenced
this issue
Jan 16, 2024
Signed-off-by: Takahiro Yamashita <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Describe the bug
When using Node Exporter Metrics, first batch of metrics is returning
1970-01-01T00:00:00.000000000Z
as a timestamp. Subsequent metrics shows correct timestamp.Doesn't matter if it's in a Fluent Bit config or running from command line.
To Reproduce
Run the command: (output log is truncated for brevity, verbosity level set to
debug
)Output:
When running the same command, but only for CPU metrics, everything is ok:
Output:
Adding more metrics results with bad timestamp again:
Output:
Run the commands above.
Expected behavior
Commands above should return metrics with correct timestamp.
Your Environment
Additional context
Incorrect timestamp makes it impossible to push to Grafana Mimir.
Similar issue, but for other metrics: #7621
The text was updated successfully, but these errors were encountered: