Skip to content
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

Wrong time for InfluxDB metrics exported from validation runs #814

Open
dcoraboeuf opened this issue Oct 2, 2020 · 0 comments
Open

Wrong time for InfluxDB metrics exported from validation runs #814

dcoraboeuf opened this issue Oct 2, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@dcoraboeuf
Copy link
Contributor

dcoraboeuf commented Oct 2, 2020

An event exported into InfluxDB from a validation run must have a timestamp set to the validation run timestamp, not the build timestamp.

Example:

  • a build B is created
  • a run R1 for validation V is created --> its InfluxDB timestamp is set to B
  • a run R2 for validation V is created --> its InfluxDB timestamp is set to B

Result: R1 & R2 have the same timestamp (B)

@dcoraboeuf dcoraboeuf added this to the 3.43 milestone Oct 2, 2020
@dcoraboeuf dcoraboeuf self-assigned this Oct 12, 2020
@dcoraboeuf dcoraboeuf added the status:wip Issue being currently worked on label Oct 12, 2020
@dcoraboeuf dcoraboeuf removed the status:wip Issue being currently worked on label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant