Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Netflix/spectator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e87d069
Choose a base ref
...
head repository: Netflix/spectator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4fbe367
Choose a head ref
  • 12 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 5, 2024

  1. Fix deprecated method in readme (#1135)

    Switch to recordRunnable for the timer example.
    brharrington authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    78f523f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. atlas: cleanup stop log message (#1136)

    The `step` variable is a duration and the toString indicates
    the units. Remove the `ms` in the log message which are
    confusing and lead to message like `PT1Mms`.
    brharrington authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    55c82c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. gradle 8.8

    brharrington committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7ec4000 View commit details
    Browse the repository at this point in the history
  2. aws-sdk-java-v2 2.26.3

    brharrington committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    472904a View commit details
    Browse the repository at this point in the history
  3. aws-sdk-java 1.12.744

    brharrington committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    517b372 View commit details
    Browse the repository at this point in the history
  4. scheduler will now wait for threads on shutdown (#1137)

    Updated the scheduler helper to have the shutdown method block
    until the threads stop. This makes it easier for callers to
    ensure they are not competing with in-progress tasks while
    performing other shutdown work.
    brharrington authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7ccf552 View commit details
    Browse the repository at this point in the history
  5. archaius 2.7.10

    brharrington committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ffa9c1d View commit details
    Browse the repository at this point in the history
  6. micrometer 1.13.1

    brharrington committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8197b32 View commit details
    Browse the repository at this point in the history
  7. hsqldb 2.7.3

    brharrington committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9be7b90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02d0452 View commit details
    Browse the repository at this point in the history
  9. nebula.release 19.0.8

    brharrington committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7eda2d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fbe367 View commit details
    Browse the repository at this point in the history
Loading