Hastic standalone https://hastic.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
508 B

3 years ago
# Hastic
Hastic needs [Prometheus](https://prometheus.io/) or [InfluxDB](https://www.influxdata.com/get-influxdb/)
2 years ago
instance for getting metrics.
## Build from source (Linux)
2 years ago
### Prerequirements
2 years ago
1. [Install cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
2 years ago
2. Install x86_64-unknown-linux-musl: `rustup target add x86_64-unknown-linux-musl`
2 years ago
3. musl-tools: `sudo apt install musl-tools`
3 years ago
2 years ago
### Build
3 years ago
```
make
```
```
cd release
./hastic
```
3 years ago
open `http://localhost:4347` in browser