Skip to content

Minor metrics specification fixes#21

Open
ArtiomTr wants to merge 1 commit intoleanEthereum:mainfrom
ArtiomTr:main
Open

Minor metrics specification fixes#21
ArtiomTr wants to merge 1 commit intoleanEthereum:mainfrom
ArtiomTr:main

Conversation

@ArtiomTr
Copy link

@ArtiomTr ArtiomTr commented Feb 3, 2026

  • Renamed lean_pq_sig_attestation_signing_time_seconds to lean_pq_signature_attestation_signing_time_seconds and lean_pq_sig_attestation_verification_time_seconds to lean_pq_signature_attestation_verification_time_seconds, as those are the metric names that grafana dashboard in development/client-dashboard.json references, as well as what both ream and zeam implement;
  • removed buckets from lean_pq_sig_aggregated_signatures_total and lean_pq_sig_attestations_in_aggregated_signatures_total metrics, as those have Counter type;
  • fixed lean_pq_sig_attestation_signatures_building_time_seconds metric description, to say "build" instead of "verify" signature;
  • for aggregate signature metrics, changed event from "On build_attestation_signatures()" to "On aggregated attestation production", as this function in specification is used only for tests.

* Renamed `lean_pq_sig_attestation_signing_time_seconds` to
  `lean_pq_signature_attestation_signing_time_seconds` and
  `lean_pq_sig_attestation_verification_time_seconds` to
  `lean_pq_signature_attestation_verification_time_seconds`, as those
  are the metric names that grafana dashboard in
  development/client-dashboard.json references, as well as what both
  ream and zeam implement;
* removed buckets from `lean_pq_sig_aggregated_signatures_total` and
  `lean_pq_sig_attestations_in_aggregated_signatures_total` metrics, as
  those have `Counter` type;
* fixed `lean_pq_sig_attestation_signatures_building_time_seconds`
  metric description, to say "build" instead of "verify" signature;
* for aggregate signature metrics, changed event from
  "On `build_attestation_signatures()`" to "On aggregated attestation
  production", as this function in specification is used only for tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant