internet_mapper_viewer/README.md

14 lines
281 B
Markdown
Raw Normal View History

2024-12-12 23:48:07 +00:00
# Visable Rocket
Adding visability to rocket.rs
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']
```