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 = {
|
const componentNames = {
|
||||||
"prometheus": "Prometheus",
|
"prometheus": "Prometheus",
|
||||||
|
"grafana": "Grafana",
|
||||||
"destination": "Destination",
|
"destination": "Destination",
|
||||||
"proxy-api": "Proxy API",
|
"proxy-api": "Proxy API",
|
||||||
"public-api": "Public API",
|
"public-api": "Public API",
|
||||||
|
@ -95,6 +96,7 @@ const componentNames = {
|
||||||
|
|
||||||
const componentDeploys = {
|
const componentDeploys = {
|
||||||
"prometheus": "prometheus",
|
"prometheus": "prometheus",
|
||||||
|
"grafana": "grafana",
|
||||||
"destination": "controller",
|
"destination": "controller",
|
||||||
"proxy-api": "controller",
|
"proxy-api": "controller",
|
||||||
"public-api": "controller",
|
"public-api": "controller",
|
||||||
|
|
Loading…
Reference in New Issue