File tree Expand file tree Collapse file tree 3 files changed +14
-19
lines changed Expand file tree Collapse file tree 3 files changed +14
-19
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ OpenTelemetry reporting supported through OTLP.
12
12
13
13
1 . Edit ` ccloud.config `
14
14
15
- 2 . Edit ` otel-config.yaml `
16
-
17
15
3 . the first time:
18
16
``` bash
19
17
./bootstrap.sh < python-branch/tag> < librdkafka-branch/tag>
Original file line number Diff line number Diff line change @@ -34,11 +34,6 @@ sudo systemctl restart otelcol-contrib
34
34
./build.sh $librdkafka_branch $python_branch
35
35
36
36
venv=$PWD /venv
37
- source $venv /bin/activate
38
- echo " Verifying python client installation"
39
- python -c " import confluent_kafka; print(confluent_kafka.version(), confluent_kafka.libversion())"
40
- deactivate
41
-
42
37
echo " All done, activate the virtualenv in $venv before running the client:"
43
38
echo " source $venv /bin/activate"
44
39
Original file line number Diff line number Diff line change @@ -9,28 +9,30 @@ processors:
9
9
send_batch_size : 10
10
10
timeout : 10s
11
11
12
+ extensions :
13
+ sigv4auth :
14
+ region : us-west-2
15
+ service : aps
16
+ assume_role :
17
+ arn : arn:aws:iam::975050289299:role/librdkafka-python-soak-tests-amp-writer-tmp
18
+
12
19
exporters :
13
- datadog :
14
- api :
15
- site : datadoghq.com
16
- key : KEY
17
- logs :
18
- enabled : true
19
- metrics :
20
- histograms :
21
- mode : distributions
22
- send_aggregation_metrics : true
20
+ prometheusremotewrite :
21
+ endpoint : https://aps-workspaces.us-west-2.amazonaws.com/workspaces/ws-8cbea498-fb8e-49d8-8f6b-74b3687e78e3/api/v1/remote_write
22
+ auth :
23
+ authenticator : sigv4auth
23
24
24
25
service :
26
+ extensions : [sigv4auth]
25
27
telemetry :
26
28
logs :
27
29
level : " debug"
28
30
pipelines :
29
31
metrics :
30
32
receivers : [otlp]
31
33
processors : [batch]
32
- exporters : [datadog ]
34
+ exporters : [prometheusremotewrite ]
33
35
logs :
34
36
receivers : [otlp]
35
37
processors : [batch]
36
- exporters : [datadog ]
38
+ exporters : [prometheusremotewrite ]
You can’t perform that action at this time.
0 commit comments