-
Notifications
You must be signed in to change notification settings - Fork 211
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
influxdb2otel receiver #1760
base: main
Are you sure you want to change the base?
influxdb2otel receiver #1760
Conversation
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.
Docs look good. Only a couple really minor suggestions.
docs/sources/reference/components/otelcol/otelcol.receiver.influxdb.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.receiver.influxdb.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.receiver.influxdb.md
Outdated
Show resolved
Hide resolved
…luxdb.md Co-authored-by: Clayton Cornell <[email protected]>
…luxdb.md Co-authored-by: Clayton Cornell <[email protected]>
…luxdb.md Co-authored-by: Clayton Cornell <[email protected]>
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.
thanks for your contribution :) I left a few comments.
The config converter is also missing, have a look at this PR as example:
docs/sources/reference/components/otelcol/otelcol.receiver.influxdb.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.receiver.influxdb.md
Outdated
Show resolved
Hide resolved
@wildum + @clayton-cornell hey! thanks for the review -- apologies for the delay, i have made the recommended changes plz check when able, waited a tadd to long so had to get the go mod all updated lol |
PR Description
Influx receiver that converts to OTEL
Can be used in conjunction with
otelcol.exporter.prometheus
to further convert influx to prom format.ex alloy config:
Notes to the Reviewer
plz let me know if issue or something missing with my pr - cheers :)
PR Checklist