diff --git a/README.md b/README.md index 2eb1ff2f..9f96066c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # A Dataset of logs, metrics, and traces for a Microservice system This a fork of `light-oauth2` system by `networknt` adapted for the needs of creating the dataset. -Original README is here [OLD_README.md](OLD_README.md). -For other dockerfiles and more documentation, see original [repo](https://github.com/networknt/light-docker) +Original README is here: [OLD_README.md](OLD_README.md). +For other dockerfiles and more documentation, see original [repo](https://github.com/networknt/light-docker). # Contents @@ -44,7 +44,7 @@ Currently, it contains metrics that were available on our research server. It is possible to use the [prometheus_metrics.sh](prometheus_metrics.sh) script to query all metrics available on your host system: - Start your Prometheus instance (container) -- If it is deployed somewhere else that `localhost:9000`, change the URL in the script +- If it is deployed somewhere else than `localhost:9000`, change the URL in the script - Run the script - The list of metrics will be saved into [prometheus_metrics.txt](prometheus_metrics.txt) to be used by the main script - If you need only a subset of metrics, edit the file accordingly