Matt Keeler
Matt Keeler
#### Feature Description Today you can configure [Envoy proxy configuration](https://www.consul.io/docs/connect/proxies/envoy#proxy-config-options) both within a service instance and in the `proxy-defaults/global` configuration entry. The `protocol` configuration can also be set within the...
This is definitely a new feature request as the plugin as is works great. It would be great to have a way of switching sublime workspaces within a project. What...
I have a module which uses dynamic blocks for the `ports` `networks_advanced` and `upload` fields of a `docker_container` resource. This module at various times will cause terraform to emit errors...
#### Overview of the Issue Consul CLI commands often take a `-token` parameter. After processing the CLI arguments the commands typically call the `HTTPFlags.APIClient` method within the command/flags package to...
Should CppUMock and the Memory Leak Detector plugin support multithreading. I have a case where I have compile a shared library with three methods. Each of these 3 calls mock().actualCall...
I selected a particular region and hit cmd+option+a. clang-format did its thing but it did so outside of the region I specified. This is in Sublime Text 3 build 3083.
This seems to be due to calculating the frequent and recent LRU sizes and being truncated to 0. So when those get created the following error is returned: "Must provide...
### Description Usage metrics reporting is relatively expensive (especially for Consul Enterprise which emits these metrics per tenant). We have been emitting redundant and duplicate metrics for years. This PR...
### Description Calls to `store.ServiceUsage` are pretty expensive in Consul Enterprise due to aggregating per-tenant metrics in addition to overall metrics. This was impacting the performance of the xds capacity...
### Description The majority of this new feature exists in Consul Enterprise but our API and API docs need updating to account for it. The TLDR is that 1 gossip...