This commit is contained in:
Oliver Atkinson 2024-12-13 11:04:03 -07:00
parent 635b3a3df7
commit 2987221c93

View File

@ -1,13 +1,3 @@
# Visable Rocket Trying to display the data collected by internet mapper.
Adding visability to rocket.rs Experimenting with firefox extensions
In the project you need to specifiy the url that Loki is at.
Then you need to add this project's url to your prometheus config.
```toml
scrape_configs:
- job_name: rocket
static_configs:
- targets: ['localhost:8000']
```