-
Notifications
You must be signed in to change notification settings - Fork 342
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
Replace flag with kingpin and use promlog #420
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
dependencies
Pull requests that update a dependency file
tests
Pull requests that update tests
labels
May 24, 2023
lucacome
force-pushed
the
change/replace-flag
branch
3 times, most recently
from
May 24, 2023 23:52
325bbee
to
416827e
Compare
lucacome
force-pushed
the
change/replace-flag
branch
from
May 25, 2023 01:33
416827e
to
f1b02a8
Compare
lucacome
force-pushed
the
change/replace-flag
branch
from
May 30, 2023 02:09
1db0d9c
to
b2878b4
Compare
lucacome
changed the title
Replace flag with kingpin
Replace flag with kingpin and use promlog
May 30, 2023
jasonwilliams14
approved these changes
Jun 3, 2023
haywoodsh
approved these changes
Jun 9, 2023
lucacome
force-pushed
the
change/replace-flag
branch
from
June 9, 2023 23:01
ed83e58
to
aa306cd
Compare
6 tasks
lucacome
added
enhancement
Pull requests for new features/feature enhancements
change
Pull requests that introduce a change
and removed
change
Pull requests that introduce a change
enhancement
Pull requests for new features/feature enhancements
labels
Jul 26, 2023
lucacome
added a commit
that referenced
this pull request
Dec 21, 2023
This was removed in #420 by mistake
lucacome
added a commit
that referenced
this pull request
Dec 27, 2023
This was removed in #420 by mistake
lucacome
added a commit
that referenced
this pull request
Jan 8, 2024
This was removed in #420 by mistake
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
change
Pull requests that introduce a change
dependencies
Pull requests that update a dependency file
tests
Pull requests that update tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
flag
withkigpin
promlog
andgo-kit/log
Aligns with the most common implementation of exporters and among other things will allow us to use https://github.com/prometheus/exporter-toolkit for example in #231
Closes #227