albertodonato / query-exporter

Export Prometheus metrics from SQL queries
GNU General Public License v3.0
436 stars 101 forks source link

expiration' was unexpected #192

Closed yuan2354 closed 4 months ago

yuan2354 commented 4 months ago

metrics: metric1: type: gauge description: spl_no1 expiration: 1m

queries: query1: interval: 1m timeout: 1m databases: [db1] metrics: [metric1] sql: SELECT 2 as metric1

docker logs Invalid config at metrics/metric1: Additional properties are not allowed ('expiration' was unexpected)

yuan2354 commented 4 months ago

query-exporter:2.10.0 Solved this problem