Skip to content

Commit

Permalink
feat: add and update description in metrics json files
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Nov 29, 2024
1 parent 75d32b8 commit ca63fc4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"createTime": "2024-10-30T08:54:25.988017294Z",
"description": "The error of relayer calling contract in ar-base-sepolia",
"description": "This metric captures messages when a contract call reverts with data in ar-base-sepolia. It can occur during a normal revert, or due to issues such as a non-existent contract address or function.",
"filter": "resource.type=\"k8s_container\"\nresource.labels.container_name=\"relayer-container\"\nresource.labels.namespace_name=\"ar-base-sepolia\"\n\"Contract call reverted with data\"\n",
"metricDescriptor": {
"description": "The error of relayer calling contract in ar-base-sepolia",
Expand Down
3 changes: 2 additions & 1 deletion infrastructure/metrics/error-from-prover.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
},
"name": "error-from-prover",
"resourceName": "projects/zkairdrop/metrics/error-from-prover",
"updateTime": "2024-10-30T09:37:19.291096099Z"
"updateTime": "2024-10-30T09:37:19.291096099Z",
"description": "This metric detects errors returned by the prover. It may occur due to hitting the prover's rate limit or when the input posted by the relayer is different."
}
3 changes: 2 additions & 1 deletion infrastructure/metrics/error-handling-email-event.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
},
"name": "error-handling-email-event",
"resourceName": "projects/zkairdrop/metrics/error-handling-email-event",
"updateTime": "2024-10-30T09:19:28.911872031Z"
"updateTime": "2024-10-30T09:19:28.911872031Z",
"description": "This metric detects errors that occur when sending emails. It helps identify issues in the email sending process within the relayer container in the ar-base-sepolia namespace."
}
3 changes: 2 additions & 1 deletion infrastructure/metrics/error-handling-email.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
},
"name": "error-handling-email",
"resourceName": "projects/zkairdrop/metrics/error-handling-email",
"updateTime": "2024-10-30T09:14:37.273651500Z"
"updateTime": "2024-10-30T09:14:37.273651500Z",
"description": "This metric detects errors that occur when the relayer encounters contract call errors or zkregx errors. It helps identify issues in the email handling process within the relayer container in the ar-base-sepolia namespace."
}

0 comments on commit ca63fc4

Please sign in to comment.