Skip to content

Commit

Permalink
feat(observability-pipeline): add agent identification attributes for…
Browse files Browse the repository at this point in the history
… collector (#429)

## Which problem is this PR solving?

Beekeeper uses identification attribute in AgentDescription to
differentiate different agent types. This PR adds it for collector.

## Short description of the changes
- add `identifying_attributes` for collector config

## How to verify that this has the expected result
local testing
  • Loading branch information
VinozzZ authored Feb 18, 2025
1 parent 2a0a451 commit 4ea6888
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/observability-pipeline/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: observability-pipeline
description: Chart to deploy both OpenTelemetry Collector and Honeycomb Refinery
type: application
version: 0.0.13-alpha
version: 0.0.14-alpha
appVersion: 0.0.1-alpha
keywords:
- refinery
Expand Down
4 changes: 4 additions & 0 deletions charts/observability-pipeline/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ capabilities:

agent:
executable: /otelcol-contrib
description:
identifying_attributes:
service.name: collector


storage:
directory: /var/lib/otelcol/supervisor
Expand Down

0 comments on commit 4ea6888

Please sign in to comment.