Add `Service`, `ServiceInstance`, `Endpoint` dashboard forwarder to Kubernetes Topologies. (#12604)

This commit is contained in:
mrproliu 2024-09-09 16:23:31 +08:00 committed by GitHub
parent 638c44679b
commit a9d6f2ab85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 1 deletions

View File

@ -77,6 +77,7 @@
* Add a loading view for initialization page.
* Fix a bug for selectors when clicking the refresh icon.
* Fix health check to OAP backend.
* Add `Service`, `ServiceInstance`, `Endpoint` dashboard forwarder to Kubernetes Topologies.
#### Documentation

View File

@ -94,9 +94,17 @@
},
"linkDashboard": "K8S-Service-Relation",
"nodeDashboard": [
{
"scope": "Service",
"dashboard": "K8S-Service-Service"
},
{
"scope": "Endpoint",
"dashboard": "K8S-Endpoint"
},
{
"scope": "ServiceInstance",
"dashboard": "K8S-Service-Pods"
}
],
"nodeMetrics": [],

View File

@ -214,7 +214,20 @@
"showDepth": true
},
"linkDashboard": "K8S-Service-Relation",
"nodeDashboard": [],
"nodeDashboard": [
{
"scope": "Service",
"dashboard": "K8S-Service-Service"
},
{
"scope": "Endpoint",
"dashboard": "K8S-Endpoint"
},
{
"scope": "ServiceInstance",
"dashboard": "K8S-Service-Pods"
}
],
"nodeMetrics": [],
"linkServerExpressions": [
"avg(kubernetes_service_relation_server_write_package_size)/60",