Skip to content

Commit fe69fac

Browse files
docs: Metrics are available on different port on kubernetes (#288)
1 parent 13526ec commit fe69fac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/managing-dragonfly/monitoring.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ sidebar_position: 5
77
By default, Dragonfly allows HTTP access via its main TCP port (i.e, `6379`) and it exposes Prometheus compatible metrics on `:6379/metrics`.
88

99
Check out this complete example of setting up a [Grafana Monitoring Stack with Dragonfly](https://github.com/dragonflydb/dragonfly/tree/main/tools/local/monitoring).
10+
11+
** :warning: **
12+
13+
If you're using kubernetes, Metrics are also available on admin port `9999`. You may encounter this error with port `6379`:
14+
15+
```
16+
* Request completely sent off
17+
* Received HTTP/0.9 when not allowed
18+
* Closing connection
19+
curl: (1) Received HTTP/0.9 when not allowed
20+
```

0 commit comments

Comments
 (0)