Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): merge api-metrics into api #3374

Merged
merged 9 commits into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@ jobs:

- name: Build 🔧
run: |
npm run compile
npx lerna run compile

- name: Unit tests
run: npm run test
run: |
# TODO(legendecas): webpack https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
if [ "${{ matrix.node_version }}" = "18" ]; then
export NODE_OPTIONS=--openssl-legacy-provider
fi
npm run test
- name: Report Coverage
run: npm run codecov
if: ${{ matrix.node_version == '14' }}
Expand Down Expand Up @@ -88,7 +93,8 @@ jobs:

- name: Build 🔧
run: |
npm run compile
npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"
npx lerna run compile

- name: Unit tests
run: npm run test
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.

### :boom: Breaking Change

* feat(api): merge api-metrics into api [#3374](https://github.com/open-telemetry/opentelemetry-js/pull/3374) @legendecas

### :rocket: (Enhancement)

* feat(sdk-trace): re-export sdk-trace-base in sdk-trace-node and web [#3319](https://github.com/open-telemetry/opentelemetry-js/pull/3319) @legendecas
Expand Down
8 changes: 0 additions & 8 deletions api-metrics/.eslintrc.js

This file was deleted.

201 changes: 0 additions & 201 deletions api-metrics/LICENSE

This file was deleted.

98 changes: 0 additions & 98 deletions api-metrics/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions api-metrics/karma.conf.js

This file was deleted.