Change autogenerated protobuf code.

This commit is contained in:
Bjoern Rabenstein 2015-01-23 14:44:30 +01:00
parent 5f5e4d76bd
commit cf28c2efbb

View file

@ -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.