docs: Format port numbers as code blocks in README.md
This commit is contained in:
@@ -6,20 +6,20 @@ A simple Docker Compose setup that launches pre-configured and integrated servic
|
|||||||
- Grafana
|
- Grafana
|
||||||
|
|
||||||
## OTEL Collector
|
## OTEL Collector
|
||||||
Listens on standard OTLP ports (4317 gRPC, 4318 HTTP) and sends trace data to Jaeger. It also collects metrics and exposes them on port 8889 as a standard Prometheus exporter.
|
Listens on standard OTLP ports (`4317` gRPC, `4318` HTTP) and sends trace data to Jaeger. It also collects metrics and exposes them on port `8889` as a standard Prometheus exporter.
|
||||||
|
|
||||||
## Jaeger
|
## Jaeger
|
||||||
Accessible on port 16686. Receives traces from the OTEL Collector.
|
Accessible on port `16686`. Receives traces from the OTEL Collector.
|
||||||
|
|
||||||
## Prometheus
|
## Prometheus
|
||||||
Accessible on port 9090.
|
Accessible on port `9090`.
|
||||||
Collects metrics from the following targets:
|
Collects metrics from the following targets:
|
||||||
- OTEL Collector
|
- OTEL Collector
|
||||||
- Grafana self-monitoring
|
- Grafana self-monitoring
|
||||||
- Prometheus self-monitoring
|
- Prometheus self-monitoring
|
||||||
|
|
||||||
## Grafana
|
## Grafana
|
||||||
Accessible on port 3000.
|
Accessible on port `3000`.
|
||||||
Login credentials: `admin/grafana`.
|
Login credentials: `admin/grafana`.
|
||||||
The following datasources are connected:
|
The following datasources are connected:
|
||||||
- Jaeger
|
- Jaeger
|
||||||
|
|||||||
Reference in New Issue
Block a user