dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd3e0078f0 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/common ( #13728 )  
						
						... 
						
						
						
						Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.49.0 to 0.50.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.49.0...v0.50.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> 
						
						
					 
					
						2024-03-12 20:07:03 +01:00 
						 
				 
			
				
					
						
							
							
								Björn Rabenstein 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9acae57937 
							
						 
					 
					
						
						
							
							Merge pull request  #13681  from krajorama/native-latency-histograms  
						
						... 
						
						
						
						Add native histograms to latency/duration metrics 
						
						
					 
					
						2024-03-07 20:46:43 +01:00 
						 
				 
			
				
					
						
							
							
								Bryan Boreham 
							
						 
					 
					
						
						
						
						
							
						
						
							3c2c9ac067 
							
						 
					 
					
						
						
							
							Update Go dependencies for v2.51  
						
						... 
						
						
						
						Simply make update-all-go-deps
Signed-off-by: Bryan Boreham <bjboreham@gmail.com> 
						
						
					 
					
						2024-03-07 10:13:59 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e28ed059af 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/stretchr/testify  
						
						... 
						
						
						
						Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2024-03-04 09:57:19 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0103ab8daa 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/influxdata/influxdb  
						
						... 
						
						
						
						Bumps [github.com/influxdata/influxdb](https://github.com/influxdata/influxdb ) from 1.11.4 to 1.11.5.
- [Release notes](https://github.com/influxdata/influxdb/releases )
- [Commits](https://github.com/influxdata/influxdb/compare/v1.11.4...v1.11.5 )
---
updated-dependencies:
- dependency-name: github.com/influxdata/influxdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2024-03-01 23:48:17 +00:00 
						 
				 
			
				
					
						
							
							
								György Krajcsovits 
							
						 
					 
					
						
						
						
						
							
						
						
							4d4d822c36 
							
						 
					 
					
						
						
							
							Add native histograms to latency/duration metrics  
						
						... 
						
						
						
						Dogfood native histograms.
Allow dependent projects to migrate to native histograms.
I took the defaults from client_golang.
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com> 
						
						
					 
					
						2024-03-01 14:44:38 +01:00 
						 
				 
			
				
					
						
							
							
								junya koyama 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e171f6c8aa 
							
						 
					 
					
						
						
							
							go: fix go.mod version from 1.21.7 to 1.21  
						
						... 
						
						
						
						Signed-off-by: junya koyama <arukiidou@yahoo.co.jp> 
						
						
					 
					
						2024-02-24 00:33:35 +09:00 
						 
				 
			
				
					
						
							
							
								junya koyama 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							39e858e524 
							
						 
					 
					
						
						
							
							go: bump go from 1.20 to 1.21  
						
						... 
						
						
						
						Signed-off-by: junya koyama <arukiidou@yahoo.co.jp> 
						
						
					 
					
						2024-02-19 20:40:55 +09:00 
						 
				 
			
				
					
						
							
							
								Will Bollock 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							839b9e5b53 
							
						 
					 
					
						
						
							
							fix: PrometheusNotIngestingSamples label matching  
						
						... 
						
						
						
						This alert will never return anything as the left side of the query has
the labels `[component, environment, instance, job, type]` while the
right side has `[component, environment, instance, job]`.
The `type` label was added to `prometheus_tsdb_head_samples_appended_total` in this PR but the mixin wasn't updated
for the new label: https://github.com/prometheus/prometheus/pull/11395 
This was found with [pint](https://github.com/cloudflare/pint ) PromQL
linting
Signed-off-by: Will Bollock <wbollock@linode.com> 
						
						
					 
					
						2024-01-31 09:08:36 -05:00 
						 
				 
			
				
					
						
							
							
								Ben Kochie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3b8ef1694 
							
						 
					 
					
						
						
							
							Rollback k8s.io requirements ( #13462 )  
						
						... 
						
						
						
						Rollback k8s.io Go modules to v0.28.6 to avoid forcing upgrade of Go to
1.21. This allows us to keep compatibility with the currently supported
upstream Go releases.
Signed-off-by: SuperQ <superq@gmail.com> 
						
						
					 
					
						2024-01-25 14:18:47 +01:00 
						 
				 
			
				
					
						
							
							
								Augustin Husson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a9e73b34a 
							
						 
					 
					
						
						
							
							update all go dependencies ( #13438 )  
						
						... 
						
						
						
						Signed-off-by: Augustin Husson <husson.augustin@gmail.com> 
						
						
					 
					
						2024-01-24 16:53:32 +01:00 
						 
				 
			
				
					
						
							
							
								Paulin Todev 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							78411d5e8b 
							
						 
					 
					
						
						
							
							SD Managers taking over responsibility for registration of debug metrics ( #13375 )  
						
						... 
						
						
						
						SD Managers take over responsibility for SD metrics registration
---------
Signed-off-by: Paulin Todev <paulin.todev@gmail.com>
Signed-off-by: Björn Rabenstein <github@rabenste.in>
Co-authored-by: Björn Rabenstein <github@rabenste.in> 
						
						
					 
					
						2024-01-23 16:53:55 +01:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d3dfe486fc 
							
						 
					 
					
						
						
							
							Merge pull request  #13352  from prometheus/dependabot/go_modules/documentation/examples/remote_storage/github.com/influxdata/influxdb-1.11.4  
						
						... 
						
						
						
						build(deps): bump github.com/influxdata/influxdb from 1.11.2 to 1.11.4 in /documentation/examples/remote_storage 
						
						
					 
					
						2024-01-17 18:15:40 +01:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							00c8dd53fe 
							
						 
					 
					
						
						
							
							Merge pull request  #13353  from prometheus/dependabot/go_modules/documentation/examples/remote_storage/github.com/prometheus/prometheus-0.48.1  
						
						... 
						
						
						
						build(deps): bump github.com/prometheus/prometheus from 0.48.0 to 0.48.1 in /documentation/examples/remote_storage 
						
						
					 
					
						2024-01-17 18:15:28 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias Loibl 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99b12b5edc 
							
						 
					 
					
						
						
							
							Merge pull request  #13180  from the-it/esommer/cluster_swtich_dashboard  
						
						... 
						
						
						
						add cluster variable to Overview dashboard 
						
						
					 
					
						2024-01-16 12:04:14 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Sommer 
							
						 
					 
					
						
						
						
						
							
						
						
							d09d77b62a 
							
						 
					 
					
						
						
							
							included instance in all necessary descriptions  
						
						... 
						
						
						
						Signed-off-by: Erik Sommer <ersotech@posteo.de> 
						
						
					 
					
						2024-01-10 19:40:16 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cef6eba914 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/prometheus  
						
						... 
						
						
						
						Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus ) from 0.48.0 to 0.48.1.
- [Release notes](https://github.com/prometheus/prometheus/releases )
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/prometheus/compare/v0.48.0...v0.48.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2024-01-04 08:43:28 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							377c75036c 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/influxdata/influxdb  
						
						... 
						
						
						
						Bumps [github.com/influxdata/influxdb](https://github.com/influxdata/influxdb ) from 1.11.2 to 1.11.4.
- [Release notes](https://github.com/influxdata/influxdb/releases )
- [Commits](https://github.com/influxdata/influxdb/compare/v1.11.2...v1.11.4 )
---
updated-dependencies:
- dependency-name: github.com/influxdata/influxdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2024-01-04 08:42:49 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							153632063f 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/client_golang  
						
						... 
						
						
						
						Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2024-01-01 23:13:46 +00:00 
						 
				 
			
				
					
						
							
							
								Paulin Todev 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a5306a53c 
							
						 
					 
					
						
						
							
							Use const labels for Discovery Manager metrics.  
						
						... 
						
						
						
						Signed-off-by: Paulin Todev <paulin.todev@gmail.com> 
						
						
					 
					
						2023-12-11 11:14:27 +00:00 
						 
				 
			
				
					
						
							
							
								Paulin Todev 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6de80d7fb0 
							
						 
					 
					
						
						
							
							Allow non-default registry to be used for metrics of SD components  
						
						... 
						
						
						
						Signed-off-by: Paulin Todev <paulin.todev@gmail.com> 
						
						
					 
					
						2023-12-11 11:14:26 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Kochie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8590c2b56c 
							
						 
					 
					
						
						
							
							Merge pull request  #13257  from prometheus/superq/mod_versions  
						
						... 
						
						
						
						Add test of Go module versions 
						
						
					 
					
						2023-12-07 15:26:42 +01:00 
						 
				 
			
				
					
						
							
							
								SuperQ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf2b1ac115 
							
						 
					 
					
						
						
							
							Add test of Go module versions  
						
						... 
						
						
						
						Make sure that the Go versions in all `go.mod` files are in sync.
Signed-off-by: SuperQ <superq@gmail.com> 
						
						
					 
					
						2023-12-07 14:44:49 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							abcab4efc9 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/prometheus  
						
						... 
						
						
						
						Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus ) from 0.47.2 to 0.48.0.
- [Release notes](https://github.com/prometheus/prometheus/releases )
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/prometheus/compare/v0.47.2...v0.48.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-12-07 12:36:16 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec6253d283 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/alecthomas/kingpin/v2  
						
						... 
						
						
						
						Bumps [github.com/alecthomas/kingpin/v2](https://github.com/alecthomas/kingpin ) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/alecthomas/kingpin/releases )
- [Commits](https://github.com/alecthomas/kingpin/compare/v2.3.2...v2.4.0 )
---
updated-dependencies:
- dependency-name: github.com/alecthomas/kingpin/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-12-01 23:28:01 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Sommer 
							
						 
					 
					
						
						
						
						
							
						
						
							0e585bf5c0 
							
						 
					 
					
						
						
							
							add cluster variable to Overview dashboard  
						
						... 
						
						
						
						Signed-off-by: Erik Sommer <ersotech@posteo.de> 
						
						
					 
					
						2023-11-23 17:04:57 +01:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a07a279c9 
							
						 
					 
					
						
						
							
							Merge pull request  #10721  from ncauchois/fix_prometheus_remote_write_dashboard  
						
						... 
						
						
						
						mixin: Use url filter on Remote Write dashboard 
						
						
					 
					
						2023-11-03 15:49:42 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9d060c65f 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/common  
						
						... 
						
						
						
						Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.44.0...v0.45.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> 
						
						
					 
					
						2023-11-01 23:30:13 +00:00 
						 
				 
			
				
					
						
							
							
								Oleksandr Redko 
							
						 
					 
					
						
						
						
						
							
						
						
							fa90ca46e5 
							
						 
					 
					
						
						
							
							ci(lint): enable godot; append dot at the end of comments  
						
						... 
						
						
						
						Signed-off-by: Oleksandr Redko <Oleksandr_Redko@epam.com> 
						
						
					 
					
						2023-10-31 19:53:38 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ccfcfc7ff4 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/prometheus  
						
						... 
						
						
						
						Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus ) from 0.45.0 to 0.47.2.
- [Release notes](https://github.com/prometheus/prometheus/releases )
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/prometheus/compare/v0.45.0...v0.47.2 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-10-14 04:21:35 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							754fcc265e 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/client_golang  
						
						... 
						
						
						
						Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-10-01 23:53:21 +00:00 
						 
				 
			
				
					
						
							
							
								Bryan Boreham 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1e3fef6ab0 
							
						 
					 
					
						
						
							
							scraping: limit detail on dropped targets, to save memory ( #12647 )  
						
						... 
						
						
						
						It's possible (quite common on Kubernetes) to have a service discovery
return thousands of targets then drop most of them in relabel rules.
The main place this data is used is to display in the web UI, where
you don't want thousands of lines of display.
The new limit is `keep_dropped_targets`, which defaults to 0
for backwards-compatibility.
Signed-off-by: Bryan Boreham <bjboreham@gmail.com> 
						
						
					 
					
						2023-08-14 15:39:25 +01:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							95606830fd 
							
						 
					 
					
						
						
							
							Merge pull request  #11498  from paulfantom/selector  
						
						... 
						
						
						
						documentation/mixin: use prometheus metrics for dashboard variables 
						
						
					 
					
						2023-07-11 13:36:00 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ac32e19bcc 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/client_golang  
						
						... 
						
						
						
						Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-07-04 21:43:53 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5735373c9b 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/prometheus  
						
						... 
						
						
						
						Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus ) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/prometheus/prometheus/releases )
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/prometheus/compare/v0.44.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-07-01 23:55:45 +00:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							742f9e3820 
							
						 
					 
					
						
						
							
							Merge pull request  #12427  from prometheus/dependabot/go_modules/documentation/examples/remote_storage/github.com/stretchr/testify-1.8.4  
						
						... 
						
						
						
						build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /documentation/examples/remote_storage 
						
						
					 
					
						2023-06-27 15:28:20 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c6b9c4cd4 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/influxdata/influxdb  
						
						... 
						
						
						
						Bumps [github.com/influxdata/influxdb](https://github.com/influxdata/influxdb ) from 1.11.0 to 1.11.2.
- [Release notes](https://github.com/influxdata/influxdb/releases )
- [Changelog](https://github.com/influxdata/influxdb/blob/master/CHANGELOG_OLD.md )
- [Commits](https://github.com/influxdata/influxdb/commits )
---
updated-dependencies:
- dependency-name: github.com/influxdata/influxdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-06-27 11:14:27 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f28d7d23cd 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/stretchr/testify  
						
						... 
						
						
						
						Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.2 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.4 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-06-17 08:18:50 +00:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							86a7064dcf 
							
						 
					 
					
						
						
							
							Merge pull request  #12428  from prometheus/dependabot/go_modules/documentation/examples/remote_storage/github.com/prometheus/prometheus-0.44.0  
						
						... 
						
						
						
						build(deps): bump github.com/prometheus/prometheus from 0.43.0 to 0.44.0 in /documentation/examples/remote_storage 
						
						
					 
					
						2023-06-17 10:17:12 +02:00 
						 
				 
			
				
					
						
							
							
								Leo Q 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4268feb9d7 
							
						 
					 
					
						
						
							
							add alert for sd refresh failure ( #12410 )  
						
						... 
						
						
						
						* add alert for sd refresh failure
Due to config error or sd service down, prometheus may fail to refresh sd resource, which may lead to scrape fail or irrelavant metrics.
Signed-off-by: Leo Q <LeoQuote@users.noreply.github.com>
* apply suggestions
Signed-off-by: Leo Q <LeoQuote@users.noreply.github.com>
---------
Signed-off-by: Leo Q <LeoQuote@users.noreply.github.com> 
						
						
					 
					
						2023-06-07 14:28:13 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90816aa39e 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/prometheus  
						
						... 
						
						
						
						Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus ) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/prometheus/prometheus/releases )
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/prometheus/compare/v0.43.0...v0.44.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-06-02 00:01:29 +00:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a3166232c 
							
						 
					 
					
						
						
							
							Merge pull request  #12023  from pr00se/update_images  
						
						... 
						
						
						
						Render background in images to play nicely with dark mode 
						
						
					 
					
						2023-05-28 15:14:32 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8deface2da 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/client_golang  
						
						... 
						
						
						
						Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.14.0...v1.15.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-05-02 00:00:22 +00:00 
						 
				 
			
				
					
						
							
							
								Matthieu MOREL 
							
						 
					 
					
						
						
						
						
							
						
						
							fb3eb21230 
							
						 
					 
					
						
						
							
							enable gocritic, unconvert and unused linters  
						
						... 
						
						
						
						Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> 
						
						
					 
					
						2023-04-13 19:20:22 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce353727f1 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/prometheus  
						
						... 
						
						
						
						Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus ) from 0.42.0 to 0.43.0.
- [Release notes](https://github.com/prometheus/prometheus/releases )
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/prometheus/compare/v0.42.0...v0.43.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-04-02 00:02:05 +00:00 
						 
				 
			
				
					
						
							
							
								junya koyama 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bde3a04228 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/prometheus from 0.37.0 to 0.42.0 in /documentation/examples/remote_storage  
						
						... 
						
						
						
						Signed-off-by: junya koyama <arukiidou@yahoo.co.jp> 
						
						
					 
					
						2023-03-11 17:15:43 +09:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59cc7389fa 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/stretchr/testify  
						
						... 
						
						
						
						Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-03-02 00:00:04 +00:00 
						 
				 
			
				
					
						
							
							
								Patryk Prus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0032ce0644 
							
						 
					 
					
						
						
							
							Render background in images to play nicely with dark mode  
						
						... 
						
						
						
						Signed-off-by: Patryk Prus <p@trykpr.us> 
						
						
					 
					
						2023-02-26 22:56:57 -05:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3a296dfc5 
							
						 
					 
					
						
						
							
							build(deps): bump github.com/prometheus/client_golang  
						
						... 
						
						
						
						Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.13.1...v1.14.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2023-01-25 14:28:49 +00:00 
						 
				 
			
				
					
						
							
							
								Kemal Akkoyun 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							452d858315 
							
						 
					 
					
						
						
							
							Merge pull request  #11795  from prometheus/dependabot/go_modules/documentation/examples/remote_storage/github.com/influxdata/influxdb-1.11.0  
						
						... 
						
						
						
						Bump github.com/influxdata/influxdb from 1.10.0 to 1.11.0 in /documentation/examples/remote_storage 
						
						
					 
					
						2023-01-25 15:26:52 +01:00