public class ReportingUtils extends Object
| Constructor and Description |
|---|
ReportingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.wavefront.sdk.common.application.ApplicationTags |
constructApplicationTags(ApplicationTagsConfig applicationTagsConfig)
Construct
ApplicationTags from ApplicationTagsConfig |
static com.wavefront.sdk.common.application.ApplicationTags |
constructApplicationTags(String applicationTagsYamlFile)
Construct
ApplicationTags from given path of YAML file |
static ApplicationTagsConfig |
constructApplicationTagsConfig(String applicationTagsYamlFile)
Construct
ApplicationTagsConfig from given path of YAML file |
static WavefrontReportingConfig |
constructWavefrontReportingConfig(String wfReportingConfigYamlFile)
Construct
WavefrontReportingConfig from given path of YAML file |
static com.wavefront.sdk.common.WavefrontSender |
constructWavefrontSender(WavefrontReportingConfig wfReportingConfig)
Construct
WavefrontSender from WavefrontReportingConfig |
public static com.wavefront.sdk.common.WavefrontSender constructWavefrontSender(WavefrontReportingConfig wfReportingConfig)
WavefrontSender from WavefrontReportingConfigpublic static WavefrontReportingConfig constructWavefrontReportingConfig(String wfReportingConfigYamlFile)
WavefrontReportingConfig from given path of YAML filepublic static com.wavefront.sdk.common.application.ApplicationTags constructApplicationTags(String applicationTagsYamlFile)
ApplicationTags from given path of YAML filepublic static com.wavefront.sdk.common.application.ApplicationTags constructApplicationTags(ApplicationTagsConfig applicationTagsConfig)
ApplicationTags from ApplicationTagsConfigpublic static ApplicationTagsConfig constructApplicationTagsConfig(String applicationTagsYamlFile)
ApplicationTagsConfig from given path of YAML fileCopyright © 2022. All rights reserved.