We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3a207 commit 077a9f7Copy full SHA for 077a9f7
README.md
@@ -112,9 +112,9 @@ for PowerShell use this script:
112
while (1) {Invoke-WebRequest -Uri http://localhost:5001/api/enqueue/WebSiteA; sleep 2}
113
```
114
115
-4. View traces in [Jaeger](http://localhost:16686/)
116
-5. View metrics by searching for "Enqueued_Item" in [Prometheus](http://localhost:9090)
117
-6. Build dashboards in [Grafana](http://localhost:3000/) (admin/password1)
+5. View traces in [Jaeger](http://localhost:16686/)
+6. View metrics by searching for "Enqueued_Item" in [Prometheus](http://localhost:9090)
+7. Build dashboards in [Grafana](http://localhost:3000/) (admin/password1)
118
119
### Using Application Insights SDK
120
0 commit comments