Skip to content

Commit

Permalink
do not use digitalocean/prometheus-client-c but libprom
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Elkner committed Dec 6, 2023
1 parent 4cd10e1 commit 121b319
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/Prometheus.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Prometheus setup
# Metrics setup

It is need the following libraries:

- prometheus-client-c
- libprom
- libmicrohttpd

## Ubuntu
Expand All @@ -23,12 +23,12 @@ Download from https://git.gnunet.org/libmicrohttpd.git
git clone https://git.gnunet.org/libmicrohttpd.git
```

- [prometheus-client-c](https://github.com/digitalocean/prometheus-client-c)
- [libprom](https://github.com/jelmd/libprom)

Download from https://github.com/digitalocean/prometheus-client-c.git
Download from https://github.com/jelmd/libprom.git

```
git clone https://github.com/digitalocean/prometheus-client-c.git
git clone https://github.com/jelmd/libprom.git
```

## Build
Expand All @@ -44,10 +44,10 @@ cd libmicrohttpd
make install
```

- Build prometheus-client-c from source code
- Build libprom from source code

```
git clone https://github.com/digitalocean/prometheus-client-c.git
cd prometheus-client-c
git clone https://github.com/jelmd/libprom.git
cd libprom
make
```

0 comments on commit 121b319

Please sign in to comment.