@codefresh-io/cf-telemetry 3.3.0-alpha-1 → 3.3.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.
@@ -1,12 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.instrumentationConfigs = void 0;
4
- const graphql_js_1 = require("./graphql.js");
5
4
  const http_js_1 = require("./http.js");
6
5
  const mongodb_js_1 = require("./mongodb.js");
7
6
  exports.instrumentationConfigs = {
8
7
  '@opentelemetry/instrumentation-http': http_js_1.http,
9
- '@opentelemetry/instrumentation-graphql': graphql_js_1.graphql,
10
8
  '@opentelemetry/instrumentation-mongodb': mongodb_js_1.mongodb,
11
9
  };
12
10
  //# 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,uCAAiC;AACjC,6CAAuC;AAE1B,QAAA,sBAAsB,GAA6B;IAC9D,qCAAqC,EAAE,cAAI;IAC3C,wCAAwC,EAAE,oBAAO;IACjD,wCAAwC,EAAE,oBAAO;CAClD,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/otel/sdk/instrumentation-configs/index.ts"],"names":[],"mappings":";;;AACA,uCAAiC;AACjC,6CAAuC;AAE1B,QAAA,sBAAsB,GAA6B;IAC9D,qCAAqC,EAAE,cAAI;IAC3C,wCAAwC,EAAE,oBAAO;CAClD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefresh-io/cf-telemetry",
3
- "version": "3.3.0-alpha-1",
3
+ "version": "3.3.0",
4
4
  "exports": {
5
5
  "./init": {
6
6
  "import": "./dist/init.mjs",
@@ -1,2 +0,0 @@
1
- import type { InstrumentationConfigMap } from '@opentelemetry/auto-instrumentations-node';
2
- export declare const graphql: InstrumentationConfigMap['@opentelemetry/instrumentation-graphql'];
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.graphql = void 0;
4
- exports.graphql = {
5
- mergeItems: true,
6
- };
7
- //# sourceMappingURL=graphql.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"graphql.js","sourceRoot":"","sources":["../../../../src/otel/sdk/instrumentation-configs/graphql.ts"],"names":[],"mappings":";;;AAEa,QAAA,OAAO,GAAuE;IACzF,UAAU,EAAE,IAAI;CACjB,CAAC"}