Documentation ¶
Index ¶
Constants ¶
View Source
const Skill = "github.com/eolinker/apinto/monitor-entry.monitor-entry.IOutput"
Variables ¶
View Source
var ( LabelApi = "api" LabelApp = "app" LabelUpstream = "upstream" LabelHandler = "handler" LabelProvider = "provider" )
Functions ¶
This section is empty.
Types ¶
type IPoint ¶
type IPoint interface { Table() string Tags() map[string]string Fields() map[string]interface{} Time() time.Time }
func ReadProxy ¶
func ReadProxy(ctx http_context.IHttpContext) []IPoint
func ReadRequest ¶
func ReadRequest(ctx http_context.IHttpContext) []IPoint
type ProxyReadFunc ¶
type ProxyReadFunc func(request http_context.IProxy) (interface{}, bool)
type RequestReadFunc ¶
type RequestReadFunc func(ctx http_context.IHttpContext) (interface{}, bool)
Click to show internal directories.
Click to hide internal directories.