Make Prometheus announce its new super-power: text format!

Change-Id: Ia2ddfb28999c145e4d46c395381a9bf89d43148c
This commit is contained in:
Bjoern Rabenstein 2014-04-22 18:44:52 +02:00
parent b3a78d2202
commit 64811caaec

View file

@ -200,7 +200,7 @@ func (t *target) Scrape(earliest time.Time, ingester extraction.Ingester) error
return err
}
const acceptHeader = `application/vnd.google.protobuf;proto=io.prometheus.client.MetricFamily;encoding=delimited;q=0.7,application/json;schema=prometheus/telemetry;version=0.0.2;q=0.2,*/*;q=0.1`
const acceptHeader = `application/vnd.google.protobuf;proto=io.prometheus.client.MetricFamily;encoding=delimited;q=0.7,text/plain;version=0.0.4;q=0.3,application/json;schema=prometheus/telemetry;version=0.0.2;q=0.2,*/*;q=0.1`
func (t *target) scrape(timestamp clientmodel.Timestamp, ingester extraction.Ingester) (err error) {
defer func(start time.Time) {