Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed Apr 22, 2021
1 parent 458aab5 commit 66828b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exporter/awsprometheusremotewriteexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ exporters:
max_interval: 60s
max_elapsed_time: 10m
endpoint: "https://aps-workspaces.us-east-1.amazonaws.com/workspaces/ws-XXX/api/v1/remote_write"
ca_file: "/var/lib/mycert.pem"
write_buffer_size: 524288
headers:
X-Scope-OrgID: 234
aws_auth:
region: "us-east-1" # need to match workspace region
service: "aps"
role_arn: "arn:aws:iam::123456789012:role/aws-service-role/access"
ca_file: "/var/lib/mycert.pem"
write_buffer_size: 524288
headers:
X-Scope-OrgID: 234
external_labels:
key1: value1
key2: value2
Expand Down

0 comments on commit 66828b6

Please sign in to comment.