dartastic_opentelemetry 0.9.5
dartastic_opentelemetry: ^0.9.5 copied to clipboard
OpenTelemetry SDK for Dart and Flutter. Distributed tracing, metrics, OTLP exporters (gRPC/HTTP), and context propagation for observability backends.
We analyzed this package 26 hours ago, and awarded it 90 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
3019 out of 3955 API elements (76.3 %) have documentation comments.
Some symbols that are missing documentation: common.pb, common.pb.AnyValue.AnyValue.fromBuffer, common.pb.AnyValue.AnyValue.fromJson, common.pb.AnyValue.AnyValue.new, common.pb.AnyValue.arrayValue.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 29 issues. Showing the first 2:
ERROR: Missing concrete implementation of 'getter APITracer.timeProvider'.
lib/src/trace/tracer.dart:31:7
╷
31 │ class Tracer implements APITracer {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/trace/tracer.dart
ERROR: Missing concrete implementations of 'getter APITracerProvider.timeProvider' and 'setter APITracerProvider.timeProvider'.
lib/src/trace/tracer_provider.dart:27:7
╷
27 │ class TracerProvider implements APITracerProvider {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/trace/tracer_provider.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dartastic_opentelemetry_api |
^1.0.0-beta.2 |
1.0.0-beta.6 | 1.0.0-beta.6 | |
fixnum |
^1.1.1 |
1.1.1 | 1.1.1 | |
grpc |
^5.1.0 |
5.1.0 | 5.1.0 | |
http |
^1.5.0 |
1.6.0 | 1.6.0 | |
meta |
^1.16.0 |
1.18.2 | 1.18.2 | |
protobuf |
^6.0.0 |
6.0.0 | 6.0.0 | |
synchronized |
^3.4.0 |
3.4.0+1 | 3.4.0+1 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
google_cloud |
- | 0.5.0 | 0.5.0 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 2.3.1 | 2.3.1 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 |
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.23.12, Dart 3.11.5.
Check the analysis log for details.