Skip to content

Commit

Permalink
Add merged files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelly committed Oct 18, 2023
1 parent 1e26f89 commit 7a71792
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
33 changes: 33 additions & 0 deletions gitops_workflow_raw_otel/output/merged_my_otel_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: bindplane.observiq.com/v1
kind: Configuration
metadata:
name: my_otel_config
spec:
contentType: ""
measurementInterval: ""
raw: |-
receivers:
hostmetrics:
collection_interval: 1m
scrapers:
load:
filesystem:
memory:
network:
processors:
batch:
exporters:
logging:
loglevel: debug
service:
pipelines:
metrics:
receivers: [hostmetrics]
processors: [batch]
exporters: [logging]
selector:
matchLabels:
configuration: my_otel_config
33 changes: 33 additions & 0 deletions gitops_workflow_raw_otel/output/merged_my_otel_config1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: bindplane.observiq.com/v1
kind: Configuration
metadata:
name: my_otel_config1
spec:
contentType: ""
measurementInterval: ""
raw: |-
receivers:
hostmetrics:
collection_interval: 1m
scrapers:
load:
filesystem:
memory:
network:
processors:
batch:
exporters:
logging:
loglevel: debug
service:
pipelines:
metrics:
receivers: [hostmetrics]
processors: [batch]
exporters: [logging]
selector:
matchLabels:
configuration: my_otel_config1

0 comments on commit 7a71792

Please sign in to comment.