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

[coordinator] make drop timestamp apply to the metric rather than specific rule #3310

Merged
merged 6 commits into from
Mar 2, 2021

Conversation

shreyassrivatsan
Copy link
Collaborator

What this PR does / why we need it:
This PR adds support for the drop timestamp tag to universally drop the timestamp while sending the metric to the aggregator.

Special notes for your reviewer:

Does this PR introduce a user-facing and/or backwards incompatible change?:

NONE

Does this PR require updating code package or user-facing documentation?:

NONE

@codecov
Copy link

codecov bot commented Mar 2, 2021

Codecov Report

Merging #3310 (6ee051b) into master (6ee051b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3310   +/-   ##
=======================================
  Coverage    72.4%    72.4%           
=======================================
  Files        1099     1099           
  Lines      101524   101524           
=======================================
  Hits        73595    73595           
  Misses      22841    22841           
  Partials     5088     5088           
Flag Coverage Δ
aggregator 76.4% <0.0%> (ø)
cluster 84.9% <0.0%> (ø)
collector 84.3% <0.0%> (ø)
dbnode 78.8% <0.0%> (ø)
m3em 74.4% <0.0%> (ø)
m3ninx 73.5% <0.0%> (ø)
metrics 19.9% <0.0%> (ø)
msg 74.0% <0.0%> (ø)
query 67.4% <0.0%> (ø)
x 80.6% <0.0%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ee051b...88f4313. Read the comment docs.

Copy link
Collaborator

@wesleyk wesleyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG, could we update the docs on the yaml config with the semantics of this tag?

@shreyassrivatsan shreyassrivatsan merged commit 13bd67f into master Mar 2, 2021
@shreyassrivatsan shreyassrivatsan deleted the ss/drop branch March 2, 2021 23:41
soundvibe added a commit that referenced this pull request Mar 3, 2021
* master:
  [aggregator] Move placement checks to a background job (#3315)
  [tests] Remove a few more usages of NoOpAllBootstrapper from tests (#3314)
  [coordinator] make drop timestamp apply to the metric rather than specific rule (#3310)
  Update server.go (#3298)
  Fix Data Race in checkoutSeriesWithLock (#3300)
  [query] Allow configuration of placement options (#3304)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants