Skip to content

Commit

Permalink
fixed monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoel committed May 20, 2024
1 parent 73164c4 commit 8b4f05e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qlever-llc/trellis-data-manager",
"version": "0.2.5",
"version": "0.2.6",
"description": "A microservice for managing trellis master data elements.",
"main": "dist/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions src/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const mergeCount = new Counter({
help: 'Counts number of merge() calls',
});
const tpCount = new Gauge({
name: 'tdm:merge',
help: 'Counts number of merge() calls',
name: 'tdm:trading_partners_count',
help: 'Counts number of trading partners',
})
/*const errorCount = new Counter({
name: 'tdm:error',
Expand Down

0 comments on commit 8b4f05e

Please sign in to comment.