Discover Packages
github.com/lucasdss/mycenae
lib
meta
package
Version:
v0.0.0-...-1b5f0b1
Opens a new window with list of versions in this module.
Published: Oct 20, 2017
License: GPL-3.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type BulkType struct {
ID EsIndex `json:"index"`
}
type EsIndex struct {
EsID string `json:"_id"`
EsType string `json:"_type"`
EsIndex string `json:"_index"`
}
type EsMetric struct {
Metric string `json:"metric"`
}
type EsTagKey struct {
Key string `json:"key"`
}
type EsTagValue struct {
Value string `json:"value"`
}
type LogMeta struct {
Action string `json:"action"`
Meta MetaInfo `json:"meta"`
}
type MetaInfo struct {
Metric string `json:"metric"`
ID string `json:"id"`
Tags []Tag `json:"tagsNested"`
}
type RestErrorUser struct {
Datapoint gorilla .TSDBpoint `json:"datapoint"`
Error interface{} `json:"error"`
}
type RestErrors struct {
Errors []RestErrorUser `json:"errors"`
Failed int `json:"failed"`
Success int `json:"success"`
}
type Settings struct {
MetaSaveInterval string
MaxConcurrentBulks int
MaxConcurrentPoints int
MaxMetaBulkSize int
MetaBufferSize int
MetaHeadInterval string
}
type StructV2Error struct {
Key string `json:"key"`
Metric string `json:"metric"`
Tags []Tag `json:"tagsError"`
}
type Tag struct {
Key string `json:"tagKey"`
Value string `json:"tagValue"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.