Documentation
¶
Index ¶
Constants ¶
View Source
const ArgLiteral = "@ARG"
View Source
const (
ProberEnvArg = "ARG"
)
Variables ¶
View Source
var ( ScriptCount = metric.NewCounter("MetaScript") ProbeCount = metric.NewCounter("MetaProbe") ProbeSuccessCount = metric.NewCounter("MetaProbeSuccess") ProbeFailureCount = metric.NewCounter("MetaProbeFailure") )
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
func NewDataFromEnviron ¶
func NewDataFromEnviron() *Data
func (Data) MarshalJSON ¶
func (Data) MarshalYAML ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader parses Data jsonl.
Click to show internal directories.
Click to hide internal directories.