Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-doubez committed Jan 20, 2025
1 parent 6029b01 commit 185f058
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.4.1 / 2025-01-21

## Changes

* [WEB] use prometheus exporter web landing page + add pprof debug
* [CVE] update golang.org/x/net
* [DOCKER] switch to scratch base image


## v0.4.0 / 2024-11-21

## Changes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Configure target files on command line, passing glob patterns in parameters

Optional flags:
* __`-config.file <yaml>`:__ The path to the configuration file (use "none" to disable).
* __`-debug`:__ Activate debug mode which forces log level to debug and enables pprof.
* __`-log.level <level>`:__ Logging level \[debug, info, warn, error\]. (default: `info`)
* __`-version`:__ Print the version of the exporter and exit.
* __`-web.listen-address <port>`:__ Address to listen on for web interface and telemetry. (default: `9943`)
Expand Down

0 comments on commit 185f058

Please sign in to comment.