Skip to content

Commit 271b69d

Browse files
[AutoOps] Support Temporary Resource ID (#8918) (#8925)
This forces the AutoOps data to provide a module level field named "temp_resource_id" that can be associated during the handshake period. (cherry picked from commit af6aca9) Co-authored-by: Chris Earle <[email protected]>
1 parent e8ec32c commit 271b69d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

internal/pkg/otel/samples/darwin/autoops_es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ receivers:
2525
- add_fields:
2626
target: autoops_es
2727
fields:
28+
temp_resource_id: ${env:AUTOOPS_TEMP_RESOURCE_ID}
2829
token: ${env:AUTOOPS_TOKEN}
2930
output:
3031
otelconsumer:

internal/pkg/otel/samples/linux/autoops_es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ receivers:
2525
- add_fields:
2626
target: autoops_es
2727
fields:
28+
temp_resource_id: ${env:AUTOOPS_TEMP_RESOURCE_ID}
2829
token: ${env:AUTOOPS_TOKEN}
2930
output:
3031
otelconsumer:

internal/pkg/otel/samples/windows/autoops_es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ receivers:
2525
- add_fields:
2626
target: autoops_es
2727
fields:
28+
temp_resource_id: ${env:AUTOOPS_TEMP_RESOURCE_ID}
2829
token: ${env:AUTOOPS_TOKEN}
2930
output:
3031
otelconsumer:

0 commit comments

Comments
 (0)