Skip to content

Commit

Permalink
chore(deps): adapt to renamed exporter-otlp-http
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna committed Oct 11, 2021
1 parent 4e930c8 commit 956f33d
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@material-ui/lab": "4.0.0-alpha.60",
"@opentelemetry/context-zone": "1.0.0",
"@opentelemetry/core": "1.0.0",
"@opentelemetry/exporter-collector": "0.26.0",
"@opentelemetry/exporter-otlp-http": "0.26.0",
"@opentelemetry/exporter-zipkin": "1.0.0",
"@opentelemetry/instrumentation": "0.26.0",
"@opentelemetry/instrumentation-document-load": "^0.25.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { XMLHttpRequestInstrumentation } from '@opentelemetry/instrumentation-xm
import { WebTracerProvider } from '@opentelemetry/sdk-trace-web';
import { ZoneContextManager } from '@opentelemetry/context-zone';
import { ZipkinExporter } from '@opentelemetry/exporter-zipkin';
import { CollectorTraceExporter } from '@opentelemetry/exporter-collector';
import { OTLPTraceExporter } from '@opentelemetry/exporter-otlp-http';
import {
BatchSpanProcessor,
ConsoleSpanExporter,
Expand Down Expand Up @@ -72,7 +72,7 @@ export class WebInstrumentation {
if (this.exporters[ExporterType.COLLECTOR_TRACE].enabled) {
this.provider.addSpanProcessor(
new BatchSpanProcessor(
new CollectorTraceExporter({
new OTLPTraceExporter({
url: this.exporters[ExporterType.COLLECTOR_TRACE].url,
})
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export class App extends React.Component<AppProps, AppState> {
onToggle={this.toggleExporter}
onValueChange={this.handleUrlChange}
placeholderValue={PlaceholderValues.COLLECTOR_TRACE_URL}
exporterPackageUrl="https://www.npmjs.com/package/@opentelemetry/exporter-collector"
exporterPackageUrl="https://www.npmjs.com/package/@opentelemetry/exporter-otlp-http"
value={exporters[ExporterType.COLLECTOR_TRACE].url}
/>
</Grid>
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-host-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"typescript": "4.3.5"
},
"dependencies": {
"@opentelemetry/api-metrics": "^0.25.0",
"@opentelemetry/api-metrics": "^0.26.0",
"@opentelemetry/core": "^1.0.0",
"@opentelemetry/sdk-metrics-base": "^0.25.0",
"@opentelemetry/sdk-metrics-base": "^0.26.0",
"systeminformation": "^5.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@types/mongodb": "3.6.20"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/semantic-conventions": "^1.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/semantic-conventions": "^1.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/semantic-conventions": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-instrumentation-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@types/pg": "8.6.1",
"@types/pg-pool": "2.0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@types/pino": "6.3.11",
"semver": "^7.3.5"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@types/redis": "2.8.31"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"dependencies": {
"@opentelemetry/core": "^1.0.0",
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@types/restify": "4.3.8"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/semantic-conventions": "^1.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"winston2": "npm:[email protected]"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.25.0"
"@opentelemetry/instrumentation": "^0.26.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"@opentelemetry/core": "^1.0.0",
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/sdk-trace-base": "^1.0.0",
"@opentelemetry/sdk-trace-web": "^1.0.0",
"@opentelemetry/semantic-conventions": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"dependencies": {
"@opentelemetry/core": "^1.0.0",
"@opentelemetry/instrumentation": "^0.25.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/sdk-trace-web": "^1.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 956f33d

Please sign in to comment.