File tree Expand file tree Collapse file tree 2 files changed +14
-17
lines changed Expand file tree Collapse file tree 2 files changed +14
-17
lines changed 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 : FILL_IN_ROLE_ARN_HERE
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 : FILL_IN_REMOTE_WRITE_ENDPOINT_HERE
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