Skip to content

Commit

Permalink
Metrics, fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkr authored and martinboehm committed Sep 26, 2018
1 parent 6d9cd64 commit e270cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockbook.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func blockbookAppInfoMetric(db *db.RocksDB, chain bchain.BlockChain, txCache *db
}
metrics.BlockbookAppInfo.Reset()
metrics.BlockbookAppInfo.With(common.Labels{
"blockbook_version": si.Blockbook.Version + time.Now().String(),
"blockbook_version": si.Blockbook.Version,
"blockbook_commit": si.Blockbook.GitCommit,
"backend_version": si.Backend.Version,
"backend_subversion": si.Backend.Subversion,
Expand Down

0 comments on commit e270cf0

Please sign in to comment.