package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 8, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Endpoint string `mapstructure:"endpoint"`
}
Config holds the configuration for the REST exporter.
type MetricDetail struct {
Name string `json:"name"`
Type string `json:"type"`
HostName string `json:"hostname"`
ServiceName string `json:"sercicename"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.