Skip to content

Commit 74bd6b9

Browse files
committed
change label
1 parent 97a0368 commit 74bd6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { collectDefaultMetrics, register } from 'prom-client';
55
dotenv.config()
66

77
collectDefaultMetrics({
8-
labels: { NODE_APP_INSTANCE: process.env.NODE_APP_INSTANCE },
8+
labels: { nodename: process.env.NODE_NAME },
99
});
1010

1111
const app = express();

0 commit comments

Comments
 (0)