mirror of https://github.com/linkerd/linkerd2.git
web: Update service mesh overview to include grafana (#1049)
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
parent
f344421dbd
commit
8b519fb92f
|
@ -86,6 +86,7 @@ const namespacesColumns = ConduitLink => [
|
|||
|
||||
const componentNames = {
|
||||
"prometheus": "Prometheus",
|
||||
"grafana": "Grafana",
|
||||
"destination": "Destination",
|
||||
"proxy-api": "Proxy API",
|
||||
"public-api": "Public API",
|
||||
|
@ -95,6 +96,7 @@ const componentNames = {
|
|||
|
||||
const componentDeploys = {
|
||||
"prometheus": "prometheus",
|
||||
"grafana": "grafana",
|
||||
"destination": "controller",
|
||||
"proxy-api": "controller",
|
||||
"public-api": "controller",
|
||||
|
|
Loading…
Reference in New Issue