Nick

Results 27 comments of Nick

I am unsure this made it into any release. customer is currently giving conflicting answers

@saiskee the openapi spec is in the above issue. Can you please take a look

This fixed it for me https://github.com/mooz/xkeysnail/issues/164#issuecomment-1256891488 >I upgrade version from 0.3.0 to 0.4.0, the problem was solved. >You can also try to upgrade the version: >sudo pip3 install --upgrade xkeysnail

@douglas-reid yeah ill start on a Document. Is there any documentation about the existing metrics that are exposed to grafana? If not i think it would also be beneficial to...

@douglas-reid I started looking at the default metrics you have configured and i noticed that they are not prefixed in prometheus like other alerts. example `request_count`. ~~it would be nice...

Also is there documentation about the data envoy provides to mixer on each call?

@douglas-reid i've started a document in my own fork for metrics and alerting. it's a mess currently but if there is a better way to share it let me know....

Im working on an example here that ill submit as a PR sometime, im still working on the protoc stuff but the generated files are already there. https://github.com/nmnellis/istio-tools/tree/example/grpc-transcoder#example

There is two places, the first and easiest would be to modify the global variables here. https://github.com/nmnellis/vistio/blob/c6e27383b0bfa94149b460170e2dcc59282a1b3b/web/src/app.css#L100-L118 Secondly you can override vizceral settings here https://github.com/nmnellis/vistio/blob/c6e27383b0bfa94149b460170e2dcc59282a1b3b/web/src/components/connectionChart.jsx#L10-L84

Where is your Kubernetes cluster deployed? Vistio by default assumes that you have a Kubernetes StorageClass named `standard ` Example of mine ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: standard...