Punk-Observe 0.05

Kwalitee Issues

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:
  • MANIFEST (291) does not match dist (289):
  • Duplicates in MANIFEST: root/static/defer.js, t/0926-deferred-status.t

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:
  • lib/Punk/Observe/Alert.pm: HASH(0x5559aeff5b58)
  • lib/Punk/Observe/Backend.pm: HASH(0x5559aefdba20)
  • lib/Punk/Observe/Backend/Pg.pm: HASH(0x5559aef202b8)
  • lib/Punk/Observe/Backend/SQLite.pm: HASH(0x5559af617a48)
  • lib/Punk/Observe/Cache.pm: HASH(0x5559aeec3b68)
  • lib/Punk/Observe/Config.pm: HASH(0x5559aeed0118)
  • lib/Punk/Observe/Dashboard.pm: HASH(0x5559aef9e7d0)
  • lib/Punk/Observe/Decode.pm: HASH(0x5559aef57ff8)
  • lib/Punk/Observe/Evaluate.pm: HASH(0x5559af028fc0)
  • lib/Punk/Observe/Exec.pm: HASH(0x5559aeec3d48)
  • lib/Punk/Observe/Flame.pm: HASH(0x5559aee8eef8)
  • lib/Punk/Observe/Health.pm: HASH(0x5559af5d81b8)
  • lib/Punk/Observe/Ingest.pm: HASH(0x5559aeffd338)
  • lib/Punk/Observe/Key.pm: HASH(0x5559aee98da8)
  • lib/Punk/Observe/Limit.pm: HASH(0x5559aefd0f00)
  • lib/Punk/Observe/Live.pm: HASH(0x5559af03e6a0)
  • lib/Punk/Observe/Log.pm: HASH(0x5559aef95d78)
  • lib/Punk/Observe/Map.pm: HASH(0x5559aeddf618)
  • lib/Punk/Observe/Metric.pm: HASH(0x5559aef953d0)
  • lib/Punk/Observe/Plot.pm: HASH(0x5559aeec9ee0)
  • lib/Punk/Observe/Query.pm: HASH(0x5559af080de8)
  • lib/Punk/Observe/Retain.pm: HASH(0x5559aee6e168)
  • lib/Punk/Observe/Route.pm: HASH(0x5559aef68500)
  • lib/Punk/Observe/SVG.pm: HASH(0x5559aeef80f8)
  • lib/Punk/Observe/Scan.pm: HASH(0x5559ad9f95e8)
  • lib/Punk/Observe/SegIO.pm: HASH(0x5559ae88af80)
  • lib/Punk/Observe/Segment.pm: HASH(0x5559aee5a1d8)
  • lib/Punk/Observe/Store.pm: HASH(0x5559aef16cd8)
  • lib/Punk/Observe/Target.pm: HASH(0x5559aeef25b0)
  • lib/Punk/Observe/Tenant.pm: HASH(0x5559adaa10d8)
  • lib/Punk/Observe/Trace.pm: HASH(0x5559aeec3da8)
  • lib/Punk/Observe/View.pm: HASH(0x5559aeeaace0)
  • lib/Punk/Observe/WAL.pm: HASH(0x5559aeed9d98)
  • lib/Punk/Observe/Warm.pm: HASH(0x5559aef06150)
  • lib/Punk/Plugin/Observe.pm: HASH(0x5559af0318f8)

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
Punk::Observe an OpenTelemetry observability and logging backend 0.05 metacpan
Punk::Observe::Alert rule evaluation, and the two states everybody forgets metacpan
Punk::Observe::Backend where the configuration lives metacpan
Punk::Observe::Backend::Pg configuration in PostgreSQL metacpan
Punk::Observe::Backend::SQLite the default configuration store metacpan
Punk::Observe::Cache the settled part of a window, computed once metacpan
Punk::Observe::Config reading and writing what the screens are configured with metacpan
Punk::Observe::Dashboard a panel is an OQL string with a title metacpan
Punk::Observe::Decode OTLP protobuf, read as records metacpan
Punk::Observe::Evaluate the alert evaluation pass, and its delivery metacpan
Punk::Observe::Exec planning and running a query metacpan
Punk::Observe::Flame aggregated self-time across traces metacpan
Punk::Observe::Health poll the services being observed metacpan
Punk::Observe::Ingest the OTLP receiver metacpan
Punk::Observe::Key ingest keys metacpan
Punk::Observe::Limit three limits, failing three different ways metacpan
Punk::Observe::Live the log tail, and what it admits losing metacpan
Punk::Observe::Log compressed log blocks and the trigram filter metacpan
Punk::Observe::Map laying out the service graph metacpan
Punk::Observe::Metric compressed metric chunks metacpan
Punk::Observe::Plot query results as chart figures metacpan
Punk::Observe::Query one query language over traces, metrics and logs metacpan
Punk::Observe::Retain compaction, rollups and deletion metacpan
Punk::Observe::Route grouping, silences, and the outbox key metacpan
Punk::Observe::SVG chart primitives metacpan
Punk::Observe::Scan what a query can decide without reading metacpan
Punk::Observe::SegIO one segment carrying all three signals metacpan
Punk::Observe::Segment immutable segments, series ids and the symbol table metacpan
Punk::Observe::Store sealing, and the read path over what is sealed metacpan
Punk::Observe::Target where a webhook is allowed to point metacpan
Punk::Observe::Tenant the tenant seam, kept honest metacpan
Punk::Observe::Trace spans, trace assembly and the service graph metacpan
Punk::Observe::View the screens, and what they are given to render metacpan
Punk::Observe::WAL the write-ahead log metacpan
Punk::Observe::Warm the settled chunks, computed where nobody is waiting metacpan
Punk::Plugin::Observe mount Punk::Observe in a Punk application metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan