File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
exporters/aws-distro-opentelemetry-exporter-xray-udp Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 npm pack
4646
4747 # Publish OTLP UDP Exporter to npm
48- - name : Publish to npm
49- working-directory : exporters/aws-distro-opentelemetry-exporter-xray-udp
50- env :
51- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
52- NPM_CONFIG_PROVENANCE : true
53- run : npx publish
48+ # - name: Publish to npm
49+ # working-directory: exporters/aws-distro-opentelemetry-exporter-xray-udp
50+ # env:
51+ # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
52+ # NPM_CONFIG_PROVENANCE: true
53+ # run: npx publish
5454
5555 # Publish to GitHub releases
5656 - name : Create GH release
Original file line number Diff line number Diff line change 2626 # Project dependencies and compilation are already done in the previous step
2727 - name : Install Dependencies, Compile, and Build Tarball
2828 id : staging_tarball_build
29- shell : bash
3029 run : |
3130 cd exporters/aws-distro-opentelemetry-exporter-xray-udp
3231 npm pack
4645 ./xray -o -n us-east-2 -f ./daemon-logs.log --log-level debug &
4746
4847 - name : Setup Sample App
49- working-directory : sample-apps /udp-exporter-test-app
48+ working-directory : sample-applications /udp-exporter-test-app
5049 run : |
5150 npm install ../../exporters/aws-distro-opentelemetry-exporter-xray-udp/aws-aws-distro-opentelemetry-exporter-xray-udp-*.tgz
5251 npm install
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ npm install --save @aws/aws-distro-opentelemetry-exporter-xray-udp
88
99## Usage
1010
11- ``` js
12- import { AwsXrayUdpSpanExporter } from ' . /aws-xray-udp-span- exporter' ;
11+ ``` ts
12+ import { AwsXrayUdpSpanExporter } from " @aws /aws-distro-opentelemetry- exporter-xray-udp "
1313import { SpanExporter } from ' @opentelemetry/sdk-trace-base' ;
1414
1515// ...
You can’t perform that action at this time.
0 commit comments