Package com.totvs.tjf.metrics.config
Class MetricsProperties
java.lang.Object
com.totvs.tjf.metrics.config.MetricsProperties
@Configuration
@ConfigurationProperties("tjf.metrics")
public class MetricsProperties
extends Object
Metrics properties.
- Author:
- Marcos Paulo dos Santos
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApp()
void
void
setContext
(String context) void
setCustomTags
(Map<String, String> customTags) void
setElementType
(String elementType) void
setPlatform
(String platform) void
setService
(String service) void
setVersion
(String version)
-
Constructor Details
-
MetricsProperties
public MetricsProperties()
-
-
Method Details
-
getPlatform
-
setPlatform
-
getElementType
-
setElementType
-
getContext
-
setContext
-
getApp
-
setApp
-
getVersion
-
setVersion
-
getService
-
setService
-
getCustomTags
-
setCustomTags
-