Closed
Conversation
inqrphl
commented
Dec 18, 2025
- Update to go 1.25
- Add linter config
- Fix module paths according to the linter config
- update to urfave/cli/v3, supports multiple copies of the same argument
- add insecure argument, for ignoring TLS errors
- add cookie argument, for connecting with authentication cookie
- add validators to the address and cookie, parse them to target types inside cli
- revise the prometheus client constructor to use cookies and custom TLS setting
- add custom middleware function for the http/prometheus client, use it to debug request type, url, body, headers etc. when verbose flag is set
- add base64 and url for query encoding. If set, queries will be decoded from their parameter values accordingly.
added 8 commits
December 17, 2025 15:12
…metheus/ paths instead
- update to urfave/cli/v3, supports multiple copies of the same argument - add insecure argument, for ignoring TLS errors - add cookie argument, for connecting with authentication cookie - add validators to the address and cookie - revise the prometheus client constructor to use cookies and custom TLS setting - add custom middleware function during http requests, useful for debugging and verbose output
|
looks good so far, but please do not add the .vscode files. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.