You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+50-15Lines changed: 50 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ Currently supported [notification channels](#notification-channels) are:
19
19
- Campsite
20
20
- Telegram
21
21
22
+
We also provide a 6 min. [YouTube](https://www.youtube.com/watch?v=cpurWC9Co1U) video for more visual content. If you have any trouble, feel free to open an issue, join our [Discord](https://openstatus.dev/discord) or message us to [ping@openstatus.dev](mailto:ping@openstatus.dev)
23
+
24
+
If storing the data to [Tinybird](https://www.tinybird.co), you can use the [OpenStatus Light Viewer](https://data-table.openstatus.dev/light) to filter and learn from your pings.
25
+
22
26
## Getting Started
23
27
24
28
To work/test it locally:
@@ -56,28 +60,59 @@ Add `--dry-run` to the commands if you want to first test them:
|`pageIndex`|`number`| The page number for pagination (starts at 0) |
76
+
|`pageSize`|`number`| Number of results per page (defaults to 100) |
77
+
|`orderBy`|`string`| Column to sort by (defaults to 'timestamp') |
78
+
|`orderDir`|`string`| Sort direction - 'ASC' or 'DESC' (defaults to 'DESC') |
79
+
|`latencyStart`|`number`| Filter results with latency >= this value (ms) |
80
+
|`latencyEnd`|`number`| Filter results with latency <= this value (ms) |
81
+
|`statuses`|`string`| Filter by HTTP status codes (comma-separated list) |
82
+
|`regions`|`string`| Filter by edge regions (comma-separated list) |
83
+
|`methods`|`string`| Filter by HTTP methods (comma-separated list) |
84
+
|`url`|`string`| Filter URLs containing this string |
85
+
|`timestampStart`|`number`| Unix timestamp in ms (defaults to 30 days prior) |
86
+
|`timestampEnd`|`number`| Unix timestamp in ms (defaults to now) |
87
+
88
+
Moreover, to make best use of the [OpenStatus Light Viewer](https://data-table.openstatus.dev/light), we support two more API endpoints. They both extend the above query params.
89
+
90
+
-`/api/stats` endpoint (`endpoint__get_http_stats.pipe`) for the chart values (incl. `interval` param)
64
91
65
-
The endpoint accepts the following query parameters:
0 commit comments