Skip to content

Commit

Permalink
feat(observability-pipeline): use opamp by default (#433)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Update the chart to use refinery opamp by default

## Short description of the changes

- set default refinery image
- enable opamp

## How to verify that this has the expected result

tested locally
  • Loading branch information
TylerHelmuth authored Mar 5, 2025
1 parent beb1a19 commit 7c872bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
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.17-alpha
version: 0.0.18-alpha
appVersion: 0.0.1-alpha
keywords:
- refinery
Expand Down
11 changes: 6 additions & 5 deletions charts/observability-pipeline/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: honeycomb-observability-pipeline

refinery:
enabled: true
image:
repository: "honeycombio/refinery"
tag: "2.9.3-htp-dev"
config:
Network:
OpAMPEnabled: true
OpAMPEndpoint: "ws://{{ include \"honeycomb-observability-pipeline.name\" . }}-observability-pipeline-beekeeper:4320/v1/opamp"
PrometheusMetrics:
Enabled: false
OTelMetrics:
Expand All @@ -13,11 +19,6 @@ refinery:
secretKeyRef:
name: honeycomb-observability-pipeline
key: api-key
extraCommandArgs:
- "-c"
- 'http://{{ include "honeycomb-observability-pipeline.name" . }}-observability-pipeline-beekeeper:4321/config?kind=refinery_config'
- "-r"
- 'http://{{ include "honeycomb-observability-pipeline.name" . }}-observability-pipeline-beekeeper:4321/config?kind=refinery_rules'

beekeeper:
resources: {}
Expand Down

0 comments on commit 7c872bd

Please sign in to comment.