Skip to content

Commit

Permalink
log: rename "connectioncounters" Counter telemetry index to just "cou…
Browse files Browse the repository at this point in the history
…nters"

We have other counters now, like the tx failures counter.

Change-Id: I9517e0994ab1adb8b30d9560207e12831f8ff2e1
  • Loading branch information
edmundnoble committed May 27, 2024
1 parent aeef468 commit 2acee92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changes:


Internal Changes:

- Rename connectioncounters logging index to counters (#xxxx)

## 2.24 (2024-05-23)

Expand Down
2 changes: 1 addition & 1 deletion node/ChainwebNode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ withNodeLogger logCfg chainwebCfg v f = runManaged $ do
rtsBackend <- managed
$ mkTelemetryLogger @RTSStats mgr teleLogConfig
counterBackend <- managed $ configureHandler
(withJsonHandleBackend @CounterLog "connectioncounters" mgr pkgInfoScopes)
(withJsonHandleBackend @CounterLog "counters" mgr pkgInfoScopes)
teleLogConfig
endpointBackend <- managed
$ mkTelemetryLogger @PactCmdLog mgr teleLogConfig
Expand Down

0 comments on commit 2acee92

Please sign in to comment.