Commit Graph

11 Commits

Author SHA1 Message Date
dependabot[bot]
d0d8a9935b Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 03:14:58 +00:00
dependabot[bot]
52dfb5802c Bump github.com/prometheus/exporter-toolkit from 0.5.1 to 0.7.3
Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) from 0.5.1 to 0.7.3.
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases)
- [Changelog](https://github.com/prometheus/exporter-toolkit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/exporter-toolkit/compare/v0.5.1...v0.7.3)

---
updated-dependencies:
- dependency-name: github.com/prometheus/exporter-toolkit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 22:26:24 +00:00
Michael Robbins
b1b53a6013 Bumping paho.mqtt.golang v1.3.4 => v1.3.5 2021-06-14 12:20:55 +10:00
Michael Robbins
c0fa66bf8f Bumping dependencies 2021-05-29 10:51:34 +10:00
Christoph Petrausch
48fb74e2df Upgraded procfs 2021-03-24 19:24:22 +01:00
Christoph Petrausch
1de4d0b3d0 Add experimental support for web-config-file
Fixes #55
2021-03-21 22:16:42 +01:00
Christoph Petrausch
24df81ed32 Add fuzzing 2021-02-14 20:47:41 +01:00
Christoph Petrausch
126e13428b Use go.uber.org/zap for logging
As mentioned in https://github.com/hikhvar/mqtt2prometheus/issues/23, we
do not use any logging framework at all. This was fine for getting the
exporter startet. However, with inreasing load the logging must be
configureable. This PR is a start to replace all instances of
"log.Printf" with the zap logger. The current configuration parameters
are the log level and the log format (console, json). We might expose
the log configuration to the config file. But I think this is overkill
for the current state of the exporter.
2020-10-29 20:58:28 +01:00
Christoph Petrausch
29eb9250f6 Moved to gojsonq to support nested paths 2020-07-18 18:03:49 +02:00
Christoph Petrausch
627c52669a Update hack config 2020-07-16 14:42:38 +02:00
Christoph Petrausch
1de13bc192 Migrate to go modules 2020-04-21 22:17:42 +02:00