silverbackhq / pyumetric

🔰 A Python Package to unify time series data sources and third party monitoring services.
MIT License
0 stars 0 forks source link

Add Formatter & Utils #9

Closed Clivern closed 5 years ago

Clivern commented 5 years ago
Inputs -> $response, $provider
Output -> 
{
   "metrics":[
      {
         "time":"2019-02-01T02:03:00+00:00",
         "value":2
      }
   ]
}

$provider -> newrelic, datadog, pingdom, librato
Utils to get start & end of period 
$period -> day, week, month