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

Promsafe: Strongly-typed safe labels #1598

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. Stongly typed labels: promsafe feature introduced

    Signed-off-by: Eugene <eugene@amberpixels.io>
    amberpixels committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5d421be View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. cleaner example

    Signed-off-by: Eugene <eugene@amberpixels.io>
    amberpixels committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    aa7e203 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. clearer & simpler API. move out single_label_provider as a separate case

    Signed-off-by: Eugene <eugene@amberpixels.io>
    amberpixels committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    80149ab View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. simplify SingleLabeled metrics: just accept a string when registering…

    … a metric
    
    Signed-off-by: Eugene <eugene@amberpixels.io>
    amberpixels committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6724aba View commit details
    Browse the repository at this point in the history
  2. add example showing that using pointer to labels struct is fine

    Signed-off-by: Eugene <eugene@amberpixels.io>
    amberpixels committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    83a2a65 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. promauto: make it available to avoid reflect when building labels

    Signed-off-by: Eugene <eugene@amberpixels.io>
    amberpixels committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5b52b01 View commit details
    Browse the repository at this point in the history
  2. promsafe: improvements. ability to add fast implementation of toLabel…

    …Names
    
    Signed-off-by: Eugene <eugene@amberpixels.io>
    amberpixels committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c52d495 View commit details
    Browse the repository at this point in the history