Skip to content

Commit

Permalink
disable export to honeycomb in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jun 10, 2024
1 parent 77ce71c commit 09930e9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions deployment/gha/lexbox.patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ spec:
volumeMounts:
- mountPath: /frontend
name: gql-schema
- name: otel-collector
env: #don't try to export to honeycomb
- name: COLLECTOR_CONFIG_OVERRIDE
value: |
exporters:
otlp/aspire:
endpoint: localhost:18889
tls:
insecure: true
service:
pipelines:
traces:
exporters: [otlp/aspire]
metrics:
exporters: [otlp/aspire]
logs:
exporters: [otlp/aspire]
volumes:
- name: gql-schema
emptyDir: {}

0 comments on commit 09930e9

Please sign in to comment.