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

Adds Prometheus Remote Write #388

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

Adds Prometheus Remote Write #388

wants to merge 5 commits into from

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    c46447c View commit details
    Browse the repository at this point in the history
  2. Initial conversion

    tiedotguy committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    6ca4ea3 View commit details
    Browse the repository at this point in the history
  3. Adjust lexer tests

    This removes tests for valid metrics from the TestInvalidMetricsLexer test.
    It also codifies handling of "foo:" and ":foo" for tags as valid tags.
    
    This may not be the design we want, but it's the code we have, so now we
    enforce it with tests.
    tiedotguy committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    0224477 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    tiedotguy committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    aac4c1f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Clarify some stuff

    tiedotguy committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    5ac61c8 View commit details
    Browse the repository at this point in the history