dartastic_opentelemetry_api 0.8.3
dartastic_opentelemetry_api: ^0.8.3 copied to clipboard
Dartastic.io's OpenTelemetry API for Dart following the OpenTelemetry specification. Supports all platforms including web.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
742 out of 786 API elements (94.4 %) have documentation comments.
Some symbols that are missing documentation: dartastic_opentelemetry_api.APICallbackRegistration.APICallbackRegistration.new
, dartastic_opentelemetry_api.APIMeterCreate.APIMeterCreate.new
, dartastic_opentelemetry_api.APISpanCreate.APISpanCreate.new
, dartastic_opentelemetry_api.AttributeCreate.AttributeCreate.new
, dartastic_opentelemetry_api.AttributesCreate.AttributesCreate.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dartastic_opentelemetry_api/dartastic_opentelemetry_api.dart
that imports:package:dartastic_opentelemetry_api/src/factory/otel_factory.dart
that imports:package:dartastic_opentelemetry_api/src/api/context/context.dart
that imports:package:dartastic_opentelemetry_api/src/api/context/isolate_support.dart
that imports:dart:isolate
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
/tmp/pana_QGAELJ/lib/src/api/factory/otel_api_factory.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_QGAELJ/lib/src/api/trace/span.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
fixnum |
^1.1.1 |
1.1.1 | 1.1.1 | |
meta |
^1.16.0 |
1.17.0 | 1.17.0 | |
web |
^1.0.0 |
1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.21
, Dart 3.8.1
.
Check the analysis log for details.