Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add references to Autometrics CLI in the README
  • Loading branch information
laulauland committed Jul 6, 2023
commit bb343c4de514b11189bcf7084810a7af7e92f6f5
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ https://github.com/autometrics-dev/autometrics-rs/assets/3262610/966ed140-1d6c-4

</details>

4. [Configure Prometheus](https://github.com/autometrics-dev#5-configuring-prometheus) to scrape your metrics endpoint
4. Run Prometheus locally with [Autometrics CLI]() or [configure it manually](https://github.com/autometrics-dev#5-configuring-prometheus) to scrape your metrics endpoint
5. (Optional) If you have Grafana, import the [Autometrics dashboards](https://github.com/autometrics-dev/autometrics-shared#dashboards) for an overview and detailed view of the function metrics

## [API Docs](https://docs.rs/autometrics)
Expand All @@ -190,7 +190,7 @@ https://github.com/autometrics-dev/autometrics-rs/assets/3262610/966ed140-1d6c-4

To see autometrics in action:

1. Install [prometheus](https://prometheus.io/download/) locally
1. Install [prometheus](https://prometheus.io/download/) locally or download [Autometrics CLI](https://docs.autometrics.dev/local-development#getting-started-with-am) which will install and configure Prometheus for you locally.
2. Run the [complete example](./examples/full-api):

```shell
Expand Down