@codefresh-io/cf-telemetry 3.4.0-alpha.3 → 3.5.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.
@@ -2,26 +2,112 @@
2
2
  * Well-known Span attribute names.
3
3
  */
4
4
  export declare const Attribute: {
5
+ /**
6
+ * Gitops Runtimes.
7
+ */
5
8
  /** Gitops runtime ID. Attribute value: `string` */
6
9
  readonly GitopsRuntimeId: "cf.gitops.runtime.id";
7
10
  /** Gitops runtime IDs. Attribute value: `string[]` */
8
11
  readonly GitopsRuntimeIds: "cf.gitops.runtime.ids";
9
12
  /** Gitops runtime IDs count. Attribute value: `number` */
10
13
  readonly GitopsRuntimeIdsCount: "cf.gitops.runtime.ids.count";
11
- /** Classic build ID. Attribute value: `string` */
12
- readonly ClassicBuildId: "cf.classic.build.id";
13
- /** Classic build IDs. Attribute value: `string[]` */
14
- readonly ClassicBuildIds: "cf.classic.build.ids";
15
- /** Classic build IDs count. Attribute value: `number` */
16
- readonly ClassicBuildIdsCount: "cf.classic.build.ids.count";
14
+ /** Gitops runtime name. Attribute value: `string` */
15
+ readonly GitopsRuntimeName: "cf.gitops.runtime.name";
16
+ /** Gitops runtime names. Attribute value: `string[]` */
17
+ readonly GitopsRuntimeNames: "cf.gitops.runtime.names";
18
+ /** Gitops runtime names count. Attribute value: `number` */
19
+ readonly GitopsRuntimeNamesCount: "cf.gitops.runtime.names.count";
20
+ /** Gitops runtime version. Attribute value: `string` */
21
+ readonly GitopsRuntimeVersion: "cf.gitops.runtime.version";
22
+ /**
23
+ * Gitops Promotion Flows.
24
+ */
25
+ /** Gitops promotion flow ID. Attribute value: `string` */
26
+ readonly GitopsPromotionFlowId: "cf.gitops.promotion_flow.id";
27
+ /** Gitops promotion flow IDs. Attribute value: `string[]` */
28
+ readonly GitopsPromotionFlowIds: "cf.gitops.promotion_flow.ids";
29
+ /** Gitops promotion flow IDs count. Attribute value: `number` */
30
+ readonly GitopsPromotionFlowIdsCount: "cf.gitops.promotion_flow.ids.count";
31
+ /** Gitops promotion flow name. Attribute value: `string` */
32
+ readonly GitopsPromotionFlowName: "cf.gitops.promotion_flow.name";
33
+ /** Gitops promotion flow names. Attribute value: `string[]` */
34
+ readonly GitopsPromotionFlowNames: "cf.gitops.promotion_flow.names";
35
+ /** Gitops promotion flow names count. Attribute value: `number` */
36
+ readonly GitopsPromotionFlowNamesCount: "cf.gitops.promotion_flow.names.count";
37
+ /**
38
+ * Gitops Promotions.
39
+ */
40
+ /** Gitops promotion ID. Attribute value: `string` */
41
+ readonly GitopsPromotionId: "cf.gitops.promotion.id";
42
+ /** Gitops promotion IDs. Attribute value: `string[]` */
43
+ readonly GitopsPromotionIds: "cf.gitops.promotion.ids";
44
+ /** Gitops promotion IDs count. Attribute value: `number` */
45
+ readonly GitopsPromotionIdsCount: "cf.gitops.promotion.ids.count";
46
+ /**
47
+ * Gitops Promotion Tasks.
48
+ */
49
+ /** Gitops promotion task ID. Attribute value: `string` */
50
+ readonly GitopsPromotionTaskId: "cf.gitops.promotion.task.id";
51
+ /** Gitops promotion task IDs. Attribute value: `string[]` */
52
+ readonly GitopsPromotionTaskIds: "cf.gitops.promotion.task.ids";
53
+ /** Gitops promotion task IDs count. Attribute value: `number` */
54
+ readonly GitopsPromotionTaskIdsCount: "cf.gitops.promotion.task.ids.count";
55
+ /** Gitops promotion task name. Attribute value: `string` */
56
+ readonly GitopsPromotionTaskName: "cf.gitops.promotion.task.name";
57
+ /** Gitops promotion task names. Attribute value: `string[]` */
58
+ readonly GitopsPromotionTaskNames: "cf.gitops.promotion.task.names";
59
+ /** Gitops promotion task names count. Attribute value: `number` */
60
+ readonly GitopsPromotionTaskNamesCount: "cf.gitops.promotion.task.names.count";
61
+ /**
62
+ * Gitops Product.
63
+ */
64
+ /** Gitops product ID. Attribute value: `string` */
65
+ readonly GitopsProductId: "cf.gitops.product.id";
66
+ /** Gitops product IDs. Attribute value: `string[]` */
67
+ readonly GitopsProductIds: "cf.gitops.product.ids";
68
+ /** Gitops product IDs count. Attribute value: `number` */
69
+ readonly GitopsProductIdsCount: "cf.gitops.product.ids.count";
70
+ /** Gitops product name. Attribute value: `string` */
71
+ readonly GitopsProductName: "cf.gitops.product.name";
72
+ /** Gitops product names. Attribute value: `string[]` */
73
+ readonly GitopsProductNames: "cf.gitops.product.names";
74
+ /** Gitops product names count. Attribute value: `number` */
75
+ readonly GitopsProductNamesCount: "cf.gitops.product.names.count";
76
+ /**
77
+ * Gitops Environments.
78
+ */
79
+ /** Gitops environment ID. Attribute value: `string` */
80
+ readonly GitopsEnvironmentId: "cf.gitops.environment.id";
81
+ /** Gitops environment IDs. Attribute value: `string[]` */
82
+ readonly GitopsEnvironmentIds: "cf.gitops.environment.ids";
83
+ /** Gitops environment IDs count. Attribute value: `number` */
84
+ readonly GitopsEnvironmentIdsCount: "cf.gitops.environment.ids.count";
85
+ /** Gitops environment name. Attribute value: `string` */
86
+ readonly GitopsEnvironmentName: "cf.gitops.environment.name";
87
+ /** Gitops environment names. Attribute value: `string[]` */
88
+ readonly GitopsEnvironmentNames: "cf.gitops.environment.names";
89
+ /** Gitops environment names count. Attribute value: `number` */
90
+ readonly GitopsEnvironmentNamesCount: "cf.gitops.environment.names.count";
91
+ /**
92
+ * Classic Runtimes.
93
+ */
17
94
  /** Classic runtime ID. Attribute value: `string` */
18
95
  readonly ClassicRuntimeId: "cf.classic.runtime.id";
19
- /** Classic runtime name. Attribute value: `string` */
20
- readonly ClassicRuntimeName: "cf.classic.runtime.name";
21
96
  /** Classic runtime IDs. Attribute value: `string[]` */
22
97
  readonly ClassicRuntimeIds: "cf.classic.runtime.ids";
23
98
  /** Classic runtime IDs count. Attribute value: `number` */
24
99
  readonly ClassicRuntimeIdsCount: "cf.classic.runtime.ids.count";
100
+ /** Classic runtime name. Attribute value: `string` */
101
+ readonly ClassicRuntimeName: "cf.classic.runtime.name";
102
+ /** Classic runtime names. Attribute value: `string[]` */
103
+ readonly ClassicRuntimeNames: "cf.classic.runtime.names";
104
+ /** Classic runtime names count. Attribute value: `number` */
105
+ readonly ClassicRuntimeNamesCount: "cf.classic.runtime.names.count";
106
+ /** Classic runtime version. Attribute value: `string` */
107
+ readonly ClassicRuntimeVersion: "cf.classic.runtime.version";
108
+ /**
109
+ * Classic Pipelines.
110
+ */
25
111
  /** Classic pipeline ID. Attribute value: `string` */
26
112
  readonly ClassicPipelineId: "cf.classic.pipeline.id";
27
113
  /** Classic pipeline IDs. Attribute value: `string[]` */
@@ -34,6 +120,15 @@ export declare const Attribute: {
34
120
  readonly ClassicPipelineNames: "cf.classic.pipeline.names";
35
121
  /** Classic pipeline names count. Attribute value: `number` */
36
122
  readonly ClassicPipelineNamesCount: "cf.classic.pipeline.names.count";
123
+ /**
124
+ * Classic Builds.
125
+ */
126
+ /** Classic build ID. Attribute value: `string` */
127
+ readonly ClassicBuildId: "cf.classic.build.id";
128
+ /** Classic build IDs. Attribute value: `string[]` */
129
+ readonly ClassicBuildIds: "cf.classic.build.ids";
130
+ /** Classic build IDs count. Attribute value: `number` */
131
+ readonly ClassicBuildIdsCount: "cf.classic.build.ids.count";
37
132
  /** Codefresh account ID. Attribute value: `string` */
38
133
  readonly AccountId: "cf.account.id";
39
134
  /** Codefresh account IDs. Attribute value: `string[]` */
@@ -33,23 +33,29 @@ const CrossProductAttribute = {
33
33
  UnhandledErrorType: 'cf.unhandled_error.type',
34
34
  };
35
35
  /**
36
- * Well-known classic Span attribute names.
36
+ * Well-known Classic Span attribute names.
37
37
  */
38
38
  const ClassicAttribute = {
39
- /** Classic build ID. Attribute value: `string` */
40
- ClassicBuildId: 'cf.classic.build.id',
41
- /** Classic build IDs. Attribute value: `string[]` */
42
- ClassicBuildIds: 'cf.classic.build.ids',
43
- /** Classic build IDs count. Attribute value: `number` */
44
- ClassicBuildIdsCount: 'cf.classic.build.ids.count',
39
+ /**
40
+ * Classic Runtimes.
41
+ */
45
42
  /** Classic runtime ID. Attribute value: `string` */
46
43
  ClassicRuntimeId: 'cf.classic.runtime.id',
47
- /** Classic runtime name. Attribute value: `string` */
48
- ClassicRuntimeName: 'cf.classic.runtime.name',
49
44
  /** Classic runtime IDs. Attribute value: `string[]` */
50
45
  ClassicRuntimeIds: 'cf.classic.runtime.ids',
51
46
  /** Classic runtime IDs count. Attribute value: `number` */
52
47
  ClassicRuntimeIdsCount: 'cf.classic.runtime.ids.count',
48
+ /** Classic runtime name. Attribute value: `string` */
49
+ ClassicRuntimeName: 'cf.classic.runtime.name',
50
+ /** Classic runtime names. Attribute value: `string[]` */
51
+ ClassicRuntimeNames: 'cf.classic.runtime.names',
52
+ /** Classic runtime names count. Attribute value: `number` */
53
+ ClassicRuntimeNamesCount: 'cf.classic.runtime.names.count',
54
+ /** Classic runtime version. Attribute value: `string` */
55
+ ClassicRuntimeVersion: 'cf.classic.runtime.version',
56
+ /**
57
+ * Classic Pipelines.
58
+ */
53
59
  /** Classic pipeline ID. Attribute value: `string` */
54
60
  ClassicPipelineId: 'cf.classic.pipeline.id',
55
61
  /** Classic pipeline IDs. Attribute value: `string[]` */
@@ -62,17 +68,106 @@ const ClassicAttribute = {
62
68
  ClassicPipelineNames: 'cf.classic.pipeline.names',
63
69
  /** Classic pipeline names count. Attribute value: `number` */
64
70
  ClassicPipelineNamesCount: 'cf.classic.pipeline.names.count',
71
+ /**
72
+ * Classic Builds.
73
+ */
74
+ /** Classic build ID. Attribute value: `string` */
75
+ ClassicBuildId: 'cf.classic.build.id',
76
+ /** Classic build IDs. Attribute value: `string[]` */
77
+ ClassicBuildIds: 'cf.classic.build.ids',
78
+ /** Classic build IDs count. Attribute value: `number` */
79
+ ClassicBuildIdsCount: 'cf.classic.build.ids.count',
65
80
  };
66
81
  /**
67
- * Well-known gitops Span attribute names.
82
+ * Well-known Gitops Span attribute names.
68
83
  */
69
84
  const GitopsAttribute = {
85
+ /**
86
+ * Gitops Runtimes.
87
+ */
70
88
  /** Gitops runtime ID. Attribute value: `string` */
71
89
  GitopsRuntimeId: 'cf.gitops.runtime.id',
72
90
  /** Gitops runtime IDs. Attribute value: `string[]` */
73
91
  GitopsRuntimeIds: 'cf.gitops.runtime.ids',
74
92
  /** Gitops runtime IDs count. Attribute value: `number` */
75
93
  GitopsRuntimeIdsCount: 'cf.gitops.runtime.ids.count',
94
+ /** Gitops runtime name. Attribute value: `string` */
95
+ GitopsRuntimeName: 'cf.gitops.runtime.name',
96
+ /** Gitops runtime names. Attribute value: `string[]` */
97
+ GitopsRuntimeNames: 'cf.gitops.runtime.names',
98
+ /** Gitops runtime names count. Attribute value: `number` */
99
+ GitopsRuntimeNamesCount: 'cf.gitops.runtime.names.count',
100
+ /** Gitops runtime version. Attribute value: `string` */
101
+ GitopsRuntimeVersion: 'cf.gitops.runtime.version',
102
+ /**
103
+ * Gitops Promotion Flows.
104
+ */
105
+ /** Gitops promotion flow ID. Attribute value: `string` */
106
+ GitopsPromotionFlowId: 'cf.gitops.promotion_flow.id',
107
+ /** Gitops promotion flow IDs. Attribute value: `string[]` */
108
+ GitopsPromotionFlowIds: 'cf.gitops.promotion_flow.ids',
109
+ /** Gitops promotion flow IDs count. Attribute value: `number` */
110
+ GitopsPromotionFlowIdsCount: 'cf.gitops.promotion_flow.ids.count',
111
+ /** Gitops promotion flow name. Attribute value: `string` */
112
+ GitopsPromotionFlowName: 'cf.gitops.promotion_flow.name',
113
+ /** Gitops promotion flow names. Attribute value: `string[]` */
114
+ GitopsPromotionFlowNames: 'cf.gitops.promotion_flow.names',
115
+ /** Gitops promotion flow names count. Attribute value: `number` */
116
+ GitopsPromotionFlowNamesCount: 'cf.gitops.promotion_flow.names.count',
117
+ /**
118
+ * Gitops Promotions.
119
+ */
120
+ /** Gitops promotion ID. Attribute value: `string` */
121
+ GitopsPromotionId: 'cf.gitops.promotion.id',
122
+ /** Gitops promotion IDs. Attribute value: `string[]` */
123
+ GitopsPromotionIds: 'cf.gitops.promotion.ids',
124
+ /** Gitops promotion IDs count. Attribute value: `number` */
125
+ GitopsPromotionIdsCount: 'cf.gitops.promotion.ids.count',
126
+ /**
127
+ * Gitops Promotion Tasks.
128
+ */
129
+ /** Gitops promotion task ID. Attribute value: `string` */
130
+ GitopsPromotionTaskId: 'cf.gitops.promotion.task.id',
131
+ /** Gitops promotion task IDs. Attribute value: `string[]` */
132
+ GitopsPromotionTaskIds: 'cf.gitops.promotion.task.ids',
133
+ /** Gitops promotion task IDs count. Attribute value: `number` */
134
+ GitopsPromotionTaskIdsCount: 'cf.gitops.promotion.task.ids.count',
135
+ /** Gitops promotion task name. Attribute value: `string` */
136
+ GitopsPromotionTaskName: 'cf.gitops.promotion.task.name',
137
+ /** Gitops promotion task names. Attribute value: `string[]` */
138
+ GitopsPromotionTaskNames: 'cf.gitops.promotion.task.names',
139
+ /** Gitops promotion task names count. Attribute value: `number` */
140
+ GitopsPromotionTaskNamesCount: 'cf.gitops.promotion.task.names.count',
141
+ /**
142
+ * Gitops Product.
143
+ */
144
+ /** Gitops product ID. Attribute value: `string` */
145
+ GitopsProductId: 'cf.gitops.product.id',
146
+ /** Gitops product IDs. Attribute value: `string[]` */
147
+ GitopsProductIds: 'cf.gitops.product.ids',
148
+ /** Gitops product IDs count. Attribute value: `number` */
149
+ GitopsProductIdsCount: 'cf.gitops.product.ids.count',
150
+ /** Gitops product name. Attribute value: `string` */
151
+ GitopsProductName: 'cf.gitops.product.name',
152
+ /** Gitops product names. Attribute value: `string[]` */
153
+ GitopsProductNames: 'cf.gitops.product.names',
154
+ /** Gitops product names count. Attribute value: `number` */
155
+ GitopsProductNamesCount: 'cf.gitops.product.names.count',
156
+ /**
157
+ * Gitops Environments.
158
+ */
159
+ /** Gitops environment ID. Attribute value: `string` */
160
+ GitopsEnvironmentId: 'cf.gitops.environment.id',
161
+ /** Gitops environment IDs. Attribute value: `string[]` */
162
+ GitopsEnvironmentIds: 'cf.gitops.environment.ids',
163
+ /** Gitops environment IDs count. Attribute value: `number` */
164
+ GitopsEnvironmentIdsCount: 'cf.gitops.environment.ids.count',
165
+ /** Gitops environment name. Attribute value: `string` */
166
+ GitopsEnvironmentName: 'cf.gitops.environment.name',
167
+ /** Gitops environment names. Attribute value: `string[]` */
168
+ GitopsEnvironmentNames: 'cf.gitops.environment.names',
169
+ /** Gitops environment names count. Attribute value: `number` */
170
+ GitopsEnvironmentNamesCount: 'cf.gitops.environment.names.count',
76
171
  };
77
172
  /**
78
173
  * Well-known Span attribute names.
@@ -1 +1 @@
1
- {"version":3,"file":"attribute.enum.js","sourceRoot":"","sources":["../../../src/otel/cf/attribute.enum.ts"],"names":[],"mappings":";;;AAIA;;GAEG;AACH,MAAM,qBAAqB,GAAG;IAC5B,sDAAsD;IACtD,SAAS,EAAE,eAAe;IAC1B,yDAAyD;IACzD,UAAU,EAAE,gBAAgB;IAC5B,6DAA6D;IAC7D,eAAe,EAAE,sBAAsB;IACvC,wDAAwD;IACxD,WAAW,EAAE,iBAAiB;IAC9B,2DAA2D;IAC3D,YAAY,EAAE,kBAAkB;IAChC,+DAA+D;IAC/D,iBAAiB,EAAE,wBAAwB;IAE3C,mDAAmD;IACnD,MAAM,EAAE,YAAY;IACpB,sDAAsD;IACtD,OAAO,EAAE,aAAa;IACtB,0DAA0D;IAC1D,YAAY,EAAE,mBAAmB;IACjC,qDAAqD;IACrD,QAAQ,EAAE,cAAc;IACxB,wDAAwD;IACxD,SAAS,EAAE,eAAe;IAC1B,4DAA4D;IAC5D,cAAc,EAAE,qBAAqB;IAErC,gGAAgG;IAChG,kBAAkB,EAAE,yBAAyB;CACe,CAAC;AAE/D;;GAEG;AACH,MAAM,gBAAgB,GAAG;IACvB,kDAAkD;IAClD,cAAc,EAAE,qBAAqB;IACrC,qDAAqD;IACrD,eAAe,EAAE,sBAAsB;IACvC,yDAAyD;IACzD,oBAAoB,EAAE,4BAA4B;IAElD,oDAAoD;IACpD,gBAAgB,EAAE,uBAAuB;IACzC,sDAAsD;IACtD,kBAAkB,EAAE,yBAAyB;IAC7C,uDAAuD;IACvD,iBAAiB,EAAE,wBAAwB;IAC3C,2DAA2D;IAC3D,sBAAsB,EAAE,8BAA8B;IAEtD,qDAAqD;IACrD,iBAAiB,EAAE,wBAAwB;IAC3C,wDAAwD;IACxD,kBAAkB,EAAE,yBAAyB;IAC7C,4DAA4D;IAC5D,uBAAuB,EAAE,+BAA+B;IACxD,uDAAuD;IACvD,mBAAmB,EAAE,0BAA0B;IAC/C,0DAA0D;IAC1D,oBAAoB,EAAE,2BAA2B;IACjD,8DAA8D;IAC9D,yBAAyB,EAAE,iCAAiC;CACO,CAAC;AAEtE;;GAEG;AACH,MAAM,eAAe,GAAG;IACtB,mDAAmD;IACnD,eAAe,EAAE,sBAAsB;IACvC,sDAAsD;IACtD,gBAAgB,EAAE,uBAAuB;IACzC,0DAA0D;IAC1D,qBAAqB,EAAE,6BAA6B;CACc,CAAC;AAErE;;GAEG;AACU,QAAA,SAAS,GAAG;IACvB,GAAG,qBAAqB;IACxB,GAAG,gBAAgB;IACnB,GAAG,eAAe;CAC0C,CAAC"}
1
+ {"version":3,"file":"attribute.enum.js","sourceRoot":"","sources":["../../../src/otel/cf/attribute.enum.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefresh-io/cf-telemetry",
3
- "version": "3.4.0-alpha.3",
3
+ "version": "3.5.0",
4
4
  "exports": {
5
5
  "./init": {
6
6
  "import": "./dist/init.mjs",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "git+https://github.com/codefresh-io/cf-telemetry.git"
39
+ "url": "git+https://github.com/codefresh-io/cf-telemetry-js.git"
40
40
  },
41
41
  "packageManager": "yarn@4.5.2",
42
42
  "scripts": {