reset metrics b4 stress test and export after

This commit is contained in:
boufni95 2025-04-10 16:47:26 +00:00
parent f2445dd850
commit 67c1260748
22 changed files with 1241 additions and 34 deletions

View file

@ -255,6 +255,11 @@ The nostr server will send back a message response, and inside the body there wi
- input: [DebitOperation](#DebitOperation)
- This methods has an __empty__ __response__ body
- ResetMetricsStorages
- auth type: __Admin__
- This methods has an __empty__ __request__ body
- This methods has an __empty__ __response__ body
- RespondToDebit
- auth type: __User__
- input: [DebitResponse](#DebitResponse)
@ -295,6 +300,11 @@ The nostr server will send back a message response, and inside the body there wi
- This methods has an __empty__ __request__ body
- output: [UserHealthState](#UserHealthState)
- ZipMetricsStorages
- auth type: __Admin__
- This methods has an __empty__ __request__ body
- output: [ZippedMetrics](#ZippedMetrics)
# HTTP API DEFINITION
## Supported HTTP Auths
@ -794,6 +804,13 @@ The nostr server will send back a message response, and inside the body there wi
- input: [DebitOperation](#DebitOperation)
- This methods has an __empty__ __response__ body
- ResetMetricsStorages
- auth type: __Admin__
- http method: __post__
- http route: __/api/admin/metrics/reset__
- This methods has an __empty__ __request__ body
- This methods has an __empty__ __response__ body
- ResetNPubLinkingToken
- auth type: __App__
- http method: __post__
@ -892,6 +909,13 @@ The nostr server will send back a message response, and inside the body there wi
- This methods has an __empty__ __request__ body
- output: [UserHealthState](#UserHealthState)
- ZipMetricsStorages
- auth type: __Admin__
- http method: __post__
- http route: __/api/admin/metrics/zip__
- This methods has an __empty__ __request__ body
- output: [ZippedMetrics](#ZippedMetrics)
# INPUTS AND OUTPUTS
## Messages
@ -1465,6 +1489,9 @@ The nostr server will send back a message response, and inside the body there wi
### WebRtcMessage
- __message__: _[WebRtcMessage_message](#WebRtcMessage_message)_
### ZippedMetrics
- __path__: _string_
## Enums
### The enumerators used in the messages