Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MackerelExporter ¶
type MackerelExporter struct {
// contains filtered or unexported fields
}
func NewMackerelExporter ¶
func NewMackerelExporter(apiKey, serviceName string) *MackerelExporter
func (*MackerelExporter) Export ¶
func (e *MackerelExporter) Export(metrics *SesameMetrics) error
type SesameFetcher ¶
type SesameFetcher struct {
// contains filtered or unexported fields
}
func NewSesameFetcher ¶
func NewSesameFetcher(apiKey string) *SesameFetcher
func (*SesameFetcher) Fetch ¶
func (s *SesameFetcher) Fetch(deviceUUID, deviceName string) (*SesameMetrics, error)
Click to show internal directories.
Click to hide internal directories.