Skip to content

Commit

Permalink
add agent.yaml to 0.42.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Mar 14, 2024
1 parent 4ebc944 commit c17f2b4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 0.40.2/agent.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
server:
log_level: info

metrics:
global:
scrape_interval: 1m
configs:
- name: test
host_filter: false
scrape_configs:
- job_name: local_scrape
static_configs:
- targets: ['127.0.0.1:12345']
labels:
cluster: 'localhost'
remote_write:
- url: http://localhost:9009/api/prom/push

0 comments on commit c17f2b4

Please sign in to comment.