Skip to content

Commit b51d798

Browse files
committed
move xray sampler out of incubating
1 parent ef59c8d commit b51d798

36 files changed

+8
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

incubator/opentelemetry-sampler-aws-xray/README.md renamed to packages/sampler-aws-xray/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# AWS X-Ray Remote Sampler
22

3-
> This component is still in development and has not been released as an npm package.
3+
This module provides the remote/centralized sampler for AWS X-Ray.
44

5-
[component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): @jj22ee, @yiyuan-he
5+
## Status
6+
7+
| Maturity | [Component Owner](../../.github/component_owners.yml) | Compatibility |
8+
| -------------------------------------- | ----------------------------------------------------- | --------------------- |
9+
| [Stable](../../CONTRIBUTING.md#stable) | @jj22ee @yiyuan-he | API 1.0+<br/>SDK 2.0+ |
610

7-
This module provides the remote/centralized sampler for AWS X-Ray.
811

912
## Usage
1013

incubator/opentelemetry-sampler-aws-xray/package.json renamed to packages/sampler-aws-xray/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@opentelemetry/sampler-aws-xray",
3-
"version": "0.34.0",
4-
"private": true,
5-
"description": "OpenTelemetry remote sampler for AWS X-Ray",
3+
"version": "0.1.0",
4+
"description": "OpenTelemetry Remote Sampler for AWS X-Ray",
65
"keywords": [
76
"aws",
87
"sampler",

incubator/opentelemetry-sampler-aws-xray/src/aws-xray-sampling-client.ts renamed to packages/sampler-aws-xray/src/aws-xray-sampling-client.ts

File renamed without changes.

incubator/opentelemetry-sampler-aws-xray/src/fallback-sampler.ts renamed to packages/sampler-aws-xray/src/fallback-sampler.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.

incubator/opentelemetry-sampler-aws-xray/src/rate-limiting-sampler.ts renamed to packages/sampler-aws-xray/src/rate-limiting-sampler.ts

File renamed without changes.

0 commit comments

Comments
 (0)