@forklaunch/core 0.14.6 → 0.14.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/http/index.d.mts +0 -1
- package/lib/http/index.d.ts +0 -1
- package/lib/http/index.js +0 -1
- package/lib/http/index.js.map +1 -1
- package/lib/http/index.mjs +0 -1
- package/lib/http/index.mjs.map +1 -1
- package/package.json +26 -26
package/lib/http/index.mjs
CHANGED
@@ -3303,7 +3303,6 @@ function recordMetric(req, res) {
|
|
3303
3303
|
httpRequestsTotalCounter.add(1, {
|
3304
3304
|
[ATTR_SERVICE_NAME3]: getEnvVar4("OTEL_SERVICE_NAME"),
|
3305
3305
|
[ATTR_API_NAME]: req.contractDetails?.name,
|
3306
|
-
[ATTR_CORRELATION_ID]: req.context.correlationId,
|
3307
3306
|
[ATTR_HTTP_REQUEST_METHOD3]: req.method,
|
3308
3307
|
[ATTR_HTTP_ROUTE3]: req.originalPath,
|
3309
3308
|
[ATTR_HTTP_RESPONSE_STATUS_CODE3]: Number(res.statusCode) || 0
|