Julien Pivotto [Thu, 9 Mar 2023 22:47:53 +0000 (23:47 +0100)]
Update prometheus/common
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Ben Kochie [Mon, 15 May 2023 15:40:41 +0000 (17:40 +0200)]
Merge pull request #1072 from prometheus/superq/update_build
Update build
SuperQ [Mon, 15 May 2023 13:43:06 +0000 (15:43 +0200)]
Update build
* Update Go to 1.20.
* Update minimum Go version to 1.19.
* Update golangci-lint.
Signed-off-by: SuperQ <superq@gmail.com>
dependabot[bot] [Fri, 12 May 2023 12:52:25 +0000 (18:22 +0530)]
Bump github.com/prometheus/common from 0.42.0 to 0.43.0 (#1068)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.42.0 to 0.43.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.42.0...v0.43.0)
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ben Kochie [Fri, 12 May 2023 05:39:05 +0000 (07:39 +0200)]
Merge pull request #1034 from prometheus/dependabot/go_modules/github.com/andybalholm/brotli-1.0.5
Bump github.com/andybalholm/brotli from 1.0.4 to 1.0.5
Ben Kochie [Fri, 12 May 2023 05:38:48 +0000 (07:38 +0200)]
Merge pull request #1069 from prometheus/dependabot/go_modules/google.golang.org/grpc-1.55.0
Bump google.golang.org/grpc from 1.52.3 to 1.55.0
dependabot[bot] [Fri, 12 May 2023 05:23:05 +0000 (05:23 +0000)]
Bump github.com/andybalholm/brotli from 1.0.4 to 1.0.5
Bumps [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/andybalholm/brotli/releases)
- [Commits](https://github.com/andybalholm/brotli/compare/v1.0.4...v1.0.5)
---
updated-dependencies:
- dependency-name: github.com/andybalholm/brotli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 12 May 2023 05:21:57 +0000 (05:21 +0000)]
Bump google.golang.org/grpc from 1.52.3 to 1.55.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.52.3 to 1.55.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.52.3...v1.55.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Ben Kochie [Wed, 10 May 2023 15:10:09 +0000 (17:10 +0200)]
Merge pull request #1067 from prometheus/superq/toolkit
Update exporter-toolkit
SuperQ [Wed, 10 May 2023 13:06:53 +0000 (15:06 +0200)]
Update exporter-toolkit
* Update exporter-toolkit package.
* Use new kingping package location.
Signed-off-by: SuperQ <superq@gmail.com>
Ben Kochie [Sat, 8 Apr 2023 07:36:29 +0000 (09:36 +0200)]
Merge pull request #1056 from grafana/unregister_metrics
Remove initialization of metrics from init functions
Marc Tuduri [Wed, 5 Apr 2023 10:52:26 +0000 (12:52 +0200)]
Remove initialization of metrics from init functions
Signed-off-by: Marc Tuduri <marctc@protonmail.com>
Daniel Teunis [Wed, 29 Mar 2023 16:50:09 +0000 (18:50 +0200)]
Add support for HTTP request body as file (#987)
* Add HTTP request body test
This commit adds a test for specifying a request body for HTTP probes.
Signed-off-by: Daniel Teunis <daniel@teunis.cc>
* Add support for HTTP request body as file
Resolves #391
Signed-off-by: Daniel Teunis <daniel@teunis.cc>
* Use io instead of io/ioutil
Signed-off-by: Marcelo Magallon <marcelo.magallon@gmail.com>
---------
Signed-off-by: Daniel Teunis <daniel@teunis.cc>
Signed-off-by: Marcelo Magallon <marcelo.magallon@gmail.com>
Co-authored-by: Marcelo Magallon <marcelo.magallon@gmail.com>
javivaz [Wed, 22 Mar 2023 12:11:18 +0000 (13:11 +0100)]
Add oauth2 client-credentials example (#1044)
* Add oauth2 client-credentials example
Add an example for oauth2 config with client-credentials, valid status response codes, token url, etc.
Signed-off-by: javivaz <javier.vazquez.romera@gmail.com>
* Remove commented config
Signed-off-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
---------
Signed-off-by: javivaz <javier.vazquez.romera@gmail.com>
Signed-off-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
Co-authored-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
Samuel Berthe [Wed, 22 Mar 2023 11:51:44 +0000 (12:51 +0100)]
Fix example.yml: no_follow_redirects is deprecated in favor of follow_redirects (#1031)
Signed-off-by: Samuel Berthe <dev@samuel-berthe.fr>
PrometheusBot [Wed, 22 Mar 2023 11:46:02 +0000 (12:46 +0100)]
Synchronize common files from prometheus/prometheus (#1045)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Björn Rabenstein [Mon, 13 Mar 2023 21:02:59 +0000 (22:02 +0100)]
Merge pull request #1040 from simonpasquier/bump-prometheus-orbs
.circleci/config.yml: bump Prometheus CircleCI orbs version
Simon Pasquier [Mon, 13 Mar 2023 15:24:26 +0000 (16:24 +0100)]
.circleci/config.yml: bump Prometheus CircleCI orbs version
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Ben Kochie [Thu, 23 Feb 2023 18:00:30 +0000 (19:00 +0100)]
Merge pull request #1032 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
prombot [Thu, 23 Feb 2023 17:49:14 +0000 (17:49 +0000)]
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Ben Kochie [Thu, 23 Feb 2023 06:08:56 +0000 (07:08 +0100)]
Merge pull request #1028 from prometheus/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.5.0 to 0.7.0
dependabot[bot] [Sat, 18 Feb 2023 04:08:39 +0000 (04:08 +0000)]
Bump golang.org/x/net from 0.5.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Lyas Spiehler [Wed, 1 Feb 2023 13:35:13 +0000 (07:35 -0600)]
Add hostname parameter for TCP probe (#981)
This adds the ability to set the TLS server name for TCP probes using the hostname parameter,
just like #823 did for HTTP probes
* add hostname parameter for tcp probe
* only add servername if TLS is true
* add even if TLS isn't true in case of STARTTLS
* added test hostname parameter with TCP probe
* remove unnecessary function and inline assignment
---------
Signed-off-by: Lyas Spiehler <lspiehler@gmail.com>
Co-authored-by: Lyas Spiehler <lyas.spiehler@sapphirehealth.org>
Ben Kochie [Wed, 1 Feb 2023 06:39:22 +0000 (07:39 +0100)]
Merge pull request #1021 from prometheus/dependabot/go_modules/google.golang.org/grpc-1.52.3
Bump google.golang.org/grpc from 1.51.0 to 1.52.3
dependabot[bot] [Wed, 1 Feb 2023 04:18:14 +0000 (04:18 +0000)]
Bump google.golang.org/grpc from 1.51.0 to 1.52.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.52.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.51.0...v1.52.3)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Ben Kochie [Wed, 1 Feb 2023 04:17:16 +0000 (05:17 +0100)]
Merge pull request #1022 from prometheus/dependabot/go_modules/golang.org/x/net-0.5.0
Bump golang.org/x/net from 0.4.0 to 0.5.0
dependabot[bot] [Wed, 1 Feb 2023 03:03:23 +0000 (03:03 +0000)]
Bump golang.org/x/net from 0.4.0 to 0.5.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.5.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
PrometheusBot [Fri, 20 Jan 2023 18:52:31 +0000 (19:52 +0100)]
Synchronize common files from prometheus/prometheus (#1015)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Daz Wilkin [Fri, 23 Dec 2022 06:04:15 +0000 (22:04 -0800)]
Add root (`modules`) key to CONFIGURATION.md (#1009)
* Add root (`modules`) key to CONFIGURATION.md
The Exporter configuration is complicated by the omission of the root (`modules`) key from the configuration document.
Not only must configuration begin with `modules` but each module is a map of module names to module values.
I think I've correctly reflected this here using the document's schema.
Signed-off-by: Daz Wilkin <DazWilkin@users.noreply.github.com>
* link to example.yml
Signed-off-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
Signed-off-by: Daz Wilkin <DazWilkin@users.noreply.github.com>
Signed-off-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
Co-authored-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
PrometheusBot [Fri, 23 Dec 2022 05:44:41 +0000 (06:44 +0100)]
Synchronize common files from prometheus/prometheus (#1010)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Julien Pivotto [Tue, 20 Dec 2022 11:43:41 +0000 (12:43 +0100)]
Merge pull request #1008 from roidelapluie/consistentdoc
Make Proxy Connect Headers consistent with Prometheus
Julien Pivotto [Fri, 16 Dec 2022 12:32:14 +0000 (13:32 +0100)]
Make Proxy Connect Headers consistent with Prometheus
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Marcelo Magallon [Thu, 15 Dec 2022 21:00:14 +0000 (15:00 -0600)]
Update prometheus/common (#1006)
This pulls in support for specifying proxy connect headers. Update
CONFIGURATION.md and example.yml to match.
Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
PrometheusBot [Thu, 15 Dec 2022 17:02:39 +0000 (18:02 +0100)]
Update common Prometheus files (#1004)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Julien Pivotto [Fri, 2 Dec 2022 12:25:39 +0000 (13:25 +0100)]
Merge pull request #1000 from roidelapluie/rel0230
Release 0.23.0
Julien Pivotto [Fri, 2 Dec 2022 12:24:53 +0000 (13:24 +0100)]
Update changelog with #990
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Julien Pivotto [Thu, 1 Dec 2022 12:44:06 +0000 (13:44 +0100)]
Release 0.23.0
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Ben Kochie [Thu, 1 Dec 2022 17:06:55 +0000 (18:06 +0100)]
Merge pull request #990 from danteu/dns_target_reachable
Add probe_dns_query_succeeded metric
Julien Pivotto [Thu, 1 Dec 2022 12:35:17 +0000 (13:35 +0100)]
Merge commit 'refs/pull/979/head' of https://github.com/prometheus/blackbox_exporter
And update go.mod
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Ben Kochie [Thu, 1 Dec 2022 04:53:41 +0000 (05:53 +0100)]
Merge pull request #998 from prometheus/dependabot/go_modules/google.golang.org/grpc-1.51.0
Bump google.golang.org/grpc from 1.48.0 to 1.51.0
dependabot[bot] [Thu, 1 Dec 2022 03:01:56 +0000 (03:01 +0000)]
Bump google.golang.org/grpc from 1.48.0 to 1.51.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.51.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.48.0...v1.51.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Ben Kochie [Wed, 30 Nov 2022 11:08:06 +0000 (03:08 -0800)]
Merge pull request #997 from prometheus/update_toolkit
Update prometheus/exporter-toolkit to v0.7.2
Suraj Nath [Wed, 30 Nov 2022 08:10:29 +0000 (13:40 +0530)]
Update prometheus/exporter-toolkit to v0.7.2
Signed-off-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
Ben Kochie [Wed, 30 Nov 2022 08:31:15 +0000 (00:31 -0800)]
Merge pull request #985 from paketb0te/master
update to golang.org/x/net v0.2.0
Manuel Stausberg [Tue, 8 Nov 2022 16:19:10 +0000 (17:19 +0100)]
update to golang.org/x/net v0.2.0
Signed-off-by: Manuel Stausberg <stausberg@denic.de>
Ben Kochie [Wed, 30 Nov 2022 07:41:40 +0000 (23:41 -0800)]
Merge pull request #995 from prometheus/dependabot/go_modules/google.golang.org/grpc-1.51.0
Bump google.golang.org/grpc from 1.48.0 to 1.51.0
dependabot[bot] [Wed, 30 Nov 2022 07:30:08 +0000 (07:30 +0000)]
Bump google.golang.org/grpc from 1.48.0 to 1.51.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.51.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.48.0...v1.51.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Ben Kochie [Wed, 30 Nov 2022 07:29:34 +0000 (23:29 -0800)]
Merge pull request #994 from prometheus/superq/bump_go
Update Go
SuperQ [Tue, 29 Nov 2022 13:55:36 +0000 (14:55 +0100)]
Update Go
* Update Go to 1.19.
* Update some Go modules.
* Enable dependabot.
Signed-off-by: SuperQ <superq@gmail.com>
Ben Kochie [Mon, 28 Nov 2022 11:46:10 +0000 (03:46 -0800)]
Merge pull request #993 from prometheus/superq/update_docker_docs
Update Docker run docs
SuperQ [Mon, 28 Nov 2022 08:43:22 +0000 (09:43 +0100)]
Update Docker run docs
* Remove `-d` so it's easier to see errors interactively.
* Use `latest` tag to make sure users use the release by default.
* Recommend quay.io repo by default.
Signed-off-by: SuperQ <superq@gmail.com>
Daniel Teunis [Fri, 25 Nov 2022 23:05:59 +0000 (00:05 +0100)]
Add probe_dns_query_succeeded metric
Currently, one may not be able to differentiate between a query refusal
by the target and the target not responding to a query. These two cases
can have very different ramifications.
This patch adds the probe_dns_query_succeeded gauge which is 1 if and
only if the DNS query was executed correctly, i.e., that the target
host has sent a response, and 0 otherwise.
Resolves #474
Signed-off-by: Daniel Teunis <daniel@teunis.cc>
Lyas Spiehler [Tue, 15 Nov 2022 19:07:06 +0000 (13:07 -0600)]
Add missing probe_tls_version_info and probe_ssl_last_chain_info metrics to STARTTLS TCP probes (#983)
probe_tls_version_info and probe_ssl_last_chain_info metrics were missing from STARTTLS TCP probes and added them.
Signed-off-by: Lyas Spiehler lspiehler@gmail.com
Perry Naseck [Sat, 22 Oct 2022 16:14:50 +0000 (12:14 -0400)]
bump exporter-toolkit to v0.8.1
Signed-off-by: Perry Naseck <git@perrynaseck.com>
Perry Naseck [Sat, 22 Oct 2022 01:44:36 +0000 (21:44 -0400)]
fix deps for update to exporter-toolkit v0.8.0
Signed-off-by: Perry Naseck <git@perrynaseck.com>
Perry Naseck [Fri, 21 Oct 2022 05:00:12 +0000 (01:00 -0400)]
update to exporter-toolkit v0.8.0
Signed-off-by: Perry Naseck <git@perrynaseck.com>
Ben Kochie [Fri, 30 Sep 2022 10:12:24 +0000 (12:12 +0200)]
Refactor prober gauges (#972)
Move prober metric GaugeOpts into prober.go to reduce copy-n-paste.
Signed-off-by: SuperQ superq@gmail.com
David Leadbeater [Thu, 23 Jun 2022 01:09:02 +0000 (11:09 +1000)]
Use textproto.CanonicalMIMEHeaderKey
Using the full i18n library isn't needed, this just needs to be ASCII
per MIME style header standards.
Signed-off-by: David Leadbeater <dgl@dgl.cx>
Signed-off-by: SuperQ <superq@gmail.com>
Narsing Metpally [Thu, 29 Sep 2022 16:18:07 +0000 (10:18 -0600)]
Consistent HELP message of gauge metrics across check types (#970)
Co-authored-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
Ben Kochie [Tue, 20 Sep 2022 19:25:10 +0000 (21:25 +0200)]
Merge pull request #968 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Marc Tudurí [Tue, 20 Sep 2022 15:40:26 +0000 (17:40 +0200)]
Refactor proberHandler as an exported function (#957)
* Refactor proberHandler as an exported function
Signed-off-by: Marc Tuduri <marctc@protonmail.com>
prombot [Fri, 16 Sep 2022 17:55:29 +0000 (17:55 +0000)]
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Daniel Jolly [Tue, 9 Aug 2022 10:17:33 +0000 (06:17 -0400)]
Add leaf certificate details in probe_tls_certificate_info metric (#943)
Add left certificate's "subject", "issuer", "subjectalternative" labels in `probe_tls_certificate_info` metric.
See relevent discussion in #892
Co-authored-by: Daniel Jolly <code@danieljolly.com>
Julien Pivotto [Tue, 2 Aug 2022 13:54:58 +0000 (15:54 +0200)]
Release 0.22.0 (#954)
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Julien Pivotto [Thu, 14 Jul 2022 16:25:29 +0000 (18:25 +0200)]
Use BBE user agent for oauth2
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Ben Kochie [Thu, 28 Jul 2022 14:19:46 +0000 (16:19 +0200)]
Merge pull request #952 from inosato/remove-ioutil
Remove ioutil
inosato [Wed, 27 Jul 2022 17:21:52 +0000 (02:21 +0900)]
Remove ioutil
Signed-off-by: inosato <si17_21@yahoo.co.jp>
Alireza (Ali) Mansoori [Wed, 27 Jul 2022 02:52:27 +0000 (19:52 -0700)]
add example to skip dns resolve and using proxy
Signed-off-by: Alireza (Ali) Mansoori <amansoori@gmail.com>
Julien Pivotto [Wed, 13 Jul 2022 12:15:28 +0000 (14:15 +0200)]
HTTP: Add Skip Resolve Phase With Proxy option (#944)
* HTTP: Add Skip Resolve Phase With Proxy option
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Co-authored-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
Marcelo Magallon [Sat, 18 Jun 2022 12:55:10 +0000 (06:55 -0600)]
Print to stdout, not stderr (#928)
Following the change in
https://github.com/prometheus/prometheus/pull/8542 blackbox_exporter
will send all usage out to stdout, not stderr.
Fixes: #912
Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
Julien Pivotto [Fri, 17 Jun 2022 12:46:30 +0000 (14:46 +0200)]
Merge pull request #930 from prometheus/release-0.21
Merge Release 0.21
Marcelo E. Magallon [Mon, 13 Jun 2022 23:21:41 +0000 (17:21 -0600)]
Make caser a local varialbe, not a global one.
The cases.Caser returned by calling cases.Title *cannot* be shared among
goroutines. This might happen when Prometheus tries to scrape multiple
targets at the same time. From the docs:
A Caser may be stateful and should therefore not be shared between
goroutines.
Fixes: #922
Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
Julien Pivotto [Fri, 17 Jun 2022 12:12:35 +0000 (14:12 +0200)]
Release 0.21.1
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Marcelo E. Magallon [Mon, 13 Jun 2022 23:21:41 +0000 (17:21 -0600)]
Make caser a local varialbe, not a global one.
The cases.Caser returned by calling cases.Title *cannot* be shared among
goroutines. This might happen when Prometheus tries to scrape multiple
targets at the same time. From the docs:
A Caser may be stateful and should therefore not be shared between
goroutines.
Fixes: #922
Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
fhltang [Wed, 15 Jun 2022 17:27:05 +0000 (18:27 +0100)]
Allow TTL to be explicitly set on ICMP packets from icmp prober (#919)
This adds an option to the config file to specify the TTL value. If 0 or not specified, in some cases it defaults to 64 and in other cases it defaults to whatever is configured in the operating system. This matches previous behavior.
Signed-off-by: Francis Tang <francis.tang@gmail.com>
PrometheusBot [Mon, 13 Jun 2022 22:15:58 +0000 (00:15 +0200)]
Update common Prometheus files (#926)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
PrometheusBot [Mon, 6 Jun 2022 10:02:50 +0000 (12:02 +0200)]
Synchronize common files from prometheus/prometheus (#921)
Julien Pivotto [Mon, 30 May 2022 11:38:13 +0000 (13:38 +0200)]
Release 0.21.0
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Ben Kochie [Mon, 30 May 2022 10:51:26 +0000 (12:51 +0200)]
Update yamllint (#916)
* Include upstream yamllint config.
* Fix linting consistency issues.
Signed-off-by: SuperQ <superq@gmail.com>
Julien Pivotto [Fri, 6 May 2022 11:52:17 +0000 (13:52 +0200)]
Blackbox exporter 0.21.0-rc.0
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
Baptiste Mille-Mathias [Mon, 9 May 2022 22:32:18 +0000 (00:32 +0200)]
add a link to guide "multi-target exporter pattern" (#878)
it helps getting the grasp of the purpose of the relabel_config.
Signed-off-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Julien Pivotto [Fri, 6 May 2022 07:35:17 +0000 (09:35 +0200)]
Update builds & dependencies
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
prombot [Fri, 6 May 2022 11:02:56 +0000 (11:02 +0000)]
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Suraj Nath [Fri, 6 May 2022 11:19:35 +0000 (16:49 +0530)]
Merge pull request #869 from zhdkirill/maxTimeoutSeconds
Negative maxTimeoutSeconds
PrometheusBot [Fri, 6 May 2022 10:57:18 +0000 (12:57 +0200)]
Update common Prometheus files (#889)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Nikolay Eskov [Thu, 14 Apr 2022 12:10:25 +0000 (15:10 +0300)]
Rename dns recursion flag to recursion_desired (#900)
Signed-off-by: Nikolay Eskov <mr.eskov1@yandex.ru>
Julien Pivotto [Wed, 16 Mar 2022 17:41:16 +0000 (18:41 +0100)]
Release 0.20.0 (#895)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
Arash Sami [Tue, 15 Mar 2022 23:11:17 +0000 (23:11 +0000)]
gRPC added to README and Configuration (#894)
* added grpc config
added grpc config
Signed-off-by: rshsm <arashsami@live.com>
Ben Kochie [Sat, 5 Mar 2022 08:56:36 +0000 (09:56 +0100)]
Merge pull request #887 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
prombot [Fri, 4 Mar 2022 19:50:44 +0000 (19:50 +0000)]
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Ben Kochie [Fri, 18 Feb 2022 13:05:30 +0000 (14:05 +0100)]
Merge pull request #882 from roidelapluie/clorder
Reorder changelog
Julien Pivotto [Thu, 17 Feb 2022 20:36:03 +0000 (21:36 +0100)]
Reorder changelog
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
Julien Pivotto [Thu, 17 Feb 2022 19:27:30 +0000 (20:27 +0100)]
Release 0.20.0-rc.0 (#881)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
Ben Kochie [Thu, 17 Feb 2022 16:49:37 +0000 (17:49 +0100)]
Delay init of http phase values (#865)
Don't init http probe phase labels until we're ready to send the
request.
Avoids exposing 0 value samples for things we haven't started to
measure.
Fix http resolve timing to report lookup time even if it's an error
(ie not found).
Fixes: https://github.com/prometheus/blackbox_exporter/issues/579
Signed-off-by: SuperQ <superq@gmail.com>
Ben Kochie [Thu, 17 Feb 2022 16:48:40 +0000 (17:48 +0100)]
Improve chooseProtocol logging (#873)
Add `target` and `ip_protocol` fields to the logging in teh
`chooseProtocol()` utility function. This makes debugging output easier.
Signed-off-by: SuperQ <superq@gmail.com>
Ben Kochie [Thu, 27 Jan 2022 15:11:00 +0000 (16:11 +0100)]
Merge pull request #876 from bmillemathias/master
Update IRC network in github issue template
Baptiste Mille-Mathias [Thu, 27 Jan 2022 14:25:25 +0000 (15:25 +0100)]
Remove outdated IRC and point to community website
Signed-off-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Ben Kochie [Wed, 26 Jan 2022 21:47:32 +0000 (22:47 +0100)]
Merge pull request #863 from prometheus/superq/fix_ip_hash
Fix IP hash
Ben Kochie [Wed, 26 Jan 2022 07:27:11 +0000 (08:27 +0100)]
Merge pull request #871 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
prombot [Wed, 26 Jan 2022 00:01:49 +0000 (00:01 +0000)]
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>