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

Merge feat-shared-interner to release-2.30.2-grafana #23

Merged
merged 2 commits into from
Oct 4, 2021

Commits on Oct 4, 2021

  1. share string interner between scraper and remote_write

    This commit exposes the string interner globally with a shared pool and
    modifies both the scraper and remote_write to use that shared pool.
    
    Note that the string_interner_zero_reference_releases_total now has a
    different namespace and subsystem from what it was initially set to in
    the RW code.
    
    Signed-off-by: Robert Fratto <robert.fratto@grafana.com>
    rfratto committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    692fc1e View commit details
    Browse the repository at this point in the history
  2. fix lint errors

    Signed-off-by: Robert Fratto <robertfratto@gmail.com>
    rfratto committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    ba86ae8 View commit details
    Browse the repository at this point in the history