Skip to content

Commit

Permalink
chore: rename proto to otlp-transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Feb 28, 2022
1 parent d022e1b commit 070faf4
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
[submodule "experimental/packages/opentelemetry-exporter-metrics-otlp-proto/protos"]
path = experimental/packages/opentelemetry-exporter-metrics-otlp-proto/protos
url = https://github.com/open-telemetry/opentelemetry-proto.git
[submodule "experimental/packages/proto/opentelemetry-proto"]
path = experimental/packages/proto/opentelemetry-proto
url = https://github.com/open-telemetry/opentelemetry-proto
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@opentelemetry/proto",
"name": "@opentelemetry/otlp-transformer",
"private": true,
"publishConfig": {
"access": "restricted"
Expand All @@ -11,12 +11,9 @@
"repository": "open-telemetry/opentelemetry-js",
"scripts": {
"compile": "tsc --build tsconfig.all.json",
"precompile": "npm run generate:json",
"generate:json": "pbjs -t json -o descriptor.json opentelemetry-proto/opentelemetry/**/*.proto",
"clean": "tsc --build --clean tsconfig.all.json && rimraf src/generated",
"clean": "tsc --build --clean tsconfig.all.json",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"submodule": "git submodule sync --recursive && git submodule update --init --recursive",
"tdd": "npm run test -- --watch-extensions ts --watch",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"test:browser": "nyc karma start --single-run",
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion experimental/packages/proto/opentelemetry-proto
Submodule opentelemetry-proto deleted from f8c59f
2 changes: 1 addition & 1 deletion experimental/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"path": "packages/opentelemetry-sdk-node"
},
{
"path": "packages/proto"
"path": "packages/otlp-transformer"
},
{
"path": "backwards-compatability/node10"
Expand Down

0 comments on commit 070faf4

Please sign in to comment.