https://github.com/fluent/cmetrics
A standalone library to create and manipulate metrics in C
https://github.com/fluent/cmetrics
Last synced: 8 months ago
JSON representation
A standalone library to create and manipulate metrics in C
- Host: GitHub
- URL: https://github.com/fluent/cmetrics
- Owner: fluent
- License: apache-2.0
- Created: 2021-03-05T15:22:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T19:22:03.000Z (9 months ago)
- Last Synced: 2025-06-08T16:08:28.889Z (9 months ago)
- Language: C
- Size: 1.15 MB
- Stars: 18
- Watchers: 10
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CMetrics
> DISCLAIMER: THIS LIBRARY IS STILL IN ACTIVE DEVELOPMENT
The [CMetrics](https://github.com/calyptia/cmetrics) project is a standalone C library to create and maintain a context of different sets of metrics with labels support such as:
- Counters
- Gauges
- Histograms
- Summaries
This project is heavily based on Go Prometheus Client API design:
- https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#section-documentation
## License
This program is under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0).
## Authors
[Calyptia Team](https://www.calyptia.com)