Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed May 17, 2024
1 parent 5c3f6ad commit 99a17cd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Source: opentelemetry-kube-stack/templates/collector.yaml
apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: example-cluster-stats
Expand All @@ -17,7 +17,7 @@ metadata:
spec:
managementState: managed
mode: deployment
config: |
config:
exporters:
debug: {}
otlp:
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
volumes:
---
# Source: opentelemetry-kube-stack/templates/collector.yaml
apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: example-daemon
Expand All @@ -188,7 +188,7 @@ metadata:
spec:
managementState: managed
mode: daemonset
config: |
config:
exporters:
debug: {}
otlp:
Expand Down

0 comments on commit 99a17cd

Please sign in to comment.