Skip to content

Unable to start sql_exporter container #771

Closed Answered by aacunha
aacunha asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks @burningalchemist !

Solved updating the sql_exporter.yml to

# Global settings and defaults.
global:
  # Scrape timeouts ensure that:
  #   (i)  scraping completes in reasonable time and
  #   (ii) slow queries are canceled early when the database is already under heavy load
  # Prometheus informs targets of its own scrape timeout (via the "X-Prometheus-Scrape-Timeout-Seconds" request header)
  # so the actual timeout is computed as:
  #   min(scrape_timeout, X-Prometheus-Scrape-Timeout-Seconds - scrape_timeout_offset)
  #
  # If scrape_timeout <= 0, no timeout is set unless Prometheus provides one. The default is 10s.
  scrape_timeout: 10s
  # Subtracted from Prometheus' scrape_tim…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aacunha
Comment options

Answer selected by aacunha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants