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

[#4298] Fix 'created_at' in ParsedMetric to allow recalculating metrics depends_on refs #4299

Merged
merged 1 commit into from
Nov 18, 2021

Conversation

gshank
Copy link
Contributor

@gshank gshank commented Nov 17, 2021

resolves #4298

Description

The definition of the created_at field had changed from an int to a float while the metrics feature was being developed. Change metrics node 'created_at' to match so that depends_on.nodes is recalculated with partial parsing.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change

@gshank gshank merged commit 045e70c into main Nov 18, 2021
@gshank gshank deleted the pp_metric_depends_on branch November 18, 2021 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recalculate metric depends_on in partial parsing
2 participants