prombot
fea420de84
Update common Prometheus files
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2022-12-12 17:48:43 +00:00
Matthias Rampke
9c6e245521
Changelog for #474 & release
...
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
2022-12-07 10:07:56 +00:00
Matthias Rampke
f6ab38f75e
Merge pull request #474 from pedro-stanaka/feat/update-golang-prom-client-native-histograms
...
Update client_golang to enable native histograms
2022-12-07 09:59:01 +00:00
Pedro Tanaka
559fc9c1af
Fixing error in example YAML
...
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
2022-12-06 09:51:45 +01:00
Pedro Tanaka
507b0a20dd
Adding docs for new options
...
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
2022-12-06 09:49:25 +01:00
Pedro Tanaka
f77011fd34
Allow creation of native histograms
...
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
2022-12-06 09:49:24 +01:00
Ben Kochie
fbfa209c87
Merge pull request #476 from prometheus/superq/bump_go
...
Update Go
2022-11-29 07:28:08 -08:00
SuperQ
fc1d834d59
Update Go
...
* Update to Go 1.19.
* Update some Go modules.
Signed-off-by: SuperQ <superq@gmail.com>
2022-11-29 15:33:57 +01:00
Matthias Rampke
81884eb3d8
Merge pull request #473 from prometheus/dependabot/go_modules/github.com/prometheus/client_model-0.3.0
...
Bump github.com/prometheus/client_model from 0.2.0 to 0.3.0
2022-11-07 18:00:07 +01:00
dependabot[bot]
f231009802
Bump github.com/prometheus/client_model from 0.2.0 to 0.3.0
...
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model ) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/prometheus/client_model/releases )
- [Commits](https://github.com/prometheus/client_model/compare/v0.2.0...v0.3.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_model
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 10:17:54 +00:00
Matthias Rampke
dbdf4d9349
Merge pull request #468 from prometheus/repo_sync
...
Synchronize common files from prometheus/prometheus
2022-09-22 23:26:45 +01:00
Matthias Rampke
c74db12eaf
Merge pull request #470 from prometheus/matthiasr-patch-1
...
Changelog for #469
2022-09-22 23:26:16 +01:00
Matthias Rampke
fd4ea19c21
Update VERSION
...
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
2022-09-22 23:25:53 +01:00
Matthias Rampke
1bcb9d1a97
Changelog for #469
...
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
2022-09-22 23:24:44 +01:00
Matthias Rampke
a92aa4556e
Merge pull request #469 from don-philipe/Print-version-to-stdout
...
Print version, help etc to stdout
2022-09-22 23:22:24 +01:00
don-philipe
00d82daaf2
Print version, help etc to stdout
...
The default behavior of kingpin lib is to print stuff to stderr. This is now changed by using the os.Stdout writer. Now information like version and help text will be printed to stdout.
Signed-off-by: don-philipe <don_philipe@gmx.de>
2022-09-21 23:05:42 +02:00
prombot
65e7877ab3
Update common Prometheus files
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2022-09-21 17:54:26 +00:00
Matthias Rampke
aecad1a2fa
Release 0.22.8
...
with changelog for #461 & #463
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
2022-09-13 14:48:04 +00:00
Matthias Rampke
5d28e6d898
Merge pull request #463 from prometheus/dependabot/go_modules/github.com/prometheus/client_golang-1.13.0
...
Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0
2022-09-13 14:44:33 +00:00
Matthias Rampke
edaa33860e
Merge pull request #461 from pedro-stanaka/fix/histogram-and-counters-clash
...
Counter with histogram suffix will clash with histogram
2022-09-13 14:43:11 +00:00
dependabot[bot]
89e7668d8d
Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.12.2 to 1.13.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.12.2...v1.13.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>
2022-09-01 10:15:29 +00:00
Pedro Tanaka
da06fabcb6
Use same error message
...
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
2022-08-29 08:53:50 +02:00
Pedro Tanaka
83cec219c8
Checking conflict for gauges as well and refactoring into function
...
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
2022-08-29 08:51:09 +02:00
Pedro Tanaka
31b05ef232
Fixing typo
...
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
2022-08-26 11:58:41 +02:00
Pedro Tanaka
c41fa101f5
Bring back test cases after rebase problem
...
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
2022-08-26 11:57:57 +02:00
Pedro Tanaka
7afa060ce4
Fixing clash problem when counter clashes with previous registered histogram
...
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
2022-08-26 11:40:22 +02:00
Pedro Tanaka
30c3e31574
Improving isolation of metric conflict test
...
Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
2022-08-26 11:40:18 +02:00
Matthias Rampke
e85098da3f
Merge pull request #455 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.37.0
...
Bump github.com/prometheus/common from 0.35.0 to 0.37.0
2022-08-06 13:17:18 +00:00
dependabot[bot]
d0585ec62b
Bump github.com/prometheus/common from 0.35.0 to 0.37.0
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.35.0 to 0.37.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.35.0...v0.37.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>
2022-08-01 10:11:13 +00:00
Matthias Rampke
af84364004
Merge pull request #453 from prometheus/mr/guard-logger-fsm
...
mapper: Make sure we have a logger before backtracking check
2022-07-29 15:06:37 +00:00
Matthias Rampke
1e801bc499
Merge pull request #454 from inosato/replace-ioutil
...
Remove ioutil
2022-07-29 15:06:24 +00:00
inosato
b43a60e9c8
Remove ioutil
...
Signed-off-by: inosato <si17_21@yahoo.co.jp>
2022-07-29 23:39:29 +09:00
Matthias Rampke
bc43c5606d
mapper: Make sure we have a logger before backtracking check
...
The FSM backtracking detection issues a log line. Make sure there is a
non-nil logger before doing that.
Avoids the crash in prometheus/graphite_exporter#197 .
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
2022-07-29 11:46:57 +00:00
Matthias Rampke
c2505cf91e
Release 0.22.7
...
more housekeeping!
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
2022-07-08 13:39:38 +00:00
Matthias Rampke
8f351a5577
Merge pull request #450 from prometheus/superq/update_build
...
Update build
2022-07-08 13:36:27 +00:00
SuperQ
b1068d058a
Update build
...
* Update Go to 1.18.
* Update Go modules to 1.17 format.
* Enable dependabot.
* Add yamllint config.
Signed-off-by: SuperQ <superq@gmail.com>
2022-07-08 15:25:18 +02:00
Matthias Rampke
3b9ef1fef5
Update changelog & release 0.22.6
...
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
2022-07-08 12:51:22 +00:00
Matthias Rampke
9d4eeda5b1
Merge pull request #449 from prometheus/mr/dependency-update
...
housekeeping: update dependencies
2022-07-08 12:48:37 +00:00
Matthias Rampke
c2c1af12ab
housekeeping: update dependencies
...
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
2022-07-08 12:41:14 +00:00
Matthias Rampke
9115f0fa39
Merge pull request #447 from pedro-stanaka/feat/doc-special-regex-match
...
Adding documentation about special regex match group
2022-07-08 10:59:00 +00:00
Pedro Tanaka
6ef0b3b4e8
Changing issue number for tracking support for globbling
...
Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
2022-06-29 10:23:33 +02:00
Pedro Tanaka
1a148215de
Adding note about behavior of .+ regex
...
Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
2022-06-29 10:22:12 +02:00
Pedro Tanaka
f935a9c869
Adding documentation about special regex match group
...
Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
2022-06-29 10:22:12 +02:00
Matthias Rampke
3a63a4b86c
Merge pull request #445 from SandroJijavadze/fix-443-flaky-test
...
fix flaky test gosched hack
2022-06-28 20:18:13 +02:00
Sandro Jijavadze
2ab624a917
fix flaky test gosched hack
...
Signed-off-by: Sandro Jijavadze <sandrojijavadze@protonmail.com>
2022-06-22 15:31:41 +04:00
Matthias Rampke
848212e028
Merge pull request #440 from prometheus/repo_sync
...
Synchronize common files from prometheus/prometheus
2022-06-18 11:58:53 +02:00
Matthias Rampke
d90c8ff92d
Merge pull request #441 from pedro-stanaka/fix/benchmarks-mapper
...
Fixing broken benchmark for mapper
2022-06-18 10:17:07 +02:00
Pedro Tanaka
6e341dd805
Fixing broken benchmark for mapper
...
Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
2022-06-17 12:14:29 +02:00
prombot
c753dfaf76
Update common Prometheus files
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2022-06-14 19:50:38 +00:00
Augustin Husson
0d22f85f04
Merge pull request #436 from prometheus/repo_sync
...
Synchronize common files from prometheus/prometheus
2022-06-14 00:27:42 +02:00