-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2b46dc
commit d4dc77d
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
change_type: enhancement | ||
|
||
component: k8sattributesprocessor | ||
|
||
note: Add option to configure resource attributes using the same logic as the OTel operator | ||
|
||
issues: [37114] | ||
|
||
subtext: | | ||
If you are using the file log receiver, you can now create the same resource attributes as traces (via OTLP) received | ||
from an application instrumented with the OpenTelemetry Operator - | ||
simply by adding the `extract: { operator_rules: { enabled: true } }` configuration to the `k8sattributesprocessor` processor. |