You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# 🚀 Container Exporter (CXP)
2
2
3
-
A resource-friendly, highly efficient, and minimal Prometheus exporter to track Memory, CPU, Disk and Network I/O usage of Docker containers along with their lifecycle (up/down) state used for alerting.
4
-
5
-
Check out the [web page](https://shayan-ghani.github.io/Container-Exporter/) for more information.
3
+
A resource-friendly, highly efficient, and minimal Prometheus exporter to track Memory, CPU, Disk and Network I/O usage of Docker containers along with their lifecycle (uptime).
6
4
7
5
## Table of Contents
8
6
1.[DEV STACK](#%EF%B8%8F-dev-stack)
@@ -21,12 +19,12 @@ Check out the [web page](https://shayan-ghani.github.io/Container-Exporter/) for
- Reload or restart your Prometheus server and reach out to `http://127.0.0.1:8000/metrics`
121
119
### That is it you are good to go, Enjoy Using CXP! "}"
@@ -143,13 +141,11 @@ Check out [dashboards](./dashboards) directory for Json files. including CPU & M
143
141
-[x] Network I/O Usage
144
142
-[x] Add metrics in units of byte
145
143
-[x] Check and Unregister *stat* metrics for containers that are not running
146
-
-[x]Design and develop a static website to showcase Documentation, new features, etc.
144
+
-[x]Enable functionality and smoke testing in ci
147
145
-[ ] Design grafana dashboards and share them on grafana cloud
148
-
-[ ] Add unit tests
149
-
-[ ] Add `clear_metrics` functionality to switch on clearing the labels or setting them to 0 to maintain time series data, on user's demand.
150
-
146
+
-[ ] Design and develop a static website to showcase Documentation, new features, etc.
151
147
## Contributions
152
-
Welcome to CXP! This project is production-ready now, and we encourage contributions to enhance its functionality, optimize code, and add new features
148
+
Welcome to CXP! This project is currently in an experimental yet stable version, and we encourage contributions to enhance its functionality, optimize code, and add new features
153
149
154
150
Feel free to contribute in any wacacy you can. If you come across a bug or have a suggestion, please don't hesitate to file an issue. Your input is valuable and helps us improve CXP for everyone; Therefore, add any desired function or feature to TO DO section. We appreciate your contribution to making CXP even better! If you have any questions or need assistance, feel free to reach out. Thank you!
0 commit comments