diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 9dfb6f34a7..bf54bf3321 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -998,7 +998,7 @@ groups: # The port to use for discovery and metric scraping. [ port: | default = 9163 ] -# The interval which should should be used for refreshing target containers. +# The interval which should be used for refreshing target containers. [ refresh_interval: | default = 60s ] # The Triton discovery API version. diff --git a/documentation/examples/remote_storage/remote_storage_adapter/influxdb/client.go b/documentation/examples/remote_storage/remote_storage_adapter/influxdb/client.go index 4e61f0aa53..7e150e78b8 100644 --- a/documentation/examples/remote_storage/remote_storage_adapter/influxdb/client.go +++ b/documentation/examples/remote_storage/remote_storage_adapter/influxdb/client.go @@ -214,7 +214,7 @@ func mergeResult(labelsToSeries map[string]*prompb.TimeSeries, results []influx. } func concatLabels(labels map[string]string) string { - // 0xff cannot cannot occur in valid UTF-8 sequences, so use it + // 0xff cannot occur in valid UTF-8 sequences, so use it // as a separator here. separator := "\xff" pairs := make([]string, 0, len(labels))