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 Jun 14, 2024
1 parent 3cead4b commit c81a95e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/2024-05-30T145921-0400.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rename connectioncounters logging index to counters
2 changes: 1 addition & 1 deletion node/ChainwebNode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,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 c81a95e

Please sign in to comment.