Commit Graph

6 Commits

Author SHA1 Message Date
Prawn
2998735bf3
Tidying up the new Metrics implementations (#1974)
* Unit tests to check tagging and aggregation of Prometheus metrics

* Removing the logger output routing (because it doesn't actually work in the logger implementation)

* Emitting values with the logging reporter

Co-authored-by: chris <chris@Profanity.local>
2020-08-27 09:08:51 +01:00
Asim Aslam
21004341bf
Rename reporter.go to metrics.go 2020-08-23 22:18:28 +01:00
Prawn
f9f61d29de
Observability/metrics update (#1962)
* Removing logging from the NOOP implementatino

* Simplifying the percentiles option

* Simple logging implementation

Co-authored-by: chris <chris@Profanity.local>
2020-08-21 20:57:10 +12:00
Asim Aslam
7a6669d199
Update reporter.go 2020-08-18 08:30:29 +01:00
Asim Aslam
09fdd3c121
Update reporter.go 2020-08-18 08:29:26 +01:00
Prawn
da4159513e
Metrics interface and Prometheus implementation (#1929)
* Metrics interface

* Prometheus implementation

* NoOp implementation

Co-authored-by: chris <chris@Profanity.local>
2020-08-18 08:27:50 +01:00