Skip to content

Commit

Permalink
Preparing v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johannwagner committed Jul 10, 2023
1 parent 91bca34 commit 18da002
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.4.0 - 2023-07-10
### Changes
* Added the option to exclude admin down interfaces
* `-exclude.interfaces-down`
* Thanks @4xoc for this contribution!

## 1.3.0 - 2023-06-14
### Changes
* Added the option to include specific interfaces
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@ You might want to set `-collector.interface-features.enable` to false, because i
```
Usage of ./transceiver-exporter:
-collector.interface-features.enable
Collect interface features (default true)
Collect interface features (default true)
-collector.optical-power-in-dbm
Report optical powers in dBm instead of mW (default false -> mW)
Report optical powers in dBm instead of mW (default false -> mW)
-exclude.interfaces string
Comma seperated list of interfaces to exclude
Comma seperated list of interfaces to exclude
-exclude.interfaces-down
Don't report on interfaces being management DOWN
-include.interfaces string
Comma seperated list of interfaces to include
Comma seperated list of interfaces to include
-version
Print version and exit
Print version and exit
-web.listen-address string
Address to listen on (default "[::]:9457")
Address to listen on (default "[::]:9458")
-web.telemetry-path string
Path under which to expose metrics (default "/metrics")
Path under which to expose metrics (default "/metrics")
```

## Exported metrics
Expand Down

0 comments on commit 18da002

Please sign in to comment.