1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
receivers:
otlp:
protocols:
grpc:
processors:
batch:
send_batch_max_size: 100
send_batch_size: 10
timeout: 10s
extensions:
sigv4auth:
region: FILL_IN_REGION_HERE
service: aps
assume_role:
arn: FILL_IN_ROLE_ARN_HERE
exporters:
prometheusremotewrite:
endpoint: FILL_IN_REMOTE_WRITE_ENDPOINT_HERE
auth:
authenticator: sigv4auth
service:
extensions: [sigv4auth]
telemetry:
logs:
level: "debug"
pipelines:
metrics:
receivers: [otlp]
processors: [batch]
exporters: [prometheusremotewrite]
|