Skip to content

Commit

Permalink
Add upgrade note for #9553.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgritter committed Jul 22, 2020
1 parent e45018a commit 8dd0fc6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions website/pages/docs/upgrading/upgrade-to-1.5.0.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: docs
page_title: Upgrading to Vault 1.5.0 - Guides
sidebar_title: Upgrade to 1.5.0
description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 1.5.0. Please read it carefully.
---

# Overview

This page contains the list of deprecations and important or breaking changes
for Vault 1.5.0 compared to 1.4.1. Please read it carefully.

## Known Issues

Enabling telemetry on 32-bit systems will cause Vault to crash. A workaround for this
issue is to disable collection of usage gauges in the telemetry stanza of the configuration.

```
telemetry {
...
usage_gauge_period = "none"
}
```

This will suppress the metrics `vault.identity.entity.count`, `vault.identity.entity.alias.count`, `vault.token.count`, `vault.token.count.by_auth`, `vault.token.count.by_policy`, `vault.token.count.by_ttl` and `vault.secret.kv.count`, but all other Vault telemetry will remain available.

0 comments on commit 8dd0fc6

Please sign in to comment.