-
Notifications
You must be signed in to change notification settings - Fork 345
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
T6477: Add telegraf loki output plugin #3720
Conversation
@Mergifyio backport circinus sagitta |
✅ Backports have been created
|
Should there probably a |
Done! |
port = '3100' | ||
|
||
self.cli_set(base_path + ['loki', 'url', loki_url]) | ||
self.cli_set(base_path + ['loki', 'port', port]) |
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.
Please add test code for username and password and also check if the exception is present when only username is specified but no password
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.
Done!
Add Loki plugin to telegraf set service monitoring telegraf loki url xxx
❌ VyOS CLI smoketests failed! |
Change Summary
Add Loki plugin to telegraf
Types of changes
Related Task(s)
Related PR(s)
Component(s) name
telegraf
Proposed changes
How to test