https://github.com/sinkingpoint/openmetrics-parser
A OpenMetrics/Prometheus text exposition format parser in Rust
https://github.com/sinkingpoint/openmetrics-parser
Last synced: 3 months ago
JSON representation
A OpenMetrics/Prometheus text exposition format parser in Rust
- Host: GitHub
- URL: https://github.com/sinkingpoint/openmetrics-parser
- Owner: sinkingpoint
- License: lgpl-3.0
- Created: 2021-10-08T02:56:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T23:34:38.000Z (over 2 years ago)
- Last Synced: 2026-01-02T09:16:32.688Z (6 months ago)
- Language: Rust
- Size: 82 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenMetrics-Parser
This is my implementation of a parser for OpenMetrics and Prometheus text exposition formats. It conforms to all the OpenMetrics test cases, and I'm constantly changing the API to be cleaner and better suit my own needs