Skip to content

Commit

Permalink
Fix converter
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed Jan 5, 2024
1 parent 567ef50 commit f5d1478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ prometheus.remote_write "metrics_agent" {
max_shards = 10
batch_send_deadline = "3m0s"
max_backoff = "10s"
sample_age_limit = "50s"
}

metadata_config { }
Expand Down
1 change: 1 addition & 0 deletions converter/internal/staticconvert/testdata/prom_scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ metrics:
batch_send_deadline: 3m
max_shards: 10
max_backoff: 10s
sample_age_limit: 50s
basic_auth:
username: 11111
password: my-secret-password-here
Expand Down

0 comments on commit f5d1478

Please sign in to comment.