-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecated metrics deletion (#16086)
Signed-off-by: Manan Gupta <[email protected]>
- Loading branch information
1 parent
e0325be
commit 4f04b8b
Showing
19 changed files
with
55 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
## Summary | ||
|
||
### Table of Contents | ||
|
||
- **[Major Changes](#major-changes)** | ||
- **[Deletions](#deletions)** | ||
- [Deletion of deprecated metrics](#metric-deletion) | ||
- **[Breaking changes](#breaking-changes)** | ||
|
||
## <a id="major-changes"/>Major Changes | ||
|
||
### <a id="deletions"/>Deletion | ||
|
||
#### <a id="metric-deletion"/>Deletion of deprecated metrics | ||
|
||
The following metrics that were deprecated in the previous release, have now been deleted. | ||
|
||
|
||
| Metric Name | | ||
|:--------------------------------------------:| | ||
| `analysis.change.write` | | ||
| `audit.write` | | ||
| `discoveries.attempt` | | ||
| `discoveries.fail` | | ||
| `discoveries.instance_poll_seconds_exceeded` | | ||
| `discoveries.queue_length` | | ||
| `discoveries.recent_count` | | ||
| `instance.read` | | ||
| `instance.read_topology` | | ||
| `emergency_reparent_counts` | | ||
| `planned_reparent_counts` | | ||
| `reparent_shard_operation_timings` | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## v21.0 | ||
* **[21.0.0](21.0.0)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## Releases | ||
* [21.0](21.0) | ||
* [20.0](20.0) | ||
* [19.0](19.0) | ||
* [18.0](18.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.