mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
4d39305442
This PR updates the tags that we generate for Envoy stats. Several of these come with breaking changes, since we can't keep two stats prefixes for a filter.
10 lines
229 B
Go
10 lines
229 B
Go
// +build !consulent
|
|
|
|
package envoy
|
|
|
|
// enterpriseGenerateConfigTestCases returns enterprise-only configurations to
|
|
// test in TestGenerateConfig.
|
|
func enterpriseGenerateConfigTestCases() []generateConfigTestCase {
|
|
return nil
|
|
}
|