Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2021 Changes in this version + func Register(cfg []Config, grpcServer *grpc.Server) ([]*pluginsProto.PluginShort, error) + type Config struct + Address string + Description string + Name string + Password string + Token string + Traffic Traffic + Username string + type Instance struct + type Kiali struct + func (k *Kiali) GetGraph(ctx context.Context, getGraphRequest *kialiProto.GetGraphRequest) (*kialiProto.GetGraphResponse, error) + func (k *Kiali) GetMetrics(ctx context.Context, getMetricsRequest *kialiProto.GetMetricsRequest) (*kialiProto.GetMetricsResponse, error) + func (k *Kiali) GetNamespaces(ctx context.Context, getNamespacesRequest *kialiProto.GetNamespacesRequest) (*kialiProto.GetNamespacesResponse, error) + type Metric struct + Datapoints [][]interface{} + Labels map[string]string + Name string + Stat string + type ResponseError struct + Error string + type Traffic struct + Degraded float64 + Failure float64