Conversation
|
|
||
| Controls which telemetry signals Beyla exports for the matching service. This property enables per-service feature enablement, allowing you to selectively enable specific observability capabilities for different services within a single Beyla instance. | ||
|
|
||
| The `exports` property accepts a list containing `metrics` and/or `traces`. An empty list `[]` disables export for the service. If not specified, Beyla exports all configured telemetry signals. |
Check warning
Code scanning / Vale
Avoid writing and/or except when space is limited, such as in tables. For more information, refer to https://developers.google.com/style/slashes#and-or.
|
|
||
| ### Exports | ||
|
|
||
| Controls which telemetry signals Beyla exports for the matching service. This property enables per-service feature enablement, allowing you to selectively enable specific observability capabilities for different services within a single Beyla instance. |
There was a problem hiding this comment.
Can you please add explanation on the behaviour if conflicting rules are presented. For example, a service is mentioned twice with different export options. In this case last one wins.
There should also be explanation that for a specific feature to be available on export we need to have the export options configured. For example, specifying "traces" in the exports doesn't do anything if the OTLP traces exporter isn't configured in Beyla's config.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2376 +/- ##
=======================================
Coverage 43.43% 43.43%
=======================================
Files 39 39
Lines 2977 2977
=======================================
Hits 1293 1293
Misses 1571 1571
Partials 113 113
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Add documentation on exports per service.
Closes #1797
Closes #2192