|
|
@ -1,113 +1,119 @@ |
|
|
|
|
|
|
|
## 0.15.1 / 2015-07-27 |
|
|
|
|
|
|
|
* [BUGFIX] Fix vector matching behavior when there is a mix of equality and |
|
|
|
|
|
|
|
non-equality matchers in a vector selector and one matcher matches no series. |
|
|
|
|
|
|
|
* [ENHANCEMENT] Allow overriding `GOARCH` and `GOOS` in Makefile.INCLUDE. |
|
|
|
|
|
|
|
* [ENHANCEMENT] Update vendored dependencies. |
|
|
|
|
|
|
|
|
|
|
|
## 0.15.0 / 2015-07-21 |
|
|
|
## 0.15.0 / 2015-07-21 |
|
|
|
|
|
|
|
|
|
|
|
BREAKING CHANGES: |
|
|
|
BREAKING CHANGES: |
|
|
|
|
|
|
|
|
|
|
|
- Relative paths for rule files are now evaluated relative to the config file. |
|
|
|
* Relative paths for rule files are now evaluated relative to the config file. |
|
|
|
- External reachability flags (`-web.*`) consolidated. |
|
|
|
* External reachability flags (`-web.*`) consolidated. |
|
|
|
- The default storage directory has been changed from `/tmp/metrics` |
|
|
|
* The default storage directory has been changed from `/tmp/metrics` |
|
|
|
to `data` in the local directory. |
|
|
|
to `data` in the local directory. |
|
|
|
- The `rule_checker` tool has been replaced by `promtool` with |
|
|
|
* The `rule_checker` tool has been replaced by `promtool` with |
|
|
|
different flags and more functionality. |
|
|
|
different flags and more functionality. |
|
|
|
- Empty labels are now removed upon ingestion into the |
|
|
|
* Empty labels are now removed upon ingestion into the |
|
|
|
storage. Matching empty labels is now equivalent to matching unset |
|
|
|
storage. Matching empty labels is now equivalent to matching unset |
|
|
|
labels (`mymetric{label=""}` now matches series that don't have |
|
|
|
labels (`mymetric{label=""}` now matches series that don't have |
|
|
|
`label` set at all). |
|
|
|
`label` set at all). |
|
|
|
- The special `__meta_consul_tags` label in Consul service discovery |
|
|
|
* The special `__meta_consul_tags` label in Consul service discovery |
|
|
|
now starts and ends with tag separators to enable easier regex |
|
|
|
now starts and ends with tag separators to enable easier regex |
|
|
|
matching. |
|
|
|
matching. |
|
|
|
- The default scrape interval has been changed back from 1 minute to |
|
|
|
* The default scrape interval has been changed back from 1 minute to |
|
|
|
10 seconds. |
|
|
|
10 seconds. |
|
|
|
|
|
|
|
|
|
|
|
ALL CHANGES: |
|
|
|
ALL CHANGES: |
|
|
|
|
|
|
|
|
|
|
|
- [CHANGE] Change default storage directory to `data` in the current |
|
|
|
* [CHANGE] Change default storage directory to `data` in the current |
|
|
|
working directory. |
|
|
|
working directory. |
|
|
|
- [CHANGE] Consolidate external reachability flags (`-web.*`)into one. |
|
|
|
* [CHANGE] Consolidate external reachability flags (`-web.*`)into one. |
|
|
|
- [CHANGE] Deprecate `keeping_extra` modifier keyword, rename it to |
|
|
|
* [CHANGE] Deprecate `keeping_extra` modifier keyword, rename it to |
|
|
|
`keep_common`. |
|
|
|
`keep_common`. |
|
|
|
- [CHANGE] Improve label matching performance and treat unset labels |
|
|
|
* [CHANGE] Improve label matching performance and treat unset labels |
|
|
|
like empty labels in label matchers. |
|
|
|
like empty labels in label matchers. |
|
|
|
- [CHANGE] Remove `rule_checker` tool and add generic `promtool` CLI |
|
|
|
* [CHANGE] Remove `rule_checker` tool and add generic `promtool` CLI |
|
|
|
tool which allows checking rules and configuration files. |
|
|
|
tool which allows checking rules and configuration files. |
|
|
|
- [CHANGE] Resolve rule files relative to config file. |
|
|
|
* [CHANGE] Resolve rule files relative to config file. |
|
|
|
- [CHANGE] Restore default ScrapeInterval of 1 minute instead of 10 seconds. |
|
|
|
* [CHANGE] Restore default ScrapeInterval of 1 minute instead of 10 seconds. |
|
|
|
- [CHANGE] Surround `__meta_consul_tags` value with tag separators. |
|
|
|
* [CHANGE] Surround `__meta_consul_tags` value with tag separators. |
|
|
|
- [CHANGE] Update node disk console for new filesystem labels. |
|
|
|
* [CHANGE] Update node disk console for new filesystem labels. |
|
|
|
- [FEATURE] Add Consul's `ServiceAddress`, `Address`, and `ServicePort` as |
|
|
|
* [FEATURE] Add Consul's `ServiceAddress`, `Address`, and `ServicePort` as |
|
|
|
meta labels to enable setting a custom scrape address if needed. |
|
|
|
meta labels to enable setting a custom scrape address if needed. |
|
|
|
- [FEATURE] Add `hashmod` relabel action to allow for horizontal |
|
|
|
* [FEATURE] Add `hashmod` relabel action to allow for horizontal |
|
|
|
sharding of Prometheus servers. |
|
|
|
sharding of Prometheus servers. |
|
|
|
- [FEATURE] Add `honor_labels` scrape configuration option to not |
|
|
|
* [FEATURE] Add `honor_labels` scrape configuration option to not |
|
|
|
overwrite any labels exposed by the target. |
|
|
|
overwrite any labels exposed by the target. |
|
|
|
- [FEATURE] Add basic federation support on `/federate`. |
|
|
|
* [FEATURE] Add basic federation support on `/federate`. |
|
|
|
- [FEATURE] Add optional `RUNBOOK` field to alert statements. |
|
|
|
* [FEATURE] Add optional `RUNBOOK` field to alert statements. |
|
|
|
- [FEATURE] Add pre-relabel target labels to status page. |
|
|
|
* [FEATURE] Add pre-relabel target labels to status page. |
|
|
|
- [FEATURE] Add version information endpoint under `/version`. |
|
|
|
* [FEATURE] Add version information endpoint under `/version`. |
|
|
|
- [FEATURE] Added initial stable API version 1 under `/api/v1`, |
|
|
|
* [FEATURE] Added initial stable API version 1 under `/api/v1`, |
|
|
|
including ability to delete series and query more metadata. |
|
|
|
including ability to delete series and query more metadata. |
|
|
|
- [FEATURE] Allow configuring query parameters when scraping metrics endpoints. |
|
|
|
* [FEATURE] Allow configuring query parameters when scraping metrics endpoints. |
|
|
|
- [FEATURE] Allow deleting time series via the new v1 API. |
|
|
|
* [FEATURE] Allow deleting time series via the new v1 API. |
|
|
|
- [FEATURE] Allow individual ingested metrics to be relabeled. |
|
|
|
* [FEATURE] Allow individual ingested metrics to be relabeled. |
|
|
|
- [FEATURE] Allow loading rule files from an entire directory. |
|
|
|
* [FEATURE] Allow loading rule files from an entire directory. |
|
|
|
- [FEATURE] Allow scalar expressions in range queries, improve error messages. |
|
|
|
* [FEATURE] Allow scalar expressions in range queries, improve error messages. |
|
|
|
- [FEATURE] Support Zookeeper Serversets as a service discovery mechanism. |
|
|
|
* [FEATURE] Support Zookeeper Serversets as a service discovery mechanism. |
|
|
|
- [ENHANCEMENT] Add circleci yaml for Dockerfile test build. |
|
|
|
* [ENHANCEMENT] Add circleci yaml for Dockerfile test build. |
|
|
|
- [ENHANCEMENT] Always show selected graph range, regardless of available data. |
|
|
|
* [ENHANCEMENT] Always show selected graph range, regardless of available data. |
|
|
|
- [ENHANCEMENT] Change expression input field to multi-line textarea. |
|
|
|
* [ENHANCEMENT] Change expression input field to multi-line textarea. |
|
|
|
- [ENHANCEMENT] Enforce strict monotonicity of time stamps within a series. |
|
|
|
* [ENHANCEMENT] Enforce strict monotonicity of time stamps within a series. |
|
|
|
- [ENHANCEMENT] Export build information as metric. |
|
|
|
* [ENHANCEMENT] Export build information as metric. |
|
|
|
- [ENHANCEMENT] Improve UI of `/alerts` page. |
|
|
|
* [ENHANCEMENT] Improve UI of `/alerts` page. |
|
|
|
- [ENHANCEMENT] Improve display of target labels on status page. |
|
|
|
* [ENHANCEMENT] Improve display of target labels on status page. |
|
|
|
- [ENHANCEMENT] Improve initialization and routing functionality of web service. |
|
|
|
* [ENHANCEMENT] Improve initialization and routing functionality of web service. |
|
|
|
- [ENHANCEMENT] Improve target URL handling and display. |
|
|
|
* [ENHANCEMENT] Improve target URL handling and display. |
|
|
|
- [ENHANCEMENT] New dockerfile using alpine-glibc base image and make. |
|
|
|
* [ENHANCEMENT] New dockerfile using alpine-glibc base image and make. |
|
|
|
- [ENHANCEMENT] Other minor fixes. |
|
|
|
* [ENHANCEMENT] Other minor fixes. |
|
|
|
- [ENHANCEMENT] Preserve alert state across reloads. |
|
|
|
* [ENHANCEMENT] Preserve alert state across reloads. |
|
|
|
- [ENHANCEMENT] Prettify flag help output even more. |
|
|
|
* [ENHANCEMENT] Prettify flag help output even more. |
|
|
|
- [ENHANCEMENT] README.md updates. |
|
|
|
* [ENHANCEMENT] README.md updates. |
|
|
|
- [ENHANCEMENT] Raise error on unknown config parameters. |
|
|
|
* [ENHANCEMENT] Raise error on unknown config parameters. |
|
|
|
- [ENHANCEMENT] Refine v1 HTTP API output. |
|
|
|
* [ENHANCEMENT] Refine v1 HTTP API output. |
|
|
|
- [ENHANCEMENT] Show original configuration file contents on status |
|
|
|
* [ENHANCEMENT] Show original configuration file contents on status |
|
|
|
page instead of serialized YAML. |
|
|
|
page instead of serialized YAML. |
|
|
|
- [ENHANCEMENT] Start HUP signal handler earlier to not exit upon HUP |
|
|
|
* [ENHANCEMENT] Start HUP signal handler earlier to not exit upon HUP |
|
|
|
during startup. |
|
|
|
during startup. |
|
|
|
- [ENHANCEMENT] Updated vendored dependencies. |
|
|
|
* [ENHANCEMENT] Updated vendored dependencies. |
|
|
|
- [BUGFIX] Do not panic in `StringToDuration()` on wrong duration unit. |
|
|
|
* [BUGFIX] Do not panic in `StringToDuration()` on wrong duration unit. |
|
|
|
- [BUGFIX] Exit on invalid rule files on startup. |
|
|
|
* [BUGFIX] Exit on invalid rule files on startup. |
|
|
|
- [BUGFIX] Fix a regression in the `.Path` console template variable. |
|
|
|
* [BUGFIX] Fix a regression in the `.Path` console template variable. |
|
|
|
- [BUGFIX] Fix chunk descriptor loading. |
|
|
|
* [BUGFIX] Fix chunk descriptor loading. |
|
|
|
- [BUGFIX] Fix consoles "Prometheus" link to point to / |
|
|
|
* [BUGFIX] Fix consoles "Prometheus" link to point to / |
|
|
|
- [BUGFIX] Fix empty configuration file cases |
|
|
|
* [BUGFIX] Fix empty configuration file cases |
|
|
|
- [BUGFIX] Fix float to int conversions in chunk encoding, which were |
|
|
|
* [BUGFIX] Fix float to int conversions in chunk encoding, which were |
|
|
|
broken for some architectures. |
|
|
|
broken for some architectures. |
|
|
|
- [BUGFIX] Fix overflow detection for serverset config. |
|
|
|
* [BUGFIX] Fix overflow detection for serverset config. |
|
|
|
- [BUGFIX] Fix race conditions in retrieval layer. |
|
|
|
* [BUGFIX] Fix race conditions in retrieval layer. |
|
|
|
- [BUGFIX] Fix shutdown deadlock in Consul SD code. |
|
|
|
* [BUGFIX] Fix shutdown deadlock in Consul SD code. |
|
|
|
- [BUGFIX] Fix the race condition targets in the Makefile. |
|
|
|
* [BUGFIX] Fix the race condition targets in the Makefile. |
|
|
|
- [BUGFIX] Fix value display error in web console. |
|
|
|
* [BUGFIX] Fix value display error in web console. |
|
|
|
- [BUGFIX] Hide authentication credentials in config `String()` output. |
|
|
|
* [BUGFIX] Hide authentication credentials in config `String()` output. |
|
|
|
- [BUGFIX] Increment dirty counter metric in storage only if |
|
|
|
* [BUGFIX] Increment dirty counter metric in storage only if |
|
|
|
`setDirty(true)` is called. |
|
|
|
`setDirty(true)` is called. |
|
|
|
- [BUGFIX] Periodically refresh services in Consul to recover from |
|
|
|
* [BUGFIX] Periodically refresh services in Consul to recover from |
|
|
|
missing events. |
|
|
|
missing events. |
|
|
|
- [BUGFIX] Prevent overwrite of default global config when loading a |
|
|
|
* [BUGFIX] Prevent overwrite of default global config when loading a |
|
|
|
configuration. |
|
|
|
configuration. |
|
|
|
- [BUGFIX] Properly lex `\r` as whitespace in expression language. |
|
|
|
* [BUGFIX] Properly lex `\r` as whitespace in expression language. |
|
|
|
- [BUGFIX] Validate label names in JSON target groups. |
|
|
|
* [BUGFIX] Validate label names in JSON target groups. |
|
|
|
- [BUGFIX] Validate presence of regex field in relabeling configurations. |
|
|
|
* [BUGFIX] Validate presence of regex field in relabeling configurations. |
|
|
|
- [CLEANUP] Clean up initialization of remote storage queues. |
|
|
|
* [CLEANUP] Clean up initialization of remote storage queues. |
|
|
|
- [CLEANUP] Fix `go vet` and `golint` violations. |
|
|
|
* [CLEANUP] Fix `go vet` and `golint` violations. |
|
|
|
- [CLEANUP] General cleanup of rules and query language code. |
|
|
|
* [CLEANUP] General cleanup of rules and query language code. |
|
|
|
- [CLEANUP] Improve and simplify Dockerfile build steps. |
|
|
|
* [CLEANUP] Improve and simplify Dockerfile build steps. |
|
|
|
- [CLEANUP] Improve and simplify build infrastructure, use go-bindata |
|
|
|
* [CLEANUP] Improve and simplify build infrastructure, use go-bindata |
|
|
|
for web assets. Allow building without git. |
|
|
|
for web assets. Allow building without git. |
|
|
|
- [CLEANUP] Move all utility packages into common `util` subdirectory. |
|
|
|
* [CLEANUP] Move all utility packages into common `util` subdirectory. |
|
|
|
- [CLEANUP] Refactor main, flag handling, and web package. |
|
|
|
* [CLEANUP] Refactor main, flag handling, and web package. |
|
|
|
- [CLEANUP] Remove unused methods from `Rule` interface. |
|
|
|
* [CLEANUP] Remove unused methods from `Rule` interface. |
|
|
|
- [CLEANUP] Simplify default config handling. |
|
|
|
* [CLEANUP] Simplify default config handling. |
|
|
|
- [CLEANUP] Switch human-readable times on web UI to UTC. |
|
|
|
* [CLEANUP] Switch human-readable times on web UI to UTC. |
|
|
|
- [CLEANUP] Use `templates.TemplateExpander` for all page templates. |
|
|
|
* [CLEANUP] Use `templates.TemplateExpander` for all page templates. |
|
|
|
- [CLEANUP] Use new v1 HTTP API for querying and graphing. |
|
|
|
* [CLEANUP] Use new v1 HTTP API for querying and graphing. |
|
|
|
|
|
|
|
|
|
|
|
## 0.14.0 / 2015-06-01 |
|
|
|
## 0.14.0 / 2015-06-01 |
|
|
|
* [CHANGE] Configuration format changed and switched to YAML. |
|
|
|
* [CHANGE] Configuration format changed and switched to YAML. |
|
|
|