-
Notifications
You must be signed in to change notification settings - Fork 928
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
dnsdist: add support for user defined metrics #11674
Conversation
@check-spelling-bot ReportUnrecognized words, please review:
Previously acknowledged words that are now absentAUTHIP dnsheader pieterTo accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the git@github.com:chbruyand/pdns.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
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 good, thanks! A couple things need to be tied up but the general logic looks great.
I cannot reproduce the CI failure locally, though :-/ |
Me neither :( |
@check-spelling-bot ReportUnrecognized words, please review:
Previously acknowledged words that are now absentAUTHIP dnsheader pieterTo accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the git@github.com:chbruyand/pdns.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
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 good to me, I'll do more tests once the CI is green 👍
bac8a0f
to
7cc6229
Compare
Thanks for the comprehensive review! |
Short description
This PR adds a few functions to declare and manipulate user-defined metrics. Currently supports
gauge
andcounter
types with set, increment and decrement operations.Checklist
I have: