Skip to content

Commit 3e06104

Browse files
Document getCurrentConnections monitor method
Docs: Document getCurrentConnections monitor method
1 parent 1cdd846 commit 3e06104

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/monitor-manager.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,12 @@ Get Prometheus metrics of the server
1010

1111
```
1212
$arangoClient->monitor()->getMetrics();
13-
```
13+
```
14+
15+
16+
### getCurrentConnections(): int
17+
Get the total number of active connections (HTTP/1.1 & HTTP/2 combined)
18+
19+
```
20+
$arangoClient->monitor()->getCurrentConnections();
21+
```

0 commit comments

Comments
 (0)