Skip to content

Instantly share code, notes, and snippets.

@bruceharrison1984
Created August 19, 2021 16:18
Show Gist options
  • Save bruceharrison1984/49e96f74ac2e36123628fcc140c888f8 to your computer and use it in GitHub Desktop.
Save bruceharrison1984/49e96f74ac2e36123628fcc140c888f8 to your computer and use it in GitHub Desktop.
Prometheus Configuration
global:
evaluation_interval: 1m
scrape_interval: 30s
scrape_timeout: 10s
remote_write:
- url: <amp-endpoint>api/v1/remote_write
sigv4:
region: <aws-region>
scrape_configs:
- job_name: ecs
file_sd_configs:
- files:
- /output/ecs_file_sd.yml
refresh_interval: 1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment