Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add and update description in metrics json files #92

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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."
}
Loading