/metric

Primary LanguageGo

golang-metric

Sum Metric Service Problem

Build a metric logging and reporting service that sums metrics by time window for the most recent hour. You will build a lightweight web server that implements the two main APIs defined below.

For run app

make run

For run test

make test

For run build

make build