error rates
This commit is contained in:
parent
4aeb565596
commit
16d4198364
13 changed files with 323 additions and 9 deletions
|
|
@ -98,6 +98,11 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- This methods has an __empty__ __request__ body
|
||||
- output: [DebitAuthorizations](#DebitAuthorizations)
|
||||
|
||||
- GetErrorStats
|
||||
- auth type: __Metrics__
|
||||
- This methods has an __empty__ __request__ body
|
||||
- output: [ErrorStats](#ErrorStats)
|
||||
|
||||
- GetHttpCreds
|
||||
- auth type: __User__
|
||||
- This methods has an __empty__ __request__ body
|
||||
|
|
@ -467,6 +472,13 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- This methods has an __empty__ __request__ body
|
||||
- output: [DebitAuthorizations](#DebitAuthorizations)
|
||||
|
||||
- GetErrorStats
|
||||
- auth type: __Metrics__
|
||||
- http method: __post__
|
||||
- http route: __/api/reports/errors__
|
||||
- This methods has an __empty__ __request__ body
|
||||
- output: [ErrorStats](#ErrorStats)
|
||||
|
||||
- GetHttpCreds
|
||||
- auth type: __User__
|
||||
- http method: __post__
|
||||
|
|
@ -986,6 +998,18 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
### EnrollAdminTokenRequest
|
||||
- __admin_token__: _string_
|
||||
|
||||
### ErrorStat
|
||||
- __errors__: _number_
|
||||
- __from_unix__: _number_
|
||||
- __total__: _number_
|
||||
|
||||
### ErrorStats
|
||||
- __past10m__: _[ErrorStat](#ErrorStat)_
|
||||
- __past1h__: _[ErrorStat](#ErrorStat)_
|
||||
- __past1m__: _[ErrorStat](#ErrorStat)_
|
||||
- __past24h__: _[ErrorStat](#ErrorStat)_
|
||||
- __past6h__: _[ErrorStat](#ErrorStat)_
|
||||
|
||||
### FrequencyRule
|
||||
- __amount__: _number_
|
||||
- __interval__: _[IntervalType](#IntervalType)_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue