mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 16:43:21 +00:00
Upgrade common vendoring
This commit is contained in:
parent
d6d88f8950
commit
ad8e8f9f24
4
Godeps/Godeps.json
generated
4
Godeps/Godeps.json
generated
@ -60,11 +60,11 @@
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/prometheus/common/expfmt",
|
||||
"Rev": "2502df85be1b9482ed669faa6b7cfe7f850eb08e"
|
||||
"Rev": "675b18b12eb9d452d0377f1688d62e724f15b882"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/prometheus/common/model",
|
||||
"Rev": "2502df85be1b9482ed669faa6b7cfe7f850eb08e"
|
||||
"Rev": "675b18b12eb9d452d0377f1688d62e724f15b882"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/prometheus/client_model/go",
|
||||
|
8
Godeps/_workspace/src/github.com/prometheus/common/model/value.go
generated
vendored
8
Godeps/_workspace/src/github.com/prometheus/common/model/value.go
generated
vendored
@ -243,8 +243,8 @@ func (e ValueType) String() string {
|
||||
|
||||
// Scalar is a scalar value evaluated at the set timestamp.
|
||||
type Scalar struct {
|
||||
Value SampleValue `json:"value"`
|
||||
Timestamp Time `json:"timestamp"`
|
||||
Value SampleValue
|
||||
Timestamp Time
|
||||
}
|
||||
|
||||
func (s *Scalar) String() string {
|
||||
@ -253,8 +253,8 @@ func (s *Scalar) String() string {
|
||||
|
||||
// String is a string value evaluated at the set timestamp.
|
||||
type String struct {
|
||||
Value string `json:"value"`
|
||||
Timestamp Time `json:"timestamp"`
|
||||
Value string
|
||||
Timestamp Time
|
||||
}
|
||||
|
||||
func (s *String) String() string {
|
||||
|
Loading…
Reference in New Issue
Block a user