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

feat(encoding)!: 🧁 encoding traits do not consume encoders #240

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

Commits on Nov 18, 2024

  1. feat(encoding)!: EncodeLabel does not consume LabelEncoder

    see prometheus#135.
    
    this adjusts the parameter of `encode()` so that it only mutably borrows
    the encoder.
    
    Signed-off-by: katelyn martin <[email protected]>
    cratelyn committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    05da98f View commit details
    Browse the repository at this point in the history
  2. feat(encoding)!: EncodeLabelSet does not consume LabelSetEncoder

    see prometheus#135.
    
    this adjusts the parameter of `encode()` so that it only mutably borrows
    the encoder.
    
    Signed-off-by: katelyn martin <[email protected]>
    cratelyn committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    3a88e8c View commit details
    Browse the repository at this point in the history
  3. feat(encoding)!: EncodeMetric does not consume MetricEncoder

    see prometheus#135.
    
    this adjusts the parameter of `encode()` so that it only mutably borrows
    the encoder.
    
    Signed-off-by: katelyn martin <[email protected]>
    cratelyn committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6f6b59a View commit details
    Browse the repository at this point in the history
  4. feat(encoding)!: Collector does not consume DescriptorEncoder

    see prometheus#135.
    
    this adjusts the parameter of `encode()` so that it only mutably borrows
    the encoder.
    
    Signed-off-by: katelyn martin <[email protected]>
    cratelyn committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2e8dad0 View commit details
    Browse the repository at this point in the history
  5. feat(encoding)!: EncodeExemplarValue does not consume `ExemplarValu…

    …eEncoder`
    
    see prometheus#135.
    
    this adjusts the parameter of `encode()` so that it only mutably borrows
    the encoder.
    
    Signed-off-by: katelyn martin <[email protected]>
    cratelyn committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8833b0b View commit details
    Browse the repository at this point in the history