Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate metrics endpoint on aggregator #2022

Merged
merged 21 commits into from
Oct 22, 2024

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    6aa699d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c70c72 View commit details
    Browse the repository at this point in the history
  3. test: rename metrics unit test

    Co-authored-by: Sébastien Fauvel <[email protected]>
    dlachaume and sfauvel committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3ee52b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20ed3a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b5b4be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    627bc47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35f12e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0963008 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f47cc4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63f49fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88eb71e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. test: specify behavior of increment_runtime_cycle functions in `Moc…

    …kAggregatorRunner` during state machine tests
    dlachaume committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d627d39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dce660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18efa2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7baea0f View commit details
    Browse the repository at this point in the history
  5. refactor: enhance calls to the metrics service in the aggregator runn…

    …er, fix typos and renaming
    dlachaume committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c7525be View commit details
    Browse the repository at this point in the history
  6. fix: add component name as 'src' for MetricService logger

    Co-authored-by: Sébastien Fauvel <[email protected]>
    Co-authored-by: DJO <[email protected]>
    3 people committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    89a21b6 View commit details
    Browse the repository at this point in the history
  7. feat: add a counter for recording the number of transactions requeste…

    …d for proof
    
    - Implement `increment_by` function for `MetricCounter` to increment the counter by another value than '1'.
    - Renaming of `proof_cardano_transaction_total_served_since_startup` to `proof_cardano_transaction_total_proofs_served_since_startup`.
    dlachaume committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c7a032f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a05781c View commit details
    Browse the repository at this point in the history
  9. chore: upgrade crate versions

    * mithril-metric from `0.1.0` to `0.1.1`
    * mithril-aggregator from `0.5.84` to `0.5.85`
    dlachaume committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    77321b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7352335 View commit details
    Browse the repository at this point in the history