Skip to content

Commit 55d946f

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#1103)
1 parent 4b9ea59 commit 55d946f

2 files changed

Lines changed: 174 additions & 0 deletions

File tree

390 Bytes
Binary file not shown.

monitor-snapshot/master/operator/dashboards/ticdc_new_arch.json

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4718,6 +4718,180 @@
47184718
}
47194719
],
47204720
"type": "table"
4721+
},
4722+
{
4723+
"datasource": "tidb-cluster",
4724+
"description": "Recent user initiated changefeed mutations retained in memory on the coordinator for oncall investigation. Use TiCDC logs for durable history beyond the latest 100 operations.",
4725+
"fieldConfig": {
4726+
"defaults": {
4727+
"custom": {
4728+
"align": null,
4729+
"filterable": false
4730+
},
4731+
"links": [],
4732+
"mappings": [],
4733+
"thresholds": {
4734+
"mode": "absolute",
4735+
"steps": [
4736+
{
4737+
"color": "green",
4738+
"value": null
4739+
},
4740+
{
4741+
"color": "red",
4742+
"value": 80
4743+
}
4744+
]
4745+
}
4746+
},
4747+
"overrides": [
4748+
{
4749+
"matcher": {
4750+
"id": "byName",
4751+
"options": "namespace"
4752+
},
4753+
"properties": [
4754+
{
4755+
"id": "custom.width",
4756+
"value": 120
4757+
}
4758+
]
4759+
},
4760+
{
4761+
"matcher": {
4762+
"id": "byName",
4763+
"options": "changefeed"
4764+
},
4765+
"properties": [
4766+
{
4767+
"id": "custom.width",
4768+
"value": 180
4769+
}
4770+
]
4771+
},
4772+
{
4773+
"matcher": {
4774+
"id": "byName",
4775+
"options": "operation_time"
4776+
},
4777+
"properties": [
4778+
{
4779+
"id": "custom.width",
4780+
"value": 180
4781+
},
4782+
{
4783+
"id": "unit",
4784+
"value": "dateTimeAsIso"
4785+
}
4786+
]
4787+
},
4788+
{
4789+
"matcher": {
4790+
"id": "byName",
4791+
"options": "operation"
4792+
},
4793+
"properties": [
4794+
{
4795+
"id": "custom.width",
4796+
"value": 100
4797+
}
4798+
]
4799+
},
4800+
{
4801+
"matcher": {
4802+
"id": "byName",
4803+
"options": "result"
4804+
},
4805+
"properties": [
4806+
{
4807+
"id": "custom.width",
4808+
"value": 90
4809+
}
4810+
]
4811+
},
4812+
{
4813+
"matcher": {
4814+
"id": "byName",
4815+
"options": "username"
4816+
},
4817+
"properties": [
4818+
{
4819+
"id": "custom.width",
4820+
"value": 120
4821+
}
4822+
]
4823+
},
4824+
{
4825+
"matcher": {
4826+
"id": "byName",
4827+
"options": "details"
4828+
},
4829+
"properties": [
4830+
{
4831+
"id": "custom.width",
4832+
"value": 320
4833+
}
4834+
]
4835+
}
4836+
]
4837+
},
4838+
"gridPos": {
4839+
"h": 9,
4840+
"w": 24,
4841+
"x": 0,
4842+
"y": 34
4843+
},
4844+
"id": 62042,
4845+
"options": {
4846+
"showHeader": true,
4847+
"sortBy": [
4848+
{
4849+
"displayName": "operation_time",
4850+
"desc": true
4851+
}
4852+
]
4853+
},
4854+
"pluginVersion": "7.5.17",
4855+
"targets": [
4856+
{
4857+
"expr": "max by (namespace, changefeed, operation, result, username, details, error, event_id) (ticdc_owner_changefeed_operation_time{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", namespace=~\"$namespace\", changefeed=~\"$changefeed\"})",
4858+
"format": "time_series",
4859+
"instant": true,
4860+
"refId": "A"
4861+
}
4862+
],
4863+
"title": "Changefeed Operation History",
4864+
"transformations": [
4865+
{
4866+
"id": "labelsToFields",
4867+
"options": {}
4868+
},
4869+
{
4870+
"id": "organize",
4871+
"options": {
4872+
"excludeByName": {
4873+
"Metric": true,
4874+
"Time": true,
4875+
"__name__": true,
4876+
"event_id": true
4877+
},
4878+
"indexByName": {
4879+
"namespace": 0,
4880+
"changefeed": 1,
4881+
"Value": 2,
4882+
"operation": 3,
4883+
"result": 4,
4884+
"username": 5,
4885+
"details": 6,
4886+
"error": 7
4887+
},
4888+
"renameByName": {
4889+
"Value": "operation_time"
4890+
}
4891+
}
4892+
}
4893+
],
4894+
"type": "table"
47214895
}
47224896
],
47234897
"title": "Changefeed",

0 commit comments

Comments
 (0)