Exemple #1
0
func TestCompactText(t *testing.T) {
	s := proto.CompactTextString(newTestMessage())
	if s != compactText {
		t.Errorf("Got:\n===\n%v===\nExpected:\n===\n%v\n===\n", s, compactText)
	}
}
Exemple #2
0
func (m *MetricFamily) String() string { return proto.CompactTextString(m) }
Exemple #3
0
func (m *LabelPair) String() string { return proto.CompactTextString(m) }
Exemple #4
0
func (m *Histogram) String() string { return proto.CompactTextString(m) }
Exemple #5
0
func (m *Bucket) String() string { return proto.CompactTextString(m) }
Exemple #6
0
func (m *Untyped) String() string { return proto.CompactTextString(m) }
Exemple #7
0
func (m *Summary) String() string { return proto.CompactTextString(m) }
Exemple #8
0
func (m *Quantile) String() string { return proto.CompactTextString(m) }
Exemple #9
0
func (m *Counter) String() string { return proto.CompactTextString(m) }
Exemple #10
0
func (m *Gauge) String() string { return proto.CompactTextString(m) }