Skip to content

Commit

Permalink
rename metric for OFDMA upstream channel to OFDMA
Browse files Browse the repository at this point in the history
  • Loading branch information
ties committed Feb 15, 2024
1 parent a9561fd commit 320e2e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2024-xx-yy (v0.4.1)

* fix: `modem_upstream_ofdm` metric is now called `modem_upstream_ofdma`

## 2024-02-xx (v0.4.0)

* 10 second timeout for fetching data
Expand Down
2 changes: 1 addition & 1 deletion sagemcom_f3896_client/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ async def __update_upstream_channel_metrics(self, registry: CollectorRegistry):
registry=registry,
)
metric_upstream_ofdma_info = Info(
"modem_upstream_ofdm",
"modem_upstream_ofdma",
"Information on OFDMA channel",
["channel", "channel_type"],
registry=registry,
Expand Down

0 comments on commit 320e2e5

Please sign in to comment.