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

Updates gazette_shard_read_head tracking #309

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2021

  1. removes gazette_shard_read from consumer/interfaces.go and stops trac…

    …king of this gauge value in consumer/transaction.go - Instead, exporting this metric via the Collector implemented in consumer/resolver.go means that this stats life-cycle on the process matches that of the shard.
    michaelschiff committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b70e60a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6e41b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. collect metrics from resolver into slice, stream slice into |ch| to a…

    …void writing out to metrics collection client while holding lock
    michaelschiff committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b3458d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    7bd4bf1 View commit details
    Browse the repository at this point in the history