Class MicrometerTag
java.lang.Object
de.oktoflow.platform.support.metrics.micrometer.MicrometerTag
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.metrics.Tag
Wraps a tag.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tag
private io.micrometer.core.instrument.Tag tag
-
-
Constructor Details
-
MicrometerTag
MicrometerTag(io.micrometer.core.instrument.Tag tag) Creates a wrapped tag.- Parameters:
tag- the tag
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfacede.iip_ecosphere.platform.support.metrics.Tag
-
getValue
- Specified by:
getValuein interfacede.iip_ecosphere.platform.support.metrics.Tag
-
hashCode
public int hashCode() -
equals
-
getTag
public io.micrometer.core.instrument.Tag getTag()Returns the wrapped/implementing tag.- Returns:
- the tag
-