Skip to content

Commit

Permalink
docs: add upgrade-specific note on consul.rpc.quer{y,ies_blocking} be…
Browse files Browse the repository at this point in the history
…havior
  • Loading branch information
mkcp committed Feb 10, 2020
1 parent 1a9c476 commit bf1b605
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/source/docs/upgrade-specific.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ users, both the datacenter and the services namespace will be present. For examp
PTR record would previously have contained `web.service.consul`, it will now be `web.service.dc1.consul`
in OSS or `web.service.ns1.dc1.consul` for Enterprise.

### Telemetry: semantics of `consul.rpc.query` changed, see `consul.rpc.queries_blocking`

Consul has changed the semantics of query counts in its [telemetry](/docs/agent/telemetry.html#metrics-reference).
`consul.rpc.query` now only increments on the *start* of a query (blocking or non-blocking), whereas before it would
measure when blocking queries polled for more data. The gauge `consul.rpc.queries_blocking` has been added for a more
to more precisely capture the view of *active* blocking queries.

## Consul 1.6.0

#### Removal of Deprecated Features
Expand Down

0 comments on commit bf1b605

Please sign in to comment.