Stephan

Results 16 comments of Stephan

It is missing in https://github.com/free/sql_exporter/blob/master/documentation/sql_exporter.yml

It probably helps if you post an screenshot of how exactly your are querying the alertmanager (metrics section of the configuration).

Looks about right for me, are you 100% sure the context label is present in the alert? Can you put it in the legend to check?

minimal start dashboard, if you have problems: ``` { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name":...

@daixiang0: It was done by @cryptobioz, it should not be so hard to recreate it yourself

I tried @bond-os workaround and got a huge speedup! Thank you! I had about 250MB of Data storage reported before the cleanup and about 6 MB after. I assume something...

To your second question, you can use this in your scrape config to overwrite the metric name (which is just a hidden label called \_\_name\_\_): ``` metric_relabel_configs: - source_labels: [__name__]...

I found the problem, it does not parse strings to float. There is a pull request (#1) fixing some of the problems with this exporter, including yours. You can use...

@VR6Pete Can you post the exact response that you get as return? I might be able to assist you in transforming it in the metrics you want.

@VR6Pete From what I understand from the code it does not support querying multiple values. This exporter does: https://github.com/kawamuray/prometheus-json-exporter But you can only read one target and there are 3...