|
@@ -740,7 +740,15 @@ const ENV_VAR_NAME_TO_CONFIG_INFO = {
|
|
|
ns: 'crowi',
|
|
ns: 'crowi',
|
|
|
key: 'instrumentation:enabled',
|
|
key: 'instrumentation:enabled',
|
|
|
type: ValueType.BOOLEAN,
|
|
type: ValueType.BOOLEAN,
|
|
|
- default: false,
|
|
|
|
|
|
|
+ default: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ // TODO: fix after the decision of the instrumentation data specification
|
|
|
|
|
+ // https://redmine.weseek.co.jp/issues/144351
|
|
|
|
|
+ OTEL_SERVICE_INSTANCE_ID: {
|
|
|
|
|
+ ns: 'crowi',
|
|
|
|
|
+ key: 'instrumentation:instanceId',
|
|
|
|
|
+ type: ValueType.STRING,
|
|
|
|
|
+ default: null,
|
|
|
},
|
|
},
|
|
|
};
|
|
};
|
|
|
|
|
|