Prometheus client for Julia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.2 KiB

Prometheus.jl changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.1 - 2023-11-06

Fixed

  • Fixed verification of metric names and label names.
  • Correctly escape special characters in exposition (specifically help and label values).

1.0.0 - 2023-11-05

First stable release of Prometheus.jl:

  • Supported basic collectors: Counter, Gauge, Summary
  • GCCollector for metrics about allocations and garbage collection
  • ProcessCollector for process metrics such as CPU time and I/O operations (requires the /proc file system).
  • Support for default and custom collector registries
  • Support for metric labeling
  • Support for exposing metrics to file and over HTTP
  • Support for gzip compression when exposing over HTTP

See README.md for details and documentation.