Clone this repo:
  1. db5c9e8 Merge pull request #983 from dashpole/om2_summaries by David Ashpole · 4 days ago main
  2. 2a75737 Address review comment: assert n == 0 and test invalid CreatedTimestamp in SummaryError_NoPartialBytes by David Ashpole · 4 days ago
  3. 29b91d7 Address review comment: include quantile 0 and 1 in Summary_ZeroCountAndSum test by David Ashpole · 4 days ago
  4. d5fc472 Update expfmt/openmetrics_2_0_create.go by David Ashpole · 4 days ago
  5. 4925ca5 Address review comment: document that OpenMetrics 2.0 may reject metric families accepted by other formats by David Ashpole · 4 days ago

Common

circleci OpenSSF Scorecard

This repository contains Go libraries that are shared across Prometheus components and libraries. They are considered internal to Prometheus, without any stability guarantees for external usage.

  • assets: Embedding of static assets with gzip support
  • config: Common configuration structures
  • expfmt: Decoding and encoding for the exposition format
  • model: Shared data structures
  • promslog: A logging wrapper around log/slog
  • route: A routing wrapper around httprouter using context.Context
  • server: Common servers
  • version: Version information and metrics