Skip to content

Commit fad56a7

Browse files
committed
misc: clean up README verification, github actions logic.
1 parent e024e16 commit fad56a7

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: test
22

33
on:
44
push:
5+
branches: [main]
56
pull_request:
67

78
jobs:

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,8 @@ curl -s 'http://localhost:9090/api/v1/query' \
104104
**Loki**: verify that audit logs are being ingested. Note: logs won't appear in Loki until the collector finishes its first full fetch of the audit log history, which may take several minutes if there are many entries in the lookback window.
105105

106106
```bash
107-
NOW=$(date +%s); START=$((NOW - 86400))
108107
curl -s -G http://localhost:3100/loki/api/v1/query_range \
109108
--data-urlencode 'query={service_name="oxide"}' \
110-
--data-urlencode 'limit=1' \
111-
--data-urlencode "start=$START" \
112-
--data-urlencode "end=$NOW" \
113109
| jq .
114110
```
115111

0 commit comments

Comments
 (0)