summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/cmetrics/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/lib/cmetrics/README.md')
-rw-r--r--src/fluent-bit/lib/cmetrics/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/cmetrics/README.md b/src/fluent-bit/lib/cmetrics/README.md
new file mode 100644
index 000000000..0ce732b3e
--- /dev/null
+++ b/src/fluent-bit/lib/cmetrics/README.md
@@ -0,0 +1,22 @@
+# 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)