@interopio/otel 0.0.199 → 0.0.201

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.
Files changed (2) hide show
  1. package/insights.d.ts +2 -0
  2. package/package.json +1 -1
package/insights.d.ts CHANGED
@@ -325,6 +325,7 @@ export namespace IOInsights {
325
325
  * Controls the publishing of the metric.
326
326
  */
327
327
  export interface MetricPublishingSettings {
328
+ sample?: number | boolean;
328
329
  /**
329
330
  * Controls the publishing of specific attributes.
330
331
  */
@@ -422,6 +423,7 @@ export namespace IOInsights {
422
423
  export interface MetricDefaultFilter {
423
424
  type?: MetricType;
424
425
  enabled: boolean;
426
+ sample?: number | boolean;
425
427
  overrideDefaultFilters?: boolean;
426
428
  attributes?: {
427
429
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/otel",
3
- "version": "0.0.199",
3
+ "version": "0.0.201",
4
4
  "description": "io.Insights observability library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",