MetricWriterFramework implements Micrometer metrics enhancement This framework adds CloudFoundry-specific tags to Micrometer metrics
| 11 | // MetricWriterFramework implements Micrometer metrics enhancement |
| 12 | // This framework adds CloudFoundry-specific tags to Micrometer metrics |
| 13 | type MetricWriterFramework struct { |
| 14 | context *common.Context |
| 15 | } |
| 16 | |
| 17 | // NewMetricWriterFramework creates a new Metric Writer framework instance |
| 18 | func NewMetricWriterFramework(ctx *common.Context) *MetricWriterFramework { |
nothing calls this directly
no outgoing calls
no test coverage detected