@zuplo/otel 6.65.8 → 6.66.2
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/out/types/index.d.ts +4 -0
- package/package.json +2 -2
package/out/types/index.d.ts
CHANGED
|
@@ -147,6 +147,8 @@ declare interface ParentRatioSamplingConfig {
|
|
|
147
147
|
|
|
148
148
|
declare type PostProcessorFn = (spans: ReadableSpan[]) => ReadableSpan[];
|
|
149
149
|
|
|
150
|
+
/* Excluded from this release type: RequestHandlerProxy */
|
|
151
|
+
|
|
150
152
|
declare interface SamplingConfig<HS extends HeadSamplerConf = HeadSamplerConf> {
|
|
151
153
|
headSampler?: HS;
|
|
152
154
|
tailSampler?: TailSampleFn;
|
|
@@ -160,6 +162,8 @@ declare interface ServiceConfig {
|
|
|
160
162
|
|
|
161
163
|
declare type TailSampleFn = (traceInfo: LocalTrace) => boolean;
|
|
162
164
|
|
|
165
|
+
/* Excluded from this release type: TelemetryInitializationOptions */
|
|
166
|
+
|
|
163
167
|
/**
|
|
164
168
|
* Trace configuration with both log and trace exporter configurations.
|
|
165
169
|
* The logUrl should be the URL for the logs OTel endpoint. The traceUrl
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zuplo/otel",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.66.2",
|
|
5
5
|
"repository": "https://github.com/zuplo/zuplo",
|
|
6
6
|
"author": "Zuplo, Inc.",
|
|
7
7
|
"exports": {
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
"@opentelemetry/semantic-conventions": "1.34.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@zuplo/runtime": "6.
|
|
43
|
+
"@zuplo/runtime": "6.66.2"
|
|
44
44
|
}
|
|
45
45
|
}
|