mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Change autogenerated protobuf code.
This commit is contained in:
parent
5f5e4d76bd
commit
cf28c2efbb
|
@ -2,15 +2,27 @@
|
||||||
// source: config.proto
|
// source: config.proto
|
||||||
// DO NOT EDIT!
|
// DO NOT EDIT!
|
||||||
|
|
||||||
|
/*
|
||||||
|
Package io_prometheus is a generated protocol buffer package.
|
||||||
|
|
||||||
|
It is generated from these files:
|
||||||
|
config.proto
|
||||||
|
|
||||||
|
It has these top-level messages:
|
||||||
|
LabelPair
|
||||||
|
LabelPairs
|
||||||
|
GlobalConfig
|
||||||
|
TargetGroup
|
||||||
|
JobConfig
|
||||||
|
PrometheusConfig
|
||||||
|
*/
|
||||||
package io_prometheus
|
package io_prometheus
|
||||||
|
|
||||||
import proto "code.google.com/p/goprotobuf/proto"
|
import proto "code.google.com/p/goprotobuf/proto"
|
||||||
import json "encoding/json"
|
|
||||||
import math "math"
|
import math "math"
|
||||||
|
|
||||||
// Reference proto, json, and math imports to suppress error if they are not otherwise used.
|
// Reference imports to suppress errors if they are not otherwise used.
|
||||||
var _ = proto.Marshal
|
var _ = proto.Marshal
|
||||||
var _ = &json.SyntaxError{}
|
|
||||||
var _ = math.Inf
|
var _ = math.Inf
|
||||||
|
|
||||||
// A label/value pair suitable for attaching to timeseries.
|
// A label/value pair suitable for attaching to timeseries.
|
||||||
|
|
Loading…
Reference in a new issue