Package io.smallrye.metrics
Class ExtendedMetadataAndTags
- java.lang.Object
-
- io.smallrye.metrics.ExtendedMetadataAndTags
-
public class ExtendedMetadataAndTags extends Object
-
-
Constructor Summary
Constructors Constructor Description ExtendedMetadataAndTags(ExtendedMetadata metadata, List<org.eclipse.microprofile.metrics.Tag> tags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedMetadatagetMetadata()List<org.eclipse.microprofile.metrics.Tag>getTags()StringtoString()
-
-
-
Constructor Detail
-
ExtendedMetadataAndTags
public ExtendedMetadataAndTags(ExtendedMetadata metadata, List<org.eclipse.microprofile.metrics.Tag> tags)
-
-
Method Detail
-
getMetadata
public ExtendedMetadata getMetadata()
-
getTags
public List<org.eclipse.microprofile.metrics.Tag> getTags()
-
-