WARN[0097] Error sending 61 samples to remote storage: server returned HTTP status 400 Bad Request: {"error":"unable to parse '\ufffd@\ufffdF': missing fields\nunable to parse 'r': missing fields\nunable to parse '8': missing fields\nunable to parse '\u0008__name__\u0012,prometheus_sd_file_scan_duration_seconds_sum': missing tag value\nunable to parse '\ source="queue_manager.go:500"
global:
scrape_interval: 15s
remote_write:
- url: "http://<IP of InfluxDB instance>:8086/write?db=Prometheus"
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ['localhost:9090']
./main.go:168: cannot use c (type *graphite.Client) as type writer in append:
*graphite.Client does not implement writer (wrong type for Write method)
have Write("github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model".Samples) error
want Write("github.com/prometheus/common/model".Samples) error
./main.go:176: cannot use c (type *opentsdb.Client) as type writer in append:
*opentsdb.Client does not implement writer (wrong type for Write method)
have Write("github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model".Samples) error
want Write("github.com/prometheus/common/model".Samples) error
./main.go:191: cannot use conf (type "github.com/influxdata/influxdb/client/v2".HTTPConfig) as type "github.com/prometheus/prometheus/vendor/github.com/influxdata/influxdb/client/v2".HTTPConfig in argument to influxdb.NewClient
./main.go:196: cannot use c (type *influxdb.Client) as type "github.com/prometheus/client_golang/prometheus".Collector in argument to "github.com/prometheus/client_golang/prometheus".MustRegister:
*influxdb.Client does not implement "github.com/prometheus/client_golang/prometheus".Collector (wrong type for Collect method)
have Collect(chan<- "github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus".Metric)
want Collect(chan<- "github.com/prometheus/client_golang/prometheus".Metric)
./main.go:197: cannot use c (type *influxdb.Client) as type writer in append:
*influxdb.Client does not implement writer (wrong type for Write method)
have Write("github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model".Samples) error
want Write("github.com/prometheus/common/model".Samples) error