MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / MetricWriterFramework

Struct MetricWriterFramework

src/java/frameworks/metric_writer.go:13–15  ·  view source on GitHub ↗

MetricWriterFramework implements Micrometer metrics enhancement This framework adds CloudFoundry-specific tags to Micrometer metrics

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected