Skip to content

Commit 350cb9d

Browse files
committed
Create README.md for Prometheus Fork - Modified Edition
1 parent 6df54e2 commit 350cb9d

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

prometheus-fork/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
18+
make build
19+
```
20+
21+
## Running
22+
23+
```bash
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

Comments
 (0)