Go to file
2024-12-13 11:00:51 -07:00
.vscode init 2024-12-12 16:48:07 -07:00
browser trying to figure out a way to display this data 2024-12-13 11:00:51 -07:00
src trying to figure out a way to display this data 2024-12-13 11:00:51 -07:00
www trying to figure out a way to display this data 2024-12-13 11:00:51 -07:00
.gitignore init 2024-12-12 16:48:07 -07:00
Cargo.lock init 2024-12-12 16:48:07 -07:00
Cargo.toml init 2024-12-12 16:48:07 -07:00
README.md init 2024-12-12 16:48:07 -07:00
Rocket.toml init 2024-12-12 16:48:07 -07: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.

scrape_configs:
  - job_name: rocket
    static_configs:
	  - targets: ['localhost:8000']