We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3570190 commit ff7a383Copy full SHA for ff7a383
TODO.md
@@ -1,6 +1,6 @@
1
# todo
2
3
-## v0.x.x
+## v0.10.x
4
5
- Add `Watcher` metrics (per watcher and/or overall)
6
- Timing accuracy/skew
@@ -16,6 +16,10 @@
16
- Deadline times
17
- Read upon response received, to avoid adding lag to the timing of DataTransferTime or RequestTimeTotal
18
- `taskman` specific log level
19
+- Add more metadata to `WatcherResponse`:
20
+ - Specify protocol (HTTP/WS)
21
+ - Specify error type (e.g. connection error, response error)
22
+- Implement DNS policy usage for WS endpoints
23
24
## Various
25
0 commit comments