open-consul/.changelog/10689.txt
Freddy 57ca0ed480
Log the correlation ID when blocking queries fire (#10689)
Knowing that blocking queries are firing does not provide much
information on its own. If we know the correlation IDs we can
piece together which parts of the snapshot have been populated.

Some of these responses might be empty from the blocking
query timing out. But if they're returning quickly I think we
can reasonably assume they contain data.
2021-07-23 16:36:17 -06:00

4 lines
119 B
Plaintext

```release-note:improvement
proxycfg: log correlation IDs for the proxy configuration snapshot's blocking queries.
```