@@ -34,11 +34,11 @@ Run a continuous scan (every 2 seconds):
3434Or run a single one-off scan:
3535``` bash
3636echo ' file=056f9b95f439d915bd3d81ceee9ccf9a,1234,test.js' | curl -s -X POST ' http://localhost:5443/scan/direct' -F ' file=@-;filename=test.wfp'
37- ````
37+ ```
3838
3939## Visualisation
4040The complete observability stack is configured to export metrics, logs, and traces. This can all be visualised in Grafana.
41- To logins to Grafana, please browse the following URL:
41+ To login to Grafana, please browse the following URL:
4242- http://localhost:3000
4343- No username/password required
4444
@@ -64,8 +64,8 @@ To view traces, please browse the following URL:
6464#### Option 1: Grafana (Advanced Dashboards)
65651 . ** URL** : http://localhost:3000/a/grafana-metricsdrilldown-app/drilldown
66662 . Select "prometheus" from the "Data Source" dropdown
67- 3.Type ` scanoss` into the " Search metric" field to list all SCANOSS metrics
68- 3 . Select an appropriate time window
67+ 3 . Type ` scanoss ` into the "Search metric" field to list all SCANOSS metrics
68+ 4 . Select an appropriate time window
6969
7070#### Option 2: Prometheus UI (Built-in, Simple)
7171- ** URL** : http://localhost:9090
@@ -141,7 +141,7 @@ After exploring this demo, configure telemetry for your production API using [TE
141141| ` promtail-config.yml ` | Configures Promtail log Collector pipeline |
142142| ` loki.yaml ` | Defines Loki logging setup |
143143| ` prometheus.yml ` | Defines Prometheus scrape targets |
144- | ` tempo.yml` | Defines Temop traces setup |
144+ | ` tempo.yml ` | Defines Tempo traces setup |
145145| ` grafana-datasources.yaml ` | Data source configuration for Grafana |
146146| ` config/app-config-demo.json ` | API configuration with telemetry enabled |
147147| ` TELEMETRY_CONFIG.md ` | Production telemetry configuration guide |
0 commit comments