Skip to content

Commit

Permalink
[mq] working branch - merge 4d20cce on top of master at 55e92d2
Browse files Browse the repository at this point in the history
{"baseBranch":"master","baseCommit":"55e92d2810715da7c399f690666ea88d538aa58b","createdAt":"2024-12-04T16:42:22.363377Z","headSha":"4d20cce75e6490e9be6e68dcb4a5db6781f6b36c","id":"188f8dab-fb48-4384-85fa-09f19938bb43","priority":"200","pullRequestNumber":"234","queuedAt":"2024-12-04T16:42:22.362521Z","status":"STATUS_QUEUED"}
  • Loading branch information
dd-mergequeue[bot] authored Dec 4, 2024
2 parents 0fbfa29 + 4d20cce commit b7acdb4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cjs/generated/telemetry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,10 @@ export interface CommonTelemetryProperties {
id: string;
[k: string]: unknown;
};
/**
* The actual percentage of telemetry usage per event
*/
effective_sample_rate?: number;
/**
* Enabled experimental features
*/
Expand Down
4 changes: 4 additions & 0 deletions lib/esm/generated/telemetry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,10 @@ export interface CommonTelemetryProperties {
id: string;
[k: string]: unknown;
};
/**
* The actual percentage of telemetry usage per event
*/
effective_sample_rate?: number;
/**
* Enabled experimental features
*/
Expand Down
6 changes: 6 additions & 0 deletions schemas/telemetry/_common-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
}
}
},
"effective_sample_rate": {
"type": "integer",
"description": "The actual percentage of telemetry usage per event",
"minimum": 0,
"maximum": 100
},
"experimental_features": {
"type": "array",
"description": "Enabled experimental features",
Expand Down

0 comments on commit b7acdb4

Please sign in to comment.