We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df54e2 commit 350cb9dCopy full SHA for 350cb9d
1 file changed
prometheus-fork/README.md
@@ -0,0 +1,33 @@
1
+# Prometheus Fork - Modified Edition
2
+
3
+This is a modified fork of Prometheus with custom enhancements.
4
5
+## Installation
6
7
+To clone and set up this Prometheus fork:
8
9
+```bash
10
+git clone https://github.com/luauy/prometheus-fork.git
11
+cd prometheus-fork
12
+git submodule update --init --recursive
13
+```
14
15
+## Building
16
17
18
+make build
19
20
21
+## Running
22
23
24
+./prometheus --config.file=prometheus.yml
25
26
27
+## Modifications
28
29
+- Custom metrics collection
30
+- Enhanced alerting rules
31
+- Performance optimizations
32
33
+For more information, see the main README.md
0 commit comments