Class "OpenTelemetry\Contrib\Otlp\SpanExporter" not found #7
-
I tried to install your package. As I went to configure return [
// new SimpleSpanProcessor(
// exporter: new SpanExporter(
// (new OtlpHttpTransportFactory())
// ->create('http://127.0.0.1:4318/v1/traces', 'application/x-protobuf'),
// ),
// ),
]; Prepared a draft repo for your quick test: https://github.com/a-h-abid/laravel-otel-draft1 Please let me know what I need to do. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi there, Sorry for the delayed response here. I wasn't monitoring the discussions, but I have enabled notifications now. You will need to install an appropriate exporter. This package does not include any OTLP exporters by default. To make the default stuff work, install this package:
This is covered in the documentation for this package which I have not yet published. Sorry about that. Let me know if this doesn't resolve your problems, though. |
Beta Was this translation helpful? Give feedback.
Hi there,
Sorry for the delayed response here. I wasn't monitoring the discussions, but I have enabled notifications now. You will need to install an appropriate exporter. This package does not include any OTLP exporters by default. To make the default stuff work, install this package:
This is covered in the documentation for this package which I have not yet published. Sorry about that. Let me know if this doesn't resolve your problems, though.