Skip to content

Commit

Permalink
feat(BUX-565): naming
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain authored and wregulski committed Feb 12, 2024
1 parent 6edef43 commit 6d09f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metrics/naming.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ const requestDurationSecName = requestMetricBaseName + "_duration_seconds"

const domainPrefix = "bux_"

const latestBlockBlockBase = domainPrefix + "latest_block"
const latestBlockHeightName = latestBlockBlockBase + "_height"
const latestBlockTimestampName = latestBlockBlockBase + "_timestamp"
const latestBlockBaseName = domainPrefix + "latest_block"
const latestBlockHeightName = latestBlockBaseName + "_height"
const latestBlockTimestampName = latestBlockBaseName + "_timestamp"

0 comments on commit 6d09f4b

Please sign in to comment.