Skip to content

Commit

Permalink
Add OTLP exporter as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Dec 14, 2024
1 parent 95439cd commit 56d6689
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Revision history for OpenTelemetry-SDK

{{$NEXT}}

* Marked OpenTelemetry::Exporter::OTLP as a dependency instead
of a recommended distribution. Since OTLP is the default
exporter for the SDK, it doesn't make sense to ship without it.
The reason it was released as a separate distribution was
initially because it depended on Google::ProtocolBuffers::Dynamic,
but now it doesn't: it will use that distribution if it is
available but use JSON otherwise.

0.024 2024-08-02 15:28:11+01:00 Europe/London

* Use bigfloat instead of bignum in TraceIDRatioBased sampler
Expand Down
3 changes: 1 addition & 2 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ requires 'Metrics::Any';
requires 'Mutex';
requires 'Object::Pad', '0.74'; # For //= field initialisers
requires 'OpenTelemetry', '0.010';
requires 'OpenTelemetry::Exporter::OTLP';
requires 'bigfloat', '0.65'; # Pragma added in Math::BigInt 0.65

recommends 'OpenTelemetry::Exporter::OTLP';

on test => sub {
requires 'File::Temp';
requires 'JSON::PP';
Expand Down

0 comments on commit 56d6689

Please sign in to comment.