feat(client): add latency histogram (#3099) #64
release-drafter-json.yml
on: push
update_release_draft
1m 1s
Annotations
2 errors
|
update_release_draft
HttpError: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '19038709835',
name: 'push',
payload: {
after: 'dae47b48206e1153e05c8480194dee9fdbd1e986',
base_ref: null,
before: 'f9227c6435abf0996676f9f745c0e01b3b96478c',
commits: [],
compare: 'https://github.com/nkaradzhov/node-redis/compare/f9227c6435ab...dae47b48206e',
created: false,
deleted: false,
forced: true,
head_commit: {
author: {
email: '[email protected]',
name: 'Trofymenko Vladyslav',
username: 'NaughtySora'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'dae47b48206e1153e05c8480194dee9fdbd1e986',
message: 'feat(client): add latency histogram (#3099)\n' +
'\n' +
'* add latency histogram command, tests (##1955)',
timestamp: '2025-11-03T14:05:58+02:00',
tree_id: '2b1a7f8b4c828308f15a247358342032819f8fd0',
url: 'https://github.com/nkaradzhov/node-redis/commit/dae47b48206e1153e05c8480194dee9fdbd1e986'
},
pusher: { email: '[email protected]', name: 'nkaradzhov' },
ref: 'refs/heads/master',
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/nkaradzhov/node-redis/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/nkaradzhov/node-redis/assignees{/user}',
blobs_url: 'https://api.github.com/repos/nkaradzhov/node-redis/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/nkaradzhov/node-redis/branches{/branch}',
clone_url: 'https://github.com/nkaradzhov/node-redis.git',
collaborators_url: 'https://api.github.com/repos/nkaradzhov/node-redis/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/nkaradzhov/node-redis/comments{/number}',
commits_url: 'https://api.github.com/repos/nkaradzhov/node-redis/commits{/sha}',
compare_url: 'https://api.github.com/repos/nkaradzhov/node-redis/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/nkaradzhov/node-redis/contents/{+path}',
contributors_url: 'https://api.github.com/repos/nkaradzhov/node-redis/contributors',
created_at: 1744889800,
default_branch: 'master',
deployments_url: 'https://api.github.com/repos/nkaradzhov/node-redis/deployments',
description: 'Redis Node.js client',
disabled: false,
downloads_url: 'https://api.github.com/repos/nkaradzhov/node-redis/downloads',
events_url: 'https://api.github.com/repos/nkaradzhov/node-redis/events',
fork: true,
forks: 0,
forks_count: 0,
forks_url: 'https://api.github.com/repos/nkaradzhov/node-redis/forks',
full_name: 'nkaradzhov/node-redis',
git_commits_url: 'https://api.github.com/repos/nkaradzhov/node-redis/git/commits{/sha}',
git_refs_url: 'https://api.github.com/repos/nkaradzhov/node-redis/git/refs{/sha}',
git_tags_url: 'https://api.github.com/repos/nkaradzhov/node-redis/git/tags{/sha}',
git_url: 'git://github.com/nkaradzhov/node-redis.git',
has_discussions: false,
has_downloads: true,
has_issues: false,
has_pages: false,
has_projects: true,
has_wiki: false,
homepage: 'https://redis.js.org/',
hooks_url: 'https://api.github.com/repos/nkaradzhov/node-redis/hooks',
html_url: 'https://github.com/nkaradzhov
|
|
update_release_draft
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
{
name: 'HttpError',
id: '19038709835',
status: 502,
response: {
url: 'https://api.github.com/graphql',
status: 502,
headers: {
connection: 'close',
'content-length': '150',
'content-type': 'text/html',
date: 'Mon, 03 Nov 2025 14:52:39 GMT',
server: 'github.com',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': 'B000:4C3CC:272B054:A98CB49:6908C1AD'
},
data: '<html>\r\n' +
'<head><title>502 Bad Gateway</title></head>\r\n' +
'<body>\r\n' +
'<center><h1>502 Bad Gateway</h1></center>\r\n' +
'<hr><center>nginx</center>\r\n' +
'</body>\r\n' +
'</html>\r\n'
},
request: {
method: 'POST',
url: 'https://api.github.com/graphql',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.19.5 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: 5) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"node-redis","owner":"nkaradzhov","targetCommitish":"refs/heads/master","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '19038709835',
name: 'push',
payload: {
after: 'dae47b48206e1153e05c8480194dee9fdbd1e986',
base_ref: null,
before: 'f9227c6435abf0996676f9f745c0e01b3b96478c',
commits: [],
compare: 'https://github.com/nkaradzhov/node-redis/compare/f9227c6435ab...dae47b48206e',
created: false,
deleted: false,
forced: true,
head_commit: {
author: {
email: '[email protected]',
name: 'Trofymenko Vladyslav',
username: 'NaughtySora'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'dae47b48206e1153e05c8480194dee9fdbd1e986',
message: 'feat(client): add latency histogram (#3099)\n' +
'\n' +
'* add latency histogram command, t
|