Skip to content

Commit

Permalink
add disclaimer (grafana#3818)
Browse files Browse the repository at this point in the history
* convert to using v0.22.0 and add disclaimer

* Update CHANGELOG.md

* Remove verbiage around breaking changes.

* Change to 79781c6 release.

* Change to 79781c6 release.
  • Loading branch information
mattdurham authored May 10, 2023
1 parent b71ca82 commit 6ac358c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
18 changes: 5 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,13 @@ Main (unreleased)
### Breaking changes

- The experimental dynamic configuration feature has been removed in favor of Flow mode. (@mattdurham)

- The `oracledb` integration configuration has removed a redundant field `metrics_scrape_interval`. Use the `scrape_interval` parameter of the integration if a custom scrape interval is required. (@schmikei)
- Upgrade the embedded windows_exporter to the last version. The windows_exporter contains some breaking changes.
- `iss.app_blacklist` is now `iss.app_exclude`
- `iss.app_whitelist` is now `iss.app_include`
- `iss.site_blacklist` is now `iss.site_exclude`
- `iss.site_whitelist` is now `iss.site_include`
- `logical_disk.blacklist` is now `logical_disk.exclude`
- `logical_disk.whitelist` is now `logical_disk.include`
- `network.blacklist` is now `network.exclude`
- `network.whitelist` is now `network.include`
- `process.blacklist` is now `process.exclude`
- `process.whitelist` is now `process.include`
- `smtp.blacklist` is now `smtp.exclude`
- `smtp.whitelist` is now `smtp.include`

- Upgrade the embedded windows_exporter to commit 79781c6. (@jkroepke)

### Features

- New Grafana Agent Flow components:
- `loki.source.api` - receive Loki log entries over HTTP (e.g. from other agents). (@thampiotr)
- `prometheus.operator.servicemonitors` discovers ServiceMonitor resources in your Kubernetes cluster and scrape
Expand All @@ -40,6 +31,7 @@ Main (unreleased)
- `coalesce` returns the first non-zero value from a list of arguments. (@jkroepke)
- `nonsensitive` converts a River secret back into a string. (@rfratto)


### Enhancements

- Support in-memory HTTP traffic for Flow components. `prometheus.exporter`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ The `windows_exporter` itself comprises various _collectors_, which can be
enabled and disabled at will. For more information on collectors, refer to the
[`collectors-list`](#collectors-list) section.

**Note** The black and white list config options are available for backwards compatibility but are deprecated. The include
and exclude config options are preferred going forward.

## Usage

```river
Expand Down

0 comments on commit 6ac358c

Please sign in to comment.