aneoconsulting / ArmoniK

Main repository for ArmoniK, An Open-Source orchestrator based on Kubernetes managing the distribution of hybrid multi cloud computations
https://aneoconsulting.github.io/ArmoniK/
Apache License 2.0
25 stars 16 forks source link

Change timespan to Milliseconds #984

Closed landdragon closed 1 year ago

landdragon commented 1 year ago

Is your feature request related to a problem? Please describe. When i use Kibana to create dashboad about metrics I need milliseconds insted of timespan.

Describe the solution you'd like Here I prefer to use stopWatch.ElapsedMilliseconds

@ddubuc as you ask me, I gived you the exact code I need :)

dbrasseur-aneo commented 1 year ago

@landdragon Would this fix suit you ? https://github.com/aneoconsulting/ArmoniK.Api/pull/225/files

landdragon commented 1 year ago

yes thank you