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

Add a metric for invalid ZKAP attempts #265

Closed
wants to merge 48 commits into from
Closed

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    3f374bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8377166 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    4b31b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    326ff62 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. just use integer number of seconds in configuration

    isodate duration parser has some bugs
    exarkun committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    c788f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b89e84d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e24ebe View commit details
    Browse the repository at this point in the history
  4. [wip]

    exarkun committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8ecfcb6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. test a boolean, for clarity

    exarkun committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    457b269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d791deb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8938664 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d004d91 View commit details
    Browse the repository at this point in the history
  5. pyflakes

    exarkun committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    ce47c17 View commit details
    Browse the repository at this point in the history
  6. black

    exarkun committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    31b1518 View commit details
    Browse the repository at this point in the history
  7. isort

    exarkun committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    1481e8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a562ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75dfc52 View commit details
    Browse the repository at this point in the history
  10. fix merge lints

    exarkun committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    3beda67 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5dd2668 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    721d24e View commit details
    Browse the repository at this point in the history
  13. simplify successful spending metrics

    Let's see how far we get with just this simpler version.  We now have a
    histogram for number of zkaps spent, bucketed by the size of individual spend
    operations.
    
    Also implement it for mutables
    exarkun committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e0e8bfb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9e8702 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    30632e7 View commit details
    Browse the repository at this point in the history
  16. black

    exarkun committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    3fcced5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a204243 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    df257e8 View commit details
    Browse the repository at this point in the history
  2. black

    exarkun committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9610054 View commit details
    Browse the repository at this point in the history
  3. do not let write_to_textfile raise an exception to LoopingCall

    Also make the metrics path's parent directory if necessary
    exarkun committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    09ef63c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58eaeb2 View commit details
    Browse the repository at this point in the history
  5. get the right eliot ...

    exarkun committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    56476d1 View commit details
    Browse the repository at this point in the history
  6. return the safe writer!

    exarkun committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    e3b858e View commit details
    Browse the repository at this point in the history
  7. go away, Windows

    exarkun committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9b0dd25 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Use the attr.ib default decorator

    It's more specific and less powerful, therefore more expressive and safe.
    
    Co-authored-by: Tom Prince <[email protected]>
    exarkun and tomprince authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d82223b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b200a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d4b214 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ab1b2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77296ac View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. don't record allocate_buckets metrics before success

    The test demonstrates this now by depending on part of the successful result
    from the underlying storage server object.
    exarkun committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    8821dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23d2f18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85d05c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a5049 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7be7c6 View commit details
    Browse the repository at this point in the history
  6. give read_count and read_bucket better names

    also rename and clarify the read_bucket `size` parameter
    exarkun committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ee4b735 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    405fe58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2938889 View commit details
    Browse the repository at this point in the history
  9. remove unused import

    exarkun committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    378cf91 View commit details
    Browse the repository at this point in the history
  10. rejected zkap metric

    exarkun committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    1617ffa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a509c28 View commit details
    Browse the repository at this point in the history