Skip to content
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

Adding telegraf config for Marvell #979

Closed
wants to merge 3 commits into from

Conversation

rahulsachdev
Copy link
Contributor

No description provided.

@rahulsachdev rahulsachdev requested a review from a team as a code owner May 29, 2024 16:55
# Docker Input Plugin
[[inputs.docker]]


Copy link
Member

@glimchb glimchb May 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add stdout output plugin like in other examples for now, easier to debug for now...

[[outputs.file]]
  files = ["stdout"]
  data_format = "influx"



[[outputs.opentelemetry]]
listen = "172.22.0.1:4317"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be

[[outputs.opentelemetry]]
  service_address = "172.22.0.1:4317"

no?

@glimchb
Copy link
Member

glimchb commented May 30, 2024

great work

  • to pass DCO, you need to add --signoff option in git
  • to pass Commitlint , you need to start your message from: feat: or fix: or docs: and so on... see https://commitlint.js.org/

Signed-off-by: Rahul <rahul_sachdev@live.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants