You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A. if you 'DELETE' statistics, and you call again GET /statistics, measuring_interval_in_secs, remains at the same value as uptime_in_secs, instead of being reset to 0, the others sections are well reset.
B. if you perform a GET /version to orion, it is counted as an invalidRequests, and not as versionRequests, in statistics, nevertheless versionRequests appears in the response, but remains to 0.
Orion version: 3.6.0, used in NGSI-V2 !
MongoDB version 4.4.6
deployed on Kubernetes, image: fiware/orion:3.6.0
How to reproduce it
A. measuring_interval_in_secs not reset:
Expected behavior
A. : measuring_interval_in_secs set to 0, when DELETE statistics (as specified in doc about statistics
B. : version request not counted as invalid requests in statistics.
The text was updated successfully, but these errors were encountered:
@agaldemas-eridanis note also that after the merging of PR #4254 the request counter statistics system has been improved. The version counter is no longer using an specific versionRequests counter and has been aligned with the other requests. Now you would get the same information this way:
Bug description
A. if you 'DELETE' statistics, and you call again GET /statistics,
measuring_interval_in_secs
, remains at the same value asuptime_in_secs
, instead of being reset to 0, the others sections are well reset.B. if you perform a GET /version to orion, it is counted as an
invalidRequests
, and not asversionRequests
, in statistics, neverthelessversionRequests
appears in the response, but remains to 0.How to reproduce it
A. measuring_interval_in_secs not reset:
measuring_interval_in_secs
value is the same asuptime_in_secs
B. /version request counted as
invalidRequests
, instead ofversionRequests
Expected behavior
A. : measuring_interval_in_secs set to 0, when DELETE statistics (as specified in doc about statistics
B. : version request not counted as invalid requests in statistics.
The text was updated successfully, but these errors were encountered: