tessl install tessl/golang-github-com-prometheus--client-model@0.6.1Data model artifacts for Prometheus
Agent Success
Agent success rate when using this tile
93%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.13x
Baseline
Agent success rate without this tile
82%
Build a binary representation of a single gauge metric for Prometheus protobuf exposition.
@generates
type GaugeInput struct {
Name string
Help string
Unit string
Value float64
Labels map[string]string
TimestampMillis *int64
}
func BuildGaugePayload(in GaugeInput) ([]byte, error)Provides metric protobuf messages for encoding gauge metrics.