We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a0368 commit 74bd6b9Copy full SHA for 74bd6b9
index.js
@@ -5,7 +5,7 @@ import { collectDefaultMetrics, register } from 'prom-client';
5
dotenv.config()
6
7
collectDefaultMetrics({
8
- labels: { NODE_APP_INSTANCE: process.env.NODE_APP_INSTANCE },
+ labels: { nodename: process.env.NODE_NAME },
9
});
10
11
const app = express();
0 commit comments