-
Notifications
You must be signed in to change notification settings - Fork 203
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
feat: Add intervalprocessor component #1484
Conversation
It's my very first time reading alloy's codebase, so bear with me if I missed anything 😅. I'm seeing errors when testing this locally, but I'm struggling a bit to understand why |
@grafana/grafana-alloy-maintainers I'll circle back to do a doc review once the code base is reviewed. |
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
I do not understand the test failure, I haven't changed anything on the test or on the files used in this test 🤔 |
The OSX tests are always flaky and dont stop a merge. Will see what drone reports on the linux tests. |
@@ -421,7 +421,7 @@ require ( | |||
github.com/go-openapi/validate v0.23.0 // indirect | |||
github.com/go-redis/redis/v8 v8.11.5 // indirect | |||
github.com/go-resty/resty/v2 v2.13.1 // indirect | |||
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect | |||
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect |
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.
The error is from this line, how the mapstructure reports errors has changed. You need to update the verbiage in the corrupt_config.diags to match the new error it reports.
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.
Nice find, thanks!
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.
Looks reasonable to me, will wait on Claytons doc review
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.
Some small suggestions and fixes. Otherwise the docs look OK.
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
Thanks for taking a look! |
@ArthurSens can you resolve the conflicts and I will set it to automerge. |
Signed-off-by: Arthur Silva Sens <[email protected]>
Co-authored-by: Paulin Todev <[email protected]>
Signed-off-by: Arthur Silva Sens <[email protected]>
Co-authored-by: Clayton Cornell <[email protected]>
566ef9b
to
ca90b70
Compare
PR Description
Adds intervalprocessor as a new component to alloy.
Which issue(s) this PR fixes
Notes to the Reviewer
PR Checklist