@codefresh-io/cf-telemetry 4.0.0 → 4.1.0
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/dist/otel/sdk/instrumentation-configs/index.js +5 -1
- package/dist/otel/sdk/instrumentation-configs/index.js.map +1 -1
- package/dist/otel/sdk/instrumentation-configs/ioredis.d.ts +2 -0
- package/dist/otel/sdk/instrumentation-configs/ioredis.js +7 -0
- package/dist/otel/sdk/instrumentation-configs/ioredis.js.map +1 -0
- package/dist/otel/sdk/instrumentation-configs/redis.d.ts +2 -0
- package/dist/otel/sdk/instrumentation-configs/redis.js +7 -0
- package/dist/otel/sdk/instrumentation-configs/redis.js.map +1 -0
- package/package.json +6 -6
|
@@ -4,15 +4,19 @@ exports.instrumentationConfigs = void 0;
|
|
|
4
4
|
const amqplib_js_1 = require("./amqplib.js");
|
|
5
5
|
const graphql_js_1 = require("./graphql.js");
|
|
6
6
|
const http_js_1 = require("./http.js");
|
|
7
|
+
const ioredis_js_1 = require("./ioredis.js");
|
|
7
8
|
const mongodb_js_1 = require("./mongodb.js");
|
|
8
9
|
const mongoose_js_1 = require("./mongoose.js");
|
|
9
10
|
const pg_js_1 = require("./pg.js");
|
|
11
|
+
const redis_js_1 = require("./redis.js");
|
|
10
12
|
exports.instrumentationConfigs = {
|
|
13
|
+
'@opentelemetry/instrumentation-amqplib': amqplib_js_1.amqplib,
|
|
11
14
|
'@opentelemetry/instrumentation-graphql': graphql_js_1.graphql,
|
|
12
15
|
'@opentelemetry/instrumentation-http': http_js_1.http,
|
|
16
|
+
'@opentelemetry/instrumentation-ioredis': ioredis_js_1.ioredis,
|
|
13
17
|
'@opentelemetry/instrumentation-mongodb': mongodb_js_1.mongodb,
|
|
14
18
|
'@opentelemetry/instrumentation-mongoose': mongoose_js_1.mongoose,
|
|
15
19
|
'@opentelemetry/instrumentation-pg': pg_js_1.pg,
|
|
16
|
-
'@opentelemetry/instrumentation-
|
|
20
|
+
'@opentelemetry/instrumentation-redis': redis_js_1.redis,
|
|
17
21
|
};
|
|
18
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/otel/sdk/instrumentation-configs/index.ts"],"names":[],"mappings":";;;AACA,6CAAuC;AACvC,6CAAuC;AACvC,uCAAiC;AACjC,6CAAuC;AACvC,+CAAyC;AACzC,mCAA6B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/otel/sdk/instrumentation-configs/index.ts"],"names":[],"mappings":";;;AACA,6CAAuC;AACvC,6CAAuC;AACvC,uCAAiC;AACjC,6CAAuC;AACvC,6CAAuC;AACvC,+CAAyC;AACzC,mCAA6B;AAC7B,yCAAmC;AAEtB,QAAA,sBAAsB,GAA6B;IAC9D,wCAAwC,EAAE,oBAAO;IACjD,wCAAwC,EAAE,oBAAO;IACjD,qCAAqC,EAAE,cAAI;IAC3C,wCAAwC,EAAE,oBAAO;IACjD,wCAAwC,EAAE,oBAAO;IACjD,yCAAyC,EAAE,sBAAQ;IACnD,mCAAmC,EAAE,UAAE;IACvC,sCAAsC,EAAE,gBAAK;CAC9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ioredis.js","sourceRoot":"","sources":["../../../../src/otel/sdk/instrumentation-configs/ioredis.ts"],"names":[],"mappings":";;;AAEa,QAAA,OAAO,GAAuE;IACzF,iBAAiB,EAAE,OAAO,CAAC,GAAG,CAAC,+CAA+C,CAAC,KAAK,MAAM;CAC3F,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redis.js","sourceRoot":"","sources":["../../../../src/otel/sdk/instrumentation-configs/redis.ts"],"names":[],"mappings":";;;AAEa,QAAA,KAAK,GAAqE;IACrF,iBAAiB,EAAE,OAAO,CAAC,GAAG,CAAC,6CAA6C,CAAC,KAAK,MAAM;CACzF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefresh-io/cf-telemetry",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"exports": {
|
|
5
5
|
"./init": {
|
|
6
6
|
"import": "./dist/init.mjs",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@christiangalsterer/mongodb-driver-prometheus-exporter": "^2.3.0",
|
|
68
68
|
"@opentelemetry/api": "~1.9.0",
|
|
69
|
-
"@opentelemetry/auto-instrumentations-node": "~0.
|
|
69
|
+
"@opentelemetry/auto-instrumentations-node": "~0.71.0",
|
|
70
70
|
"@opentelemetry/baggage-span-processor": "~0.5.0",
|
|
71
|
-
"@opentelemetry/core": "~2.
|
|
72
|
-
"@opentelemetry/sdk-metrics": "~2.
|
|
73
|
-
"@opentelemetry/sdk-trace-node": "~2.
|
|
71
|
+
"@opentelemetry/core": "~2.6.0",
|
|
72
|
+
"@opentelemetry/sdk-metrics": "~2.6.0",
|
|
73
|
+
"@opentelemetry/sdk-trace-node": "~2.6.0",
|
|
74
74
|
"@pyroscope/nodejs": "^0.4.10",
|
|
75
|
-
"fastify": "^5.
|
|
75
|
+
"fastify": "^5.8.2",
|
|
76
76
|
"pino": "^10.3.1",
|
|
77
77
|
"pino-pretty": "^13.1.3",
|
|
78
78
|
"prom-client": "^15.1.3"
|