Skip to content

Instantly share code, notes, and snippets.

@eskp
Last active June 7, 2022 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eskp/2b16047b98d79417140b5842ddad7fc6 to your computer and use it in GitHub Desktop.
Save eskp/2b16047b98d79417140b5842ddad7fc6 to your computer and use it in GitHub Desktop.
server:
log_level: info
metrics:
global:
scrape_interval: 1m
remote_write:
- url: ${URL}
basic_auth:
username: ${USERNAME}
password: ${PASSWORD}
configs:
- name: teleport
scrape_configs:
- job_name: teleport
static_configs:
- targets: ['127.0.0.1:8080']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment