We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c51d57 commit 9a5b1d8Copy full SHA for 9a5b1d8
1 file changed
README.md
@@ -124,22 +124,3 @@ Help Options:
124
-h, --help Show this help message
125
```
126
127
-
128
-Prometheus queries
129
-------------------
130
131
-Current oncall person
132
-```
133
-pagerduty_schedule_oncall{scheduleID="$SCHEDULEID",type="startTime"}
134
-* on (userID) group_left(userName) (pagerduty_user_info)
135
136
137
-Next shift
138
139
-bottomk(1,
140
- min by (userName, time) (
141
- pagerduty_schedule_final_entry{scheduleID="$SCHEDULEID",type="startTime"}
142
- * on (userID) group_left(userName) (pagerduty_user_info)
143
- ) - time() > 0
144
-)
145
0 commit comments