wyhaines / opentelemetry-api.cr

The core of open telemetry instrumentation is the OpenTelemetry API/SDK. The initial aim of this shard is to implement the OpenTelemetry specification for metrics, traces, and logs.
Apache License 2.0
12 stars 1 forks source link

Update README with current state of initialization #11

Closed miry closed 2 years ago

miry commented 2 years ago
  1. Example from README.md for shards.yml ended with error message:
Error shard name (opentelemetry-api) doesn't match dependency name (otel)
  1. Exporter initialization is different in readme from current state:
 16 | config.exporter = OpenTelemetry::IOExporter.new(:STDOUT)
                        ^------------------------
Error: undefined constant OpenTelemetry::IOExporter