Skip to content
Discussion options

You must be logged in to vote

Hey @gvlasov,

Based on the description and the context you've posted, it's impossible to reproduce the issue as it's wrong on many levels:

  • image: burningalchemy/sql_exporter - there is no such an image (also the version is not specified);
  • CONFIG environment variable is not expected, it has to be SQLEXPORTER_CONFIG instead for sql_exporter to be able to pick the configuration file;
  • the configuration file posted is incorrect and simply won't get parsed: for a single target mode you're supposed to use target stanza whereas for multi-target mode jobs stanza requires static_configs list and not connections (check the configuration snippet below from the readme.md):

This gives an impression …

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@gvlasov
Comment options

@burningalchemist
Comment options

Answer selected by burningalchemist
@burningalchemist
Comment options

@gvlasov
Comment options

@gvlasov
Comment options

@burningalchemist
Comment options

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
Converted from issue

This discussion was converted from issue #788 on August 05, 2025 08:50.