File tree Expand file tree Collapse file tree 1 file changed +0
-85
lines changed Expand file tree Collapse file tree 1 file changed +0
-85
lines changed Original file line number Diff line number Diff line change @@ -28,91 +28,6 @@ Create `otel-demo-collector.yaml`.
2828
2929https://github.com/splunk/observability-workshop/blob/f5521963d9c4bb4a63745013f133c23db1b8ae2a/oteldemo/otel-demo-collector.yaml#L1-L82
3030
31- ``` yaml
32- agent :
33- config :
34- receivers :
35- receiver_creator :
36- receivers :
37- smartagent/redis :
38- rule : type == "pod" && name matches "redis"
39- config :
40- type : collectd/redis
41- endpoint : ' `endpoint`:6379'
42- smartagent/kafka :
43- rule : type == "pod" && name matches "kafka"
44- config :
45- type : collectd/kafka
46- endpoint : ' `endpoint`:5555'
47- clusterName : otel-demo-kafka
48- smartagent/kafka_consumer :
49- rule : type == "pod" && name matches "kafka"
50- config :
51- type : collectd/kafka_consumer
52- endpoint : ' `endpoint`:5555'
53- smartagent/kafka_producer :
54- rule : type == "pod" && name matches "kafka"
55- config :
56- type : collectd/kafka_producer
57- endpoint : ' `endpoint`:5555'
58- smartagent/postgres :
59- rule : type == "pod" && name matches "ffspostgres"
60- config :
61- type : collectd/postgresql
62- endpoint : ' `endpoint`:5432'
63- username : " ffs"
64- password : " ffs"
65- databases :
66- - name : " ffs"
67- processors :
68- attributes/postgres :
69- include :
70- match_type : strict
71- services :
72- - featureflagservice
73- actions :
74- - key : db.type
75- value : postgres
76- action : upsert
77- exporters :
78- otlphttp :
79- traces_endpoint : " https://ingest.${REALM}.signalfx.com/v2/trace/otlp"
80- compression : gzip
81- headers :
82- " X-SF-Token " : " ${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}"
83- logging :
84- loglevel : info
85- service :
86- pipelines :
87- metrics :
88- exporters :
89- - signalfx
90- processors :
91- - memory_limiter
92- - batch
93- - resourcedetection
94- - resource
95- receivers :
96- - hostmetrics
97- - kubeletstats
98- - otlp
99- - receiver_creator
100- - signalfx
101- traces :
102- exporters :
103- - otlphttp
104- processors :
105- - memory_limiter
106- - k8sattributes
107- - batch
108- - resourcedetection
109- - resource
110- - resource/add_environment
111- - attributes/postgres
112- receivers :
113- - otlp
114- ` ` `
115-
11631### Deploy the OTel Collector via Helm chart
11732
11833``` bash
You can’t perform that action at this time.
0 commit comments