Commit 6d43e54
authored
docs(metrics): list known metric names in --metric help text (DX-5700) (#32)
The --metric flag help was uneven: 'qn endpoint metrics' showed only two
example names, and 'qn metrics account' / 'qn metrics endpoint' gave no
examples at all. List the known metric names (method_calls_over_time,
metered_endpoint_data_over_time, metered_endpoint_credits_over_time,
credits_over_time) on all three, keeping response_status_breakdown on
the endpoint-scoped commands. Help text only; no validation change.
223 tests pass.1 parent a956f5c commit 6d43e54
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments