Skip to content

Commit

Permalink
chore(k8s/amour/speedtest-exporter): increase scrape timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Jan 24, 2024
1 parent 44c5935 commit fea93f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions k8s/amour/speedtest_exporter/vm_service_scrape_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ import victoriametricsv1beta1 "github.com/VictoriaMetrics/operator/api/victoriam
#VMServiceScrapeList: items: [{
spec: {
endpoints: [{
port: "http-metrics"
scrape_interval: "1h"
port: "http-metrics"
interval: "1h"
scrapeTimeout: "1m"
}]
selector: matchLabels: "app.kubernetes.io/name": #Name
}
Expand Down

0 comments on commit fea93f9

Please sign in to comment.