Skip to content

Commit

Permalink
Merge branch 'master' into fix-686-where-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain authored Mar 29, 2024
2 parents cbc77e3 + 0e728a5 commit f7eefa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engine/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func NewMetrics(collector Collector) *Metrics {
verifyMerkleRoots: collector.RegisterHistogramVec(verifyMerkleRootsHistogramName, "classification"),
recordTransaction: collector.RegisterHistogramVec(recordTransactionHistogramName, "classification", "strategy"),
queryTransaction: collector.RegisterHistogramVec(queryTransactionHistogramName, "classification"),
addContact: collector.RegisterHistogramVec(verifyMerkleRootsHistogramName, "classification", "pike"),
addContact: collector.RegisterHistogramVec(addContactHistogramName, "classification", "pike"),
cronHistogram: collector.RegisterHistogramVec(cronHistogramName, "name"),
cronLastExecution: collector.RegisterGaugeVec(cronLastExecutionGaugeName, "name"),
}
Expand Down
1 change: 1 addition & 0 deletions engine/metrics/naming.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const (
verifyMerkleRootsHistogramName = domainPrefix + "verify_merkle_roots_histogram"
recordTransactionHistogramName = domainPrefix + "record_transaction_histogram"
queryTransactionHistogramName = domainPrefix + "query_transaction_histogram"
addContactHistogramName = domainPrefix + "add_contact_histogram"
)

const (
Expand Down

0 comments on commit f7eefa1

Please # to comment.