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 a3223ec commit 0e737d4Copy full SHA for 0e737d4
src/api/routes/index.router.ts
@@ -57,7 +57,7 @@ if (process.env.PROMETHEUS_METRICS === 'true') {
57
58
const lines: string[] = [];
59
60
- const clientName = process.env.DATABASE_CONNECTION_CLIENT_NAME || '';
+ const clientName = process.env.DATABASE_CONNECTION_CLIENT_NAME || 'unknown';
61
const serverUrl = serverConfig.URL || '';
62
63
// environment info
0 commit comments