wavefront-adapter-for-istio
wavefront-adapter-for-istio copied to clipboard
Wavefront by VMware Adapter for Istio is an adapter for Istio to publish metrics to Wavefront by VMware.
**Describe the bug** helm chart to installation will fail on kubernetes version 1.16 and above With 1.16 version of kubernetes, Deployment in the extensions/v1beta1, apps/v1beta1, and apps/v1beta2 API versions is...
**Description** In the Istio `rule` object collecting HTTP metrics, add a `match:` clause that limits the rule to (a) only HTTP or gRPC requests, (b) not kube-probe requests, and (c)...
**Description** Comment out the `direct:` configuration block in the default Helm `values.yaml` file. **Additional context** This is hard to disable as a downstream consumer if you have an in-cluster proxy;...
**Description** Adds `resources:` configuration to the adapter deployment object, both `requests:` and `limits:` 500m cpu and 256Mi memory. This provides some protection against the adapter pods getting evicted in a...
**Describe the feature request** 1.3.x has been GA for a while and the wavefront adapter adapter doesn't officially support that yet. Please provide an installation yaml file that will work...
**Describe the bug** As described in [this comment](https://github.com/vmware/wavefront-adapter-for-istio/pull/76#discussion_r295499681), the Helm configuration currently accepts 2 namespace parameters as shown below. https://github.com/vmware/wavefront-adapter-for-istio/blob/646ea4e89e711eea58e1ef0c1c0d7784deffa51f/install/wavefront/values.yaml#L15-L17 Currently, there's a bug in the adapter/Istio that causes the...
**Describe the feature request** We should add support for integrating this adapter with Istio 1.1.x (both 1.1.0 and 1.1.1). We can do this incrementally in 2 separate PRs, one following...
Need to document the configuration params in https://github.com/vmware/wavefront-adapter-for-istio/blob/master/install/wavefront/values.yaml#L15 in more detail. (especially for "prefix")
**Describe the feature request** Currently, the Wavefront credentials are stored transparently in the YAML files. This can pose a security risk, and it'd be good to provide a secure alternative...
**Describe the feature request** Currently, the adapter is distributed via a Docker image and is installed by invoking Helm or Kubernetes commands. Istio allows users to integrate services that run...