routed_observability 0.1.1 copy "routed_observability: ^0.1.1" to clipboard
routed_observability: ^0.1.1 copied to clipboard

Observability providers/middleware for Routed (tracing, metrics, health).

150/ 160
pub points
596
downloads

We analyzed this package 4 days ago, and awarded it 150 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

109 out of 112 API elements (97.3 %) have documentation comments.

Some symbols that are missing documentation: routed_observability.ErrorObserver.ErrorObserver.new, routed_observability.ErrorObserverRegistry.ErrorObserverRegistry.new, routed_observability.HealthEndpointRegistry.HealthEndpointRegistry.new.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:routed_observability/routed_observability.dart that imports:
  • package:routed_observability/src/tracing.dart that imports:
  • package:dartastic_opentelemetry/dartastic_opentelemetry.dart that imports:
  • package:dartastic_opentelemetry/src/trace/export/otlp/otlp_grpc_span_exporter.dart that imports:
  • package:dartastic_opentelemetry/src/trace/export/otlp/certificate_utils_io.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

INFO: Use an initializing formal to assign a parameter to a field.

lib/src/tracing.dart:15:8

   ╷
15 │   }) : _tracer = tracer,
   │        ^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/tracing.dart

INFO: Use an initializing formal to assign a parameter to a field.

lib/src/tracing.dart:16:8

   ╷
16 │        _propagator = propagator,
   │        ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/tracing.dart

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
dartastic_opentelemetry ^0.10.0 0.10.0 0.11.0
dartastic_opentelemetry_api ^0.10.0 0.10.0 0.11.0
routed_core >=0.4.0 <1.0.0 0.5.2 0.5.2
sentry ^9.10.0 9.30.0 9.30.0
Transitive dependencies
Package Constraint Compatible Latest Notes
ansicolor - 2.0.3 2.0.3
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
contextual - 2.2.0 2.2.0
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
d4_array - 1.0.0 1.0.0
d4_time - 1.0.0 1.0.0
d4_time_format - 1.0.0 1.0.0
dart_mappable - 4.10.0 4.10.0
event_bus - 2.0.1 2.0.1
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
fuzzywuzzy - 1.2.0 1.2.0
gato - 0.0.5+1 0.0.5+1
google_cloud - 0.5.0 0.5.0
google_identity_services_web - 0.3.3+1 0.3.3+1
googleapis_auth - 2.3.3 2.3.3
grpc - 5.1.0 5.1.0
html - 0.15.7 0.15.7
html_unescape - 2.0.0 2.0.0
http - 1.6.0 1.6.0
http2 - 2.3.1 2.3.1
http_parser - 4.1.2 4.1.2
intl - 0.20.3 0.20.3
liquify - 1.6.1 1.6.1
logging - 1.3.0 1.3.0
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
protobuf - 6.1.0 6.1.0
server_contracts - 0.1.1 0.1.1
source_span - 1.10.2 1.10.2
stack_trace - 1.12.2 1.12.2
stream_transform - 2.1.2 2.1.2
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.2 3.4.2
term_glyph - 1.2.2 1.2.2
timezone - 0.11.1 0.11.1
type_plus - 2.1.1 2.1.1
typed_data - 1.4.0 1.4.0
universal_io - 2.3.1 2.3.1
uuid - 4.6.0 4.6.0
web - 1.1.1 1.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.10.0` on dartastic_opentelemetry does not support the stable version `0.11.0`, that was published 14 days ago.

When dartastic_opentelemetry is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions dartastic_opentelemetry to update the constraint.

The constraint `^0.10.0` on dartastic_opentelemetry_api does not support the stable version `0.11.0`, that was published 14 days ago.

When dartastic_opentelemetry_api is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions dartastic_opentelemetry_api to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.19, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
150
points
596
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Observability providers/middleware for Routed (tracing, metrics, health).

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

dartastic_opentelemetry, dartastic_opentelemetry_api, routed_core, sentry

More

Packages that depend on routed_observability