Skip to content

Commit

Permalink
docs: add known issues to README (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmrt committed Jan 26, 2024
1 parent 6e406ba commit 61fa69e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ Real example where the tests will be done every 30s:
static_configs:
- targets: ['srm-exporter:9922']
```

## Metrics outputs

| Name | Description | Labels |
| ---- | ---- | ---- |
| srm_device_download_bytes | SRM device current download speed in Bytes/s | `period`, `mac`, `hostname` |
Expand Down Expand Up @@ -130,8 +132,13 @@ Real example where the tests will be done every 30s:
| srm_network_tx_total | SRM System Network total sent | |

## Grafana Dashboard

Under construction

## Known Issues

Periods `month` seems not working on RT2600AC (see [comment](https://github.com/gilmrt/srm-exporter/issues/6#issuecomment-1789226784))

## Versioning

This library is maintained under the [semantic versioning](https://semver.org/) guidelines.
Expand Down

0 comments on commit 61fa69e

Please sign in to comment.