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 4806873 commit bc01189Copy full SHA for bc01189
config/default.js
@@ -48,5 +48,8 @@ module.exports = {
48
API_CONTEXT_PATH: process.env.API_CONTEXT_PATH || '/v5/email',
49
50
PAYLOAD_SENDGRID_TEMPLATE_KEY: process.env.PAYLOAD_SENDGRID_TEMPLATE_KEY || 'sendgrid_template_id',
51
-
+ //Tracing information
52
+ APM_OTLP_TRACE_EXPORTER_URL: process.env.APM_OTLP_TRACE_EXPORTER_URL || '',
53
+ APM_SERVICE_NAME: process.env.APM_SERVICE_NAME || 'tc-email-service',
54
+ APM_TRACER_NAME: process.env.APM_TRACER_NAME || 'tc-email-service',
55
};
0 commit comments