-
Notifications
You must be signed in to change notification settings - Fork 183
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
Split metrics to multiple http sources #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks reasonable to me, left a question as i don't follow one part.
<match prometheus.datapoint> | ||
@type rewrite_tag_filter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this part do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rewrite_tag_filter
output plugin allows you to rewrite the tag for rerouting. In this case the plugin looks for the job and appends it to the already existing tag, which becomes prometheus.datapoint.<JOB>
…llection into ssong-split-metrics-multiple-sources
cc @ggarg2906sumo this PR has been merged, so now you will need multiple (nine) http sources on the sumo side. I've just pushed new Docker images containing the |
Update ADR status to approved
We want to split metrics to multiple HTTP sources to prevent blacklisting. Synced with Frank about the more common jobs we'd want to separate out, which included:
We still include a catchall http source for those metrics not belonging to any of the above jobs.
@frankreno @bin3377 @lei-sumo
FYI - @rvmiller89 @ggarg2906sumo