-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Mismatch in reported data on Timestamp and StartTimestamp #36504
Comments
Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
The Host Metrics Receiver uses the boot time of the instance as the StartTimestamp |
Yes @dehaansa is right. The I think this issue can be closed unless you have any objections to the reasoning. |
Closing based on most recent comment clarifying reason for functionality. |
Component(s)
receiver/hostmetrics
What happened?
Description
As far as I understand there seems to be an issue when recording the
Timestamp
andStartTimestamp
.Short:
Steps to Reproduce
I am using a machine in
CET+02
($ date; Fr 22. Nov 17:41:57 CET 2024
).There I used this config shown below with a collector (
./bin/otelcontribcol_linux_amd64 --config=config.yaml
):Expected Result
An almost equal TS in
StartTimestamp
andTimestamp
.Actual Result
I see 1h mismatch between both timestamps, while both claim to be UTC.
Collector version
v0.113.0
Environment information
Environment
OS: Fedora 41 Silverblue
Compiler(if manually compiled): go 1.23
OpenTelemetry Collector configuration
Log output
Data point attributes: -> state: Str(slab_unreclaimable) StartTimestamp: 2024-11-22 15:44:12 +0000 UTC Timestamp: 2024-11-22 16:41:53.73050196 +0000 UTC Value: 238321664
Additional context
No response
The text was updated successfully, but these errors were encountered: