Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kenny-io authored Aug 20, 2024
1 parent a6f0034 commit 912647c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Shardeum Status Server

This is a Node server that monitors the Shardeum network on a set interval and feeds the data to Prometheus (A time series database we are using to store metrics).
The services and their expected responses are contained in the `endpoints.jsoon` file within the backend folder.
The services and their expected responses are contained in the `endpoints.json` file within the backend folder.

## Running it locally

Expand All @@ -21,4 +21,4 @@ Prometheus is also required to scrape metrics from the server. To run Prometheus
* Open the `prometheus.yml` file in the root directory and update with the contents of the `prometheus.yml` in this project
* Lastly, run the prometheus executable with: `./prometheus`

Prometheus should now ping your local server on the specified port based on the configuration in the yml file.
Prometheus should now ping your local server on the specified port based on the configuration in the yml file.

0 comments on commit 912647c

Please sign in to comment.