-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updated extract to handle http receiver metadata #2
base: main
Are you sure you want to change the base?
Commits on Jul 12, 2023
-
[pkg/ottl] Improve OTTL parser error reporting (open-telemetry#23840)
**Description:** I was playing with an erroneous config like the following and noticed that the error reporting was confusing: ```yaml processors: filter: metrics: metric: - true - false ``` This PR updates the error messages to print the statements next to the error so it's clear which statement caused the error. To speed up feedback cycles when changing multiple statements, I've also configured the parser to attempt to parse each statement so users can see all errors at once. Errors now look like this: ``` Error: invalid configuration: processors::filter: unable to parse OTTL statement "drop() where 1": statement has invalid syntax: 1:15: unexpected token "<EOF>" (expected <opcomparison> Value); unable to parse OTTL statement "drop() where 0": statement has invalid syntax: 1:15: unexpected token "<EOF>" (expected <opcomparison> Value) ``` **Testing:** Unit test Co-authored-by: Evan Bradley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0883a0 - Browse repository at this point
Copy the full SHA a0883a0View commit details -
[chore] Ensure the opamp supervisor is using expected version (open-t…
…elemetry#24228) Fixes error reported in workflows https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/5524791197/jobs/10077589745?pr=24213
Configuration menu - View commit details
-
Copy full SHA for ac5eb05 - Browse repository at this point
Copy the full SHA ac5eb05View commit details -
[chore] Update go versions used in GitHub workflows (open-telemetry#2…
…4213) **Description:** Update go versions used in GitHub workflows. Also changes to a stricter pattern match in some cases to provide more awareness on which version will be selected. --------- Co-authored-by: Daniel Jaglowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2dde029 - Browse repository at this point
Copy the full SHA 2dde029View commit details -
[chore][fileconsumer] Fix bug in test where file needs to be reopened (…
Configuration menu - View commit details
-
Copy full SHA for 9d28ac1 - Browse repository at this point
Copy the full SHA 9d28ac1View commit details -
[chore] fix exhaustive lint for groupbyattrs processor (open-telemetr…
…y#24068) **Description:** related open-telemetry#23266 Signed-off-by: Ziqi Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faa903b - Browse repository at this point
Copy the full SHA faa903bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6d6ea - Browse repository at this point
Copy the full SHA 1f6d6eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d22d9b - Browse repository at this point
Copy the full SHA 9d22d9bView commit details