{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":9524057,"defaultBranch":"master","name":"node_exporter","ownerLogin":"prometheus","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-04-18T14:44:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3380462?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715841829.0","currentOid":""},"activityList":{"items":[{"before":"fad54544f6fd67d134d9a2d31338071527cd4e71","after":"dbda33db22d227f8e03c0f6ecf573f6840bef5d8","ref":"refs/heads/superq/v1.8.1","pushedAt":"2024-05-16T06:44:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Release v1.8.1\n\n* [BUGFIX] Fix CPU seconds on Solaris #2963\n* [BUGFIX] Sign Darwin/MacOS binaries #3008\n* [BUGFIX] Fix pressure collector nil reference #3016\n\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Release v1.8.1"}},{"before":null,"after":"fad54544f6fd67d134d9a2d31338071527cd4e71","ref":"refs/heads/superq/v1.8.1","pushedAt":"2024-05-16T06:43:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Release v1.8.1\n\n* [BUGFIX] Fix CPU seconds on Solaris #2963\n* [BUGFIX] Fix pressure collector nil reference #3016\n* [BUGFIX] Sign Darwin/MacOS binaries #3008\n\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Release v1.8.1"}},{"before":"66fab10db483f4358599ab7340dfa6ff25ccf17a","after":"3afc0a341e3c2c6605b18a882fb045318c18c444","ref":"refs/heads/master","pushedAt":"2024-05-16T06:38:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Fix pressure collector nil reference (#3016)\n\nCheck that the PSI metrics are returned in order to avoid nil pointer\r\ndereference.\r\n* Update fixutre to match real-world samples.\r\n\r\nFixes: https://github.com/prometheus/node_exporter/issues/3015\r\n\r\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Fix pressure collector nil reference (#3016)"}},{"before":"b12ab35d0050ec459d268ecda733a1dd08ab3c37","after":null,"ref":"refs/heads/superq/psi_null_check","pushedAt":"2024-05-16T06:38:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"}},{"before":"2ecbe970668b4a6b7e528b6513ac545186a494fd","after":"66fab10db483f4358599ab7340dfa6ff25ccf17a","ref":"refs/heads/master","pushedAt":"2024-05-15T07:13:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"collector/cpu: s/cpu_ticks*/cpu_nsec* for solaris (#2963)\n\nReplace all cpu_ticks_* with cpu_nsec_*, since the former was off my a\r\nmagnitude of 10e6, and showed incorrect values for\r\nnode_cpu_seconds_total.\r\n\r\nFixes: #1837\r\n\r\nSigned-off-by: Pranshu Srivastava ","shortMessageHtmlLink":"collector/cpu: s/cpu_ticks*/cpu_nsec* for solaris (#2963)"}},{"before":"058f81749e05e8ee26c3600dabfdb12974cf608f","after":"b12ab35d0050ec459d268ecda733a1dd08ab3c37","ref":"refs/heads/superq/psi_null_check","pushedAt":"2024-05-14T07:52:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Fix pressure collector nil reference\n\nCheck that the PSI metrics are returned in order to avoid nil pointer\ndereference.\n* Update fixutre to match real-world samples.\n\nFixes: https://github.com/prometheus/node_exporter/issues/3015\n\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Fix pressure collector nil reference"}},{"before":null,"after":"058f81749e05e8ee26c3600dabfdb12974cf608f","ref":"refs/heads/superq/psi_null_check","pushedAt":"2024-05-14T07:48:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Fix pressure collector nil reference\n\nCheck that the PSI metrics are returned in order to avoid nil pointer\ndereference.\n\nFixes: https://github.com/prometheus/node_exporter/issues/3015\n\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Fix pressure collector nil reference"}},{"before":"5a4e691f35dd23d1eaa1923eab1fd707d305b472","after":"2ecbe970668b4a6b7e528b6513ac545186a494fd","ref":"refs/heads/master","pushedAt":"2024-05-02T18:13:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Sign node exporter darwin binary with rcodesign (#3008)\n\n* Sign node exporter darwin binary with rcodesign\r\n\r\nPrevents SIGKILL issues on macs\r\n\r\nSigned-off-by: Alper Polat \r\n\r\n* Be explicit about checking for the binary\r\n\r\nCo-authored-by: Ben Kochie \r\nSigned-off-by: Alper Polat <101826653+gitperr@users.noreply.github.com>\r\n\r\n* Also attempt to sign darwin-amd64\r\n\r\nSigned-off-by: Alper Polat \r\n\r\n---------\r\n\r\nSigned-off-by: Alper Polat \r\nSigned-off-by: Alper Polat <101826653+gitperr@users.noreply.github.com>\r\nCo-authored-by: Ben Kochie ","shortMessageHtmlLink":"Sign node exporter darwin binary with rcodesign (#3008)"}},{"before":"0fd73f52d120a9a938335c10de63fda5addb41ce","after":null,"ref":"refs/heads/repo_sync","pushedAt":"2024-05-02T18:12:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"}},{"before":"9572e7a07b46f637f8754c67f9c7bf3a0a59f6fb","after":"5a4e691f35dd23d1eaa1923eab1fd707d305b472","ref":"refs/heads/master","pushedAt":"2024-05-02T18:12:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Update common Prometheus files (#3009)\n\nSigned-off-by: prombot ","shortMessageHtmlLink":"Update common Prometheus files (#3009)"}},{"before":null,"after":"0fd73f52d120a9a938335c10de63fda5addb41ce","ref":"refs/heads/repo_sync","pushedAt":"2024-05-02T17:47:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"prombot","name":"PrometheusBot","path":"/prombot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18470668?s=80&v=4"},"commit":{"message":"Update common Prometheus files\n\nSigned-off-by: prombot ","shortMessageHtmlLink":"Update common Prometheus files"}},{"before":"cadb1d1190ad95c66b951758f01ff4c94e55e6ce","after":"9572e7a07b46f637f8754c67f9c7bf3a0a59f6fb","ref":"refs/heads/master","pushedAt":"2024-04-29T17:38:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Add logging for ethtool device include/exclude and metrics include flags (#2979)\n\nSigned-off-by: Sam Leiken ","shortMessageHtmlLink":"Add logging for ethtool device include/exclude and metrics include fl…"}},{"before":"83dfae514654c057d2117d10b001340e085ca21c","after":null,"ref":"refs/heads/superq/v1.8.0","pushedAt":"2024-04-24T13:14:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"}},{"before":"d33336691453ee76d1065786a94a83db7f2b0fe8","after":"cadb1d1190ad95c66b951758f01ff4c94e55e6ce","ref":"refs/heads/master","pushedAt":"2024-04-24T13:14:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Release v1.8.0 (#3002)\n\n* [CHANGE] exec_bsd: Fix labels for `vm.stats.sys.v_syscall` sysctl #2895\r\n* [CHANGE] diskstats: Ignore zram devices on linux systems #2898\r\n* [CHANGE] textfile: Avoid inconsistent help-texts #2962\r\n* [CHANGE] os: Removed caching of modtime/filename of os-release file #2987\r\n* [FEATURE] xfrm: Add new collector #2866\r\n* [FEATURE] watchdog: Add new collector #2880\r\n* [ENHANCEMENT] cpu_vulnerabilities: Add mitigation information label #2806\r\n* [ENHANCEMENT] nfsd: Handle new `wdeleg_getattr` attribute #2810\r\n* [ENHANCEMENT] netstat: Add TCPOFOQueue to default netstat metrics #2867\r\n* [ENHANCEMENT] filesystem: surface device errors #2923\r\n* [ENHANCEMENT] os: Add support end parsing #2982\r\n* [ENHANCEMENT] zfs: Log mib when sysctl read fails on FreeBSD #2975\r\n* [ENHANCEMENT] fibre_channel: update procfs to take into account optional attributes #2933\r\n* [BUGFIX] cpu: Fix debug log in cpu collector #2857\r\n* [BUGFIX] hwmon: Fix hwmon nil ptr #2873\r\n* [BUGFIX] hwmon: Fix hwmon error capture #2915\r\n* [BUGFIX] zfs: Revert \"Add ZFS freebsd per dataset stats #2925\r\n* [BUGFIX] ethtool: Sanitize ethtool metric name keys #2940\r\n* [BUGFIX] fix: data race of NetClassCollector metrics initialization #2995\r\n\r\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Release v1.8.0 (#3002)"}},{"before":"acb36765b4bd904ddf7bd3d29a187dfb7aeddbb7","after":"d33336691453ee76d1065786a94a83db7f2b0fe8","ref":"refs/heads/master","pushedAt":"2024-04-22T20:34:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Fix watchdog_test lint and test failures on macos. (#3003)\n\nEnsure identical build flags embedded in both files.\r\n\r\nSigned-off-by: Chris Cleeland ","shortMessageHtmlLink":"Fix watchdog_test lint and test failures on macos. (#3003)"}},{"before":"a9da14849a11632c178c8b4a484ad3f5eb80c35a","after":"83dfae514654c057d2117d10b001340e085ca21c","ref":"refs/heads/superq/v1.8.0","pushedAt":"2024-04-22T13:11:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Release v1.8.0\n\n* [CHANGE] exec_bsd: Fix labels for `vm.stats.sys.v_syscall` sysctl #2895\n* [CHANGE] diskstats: Ignore zram devices on linux systems #2898\n* [CHANGE] textfile: Avoid inconsistent help-texts #2962\n* [CHANGE] os: Removed caching of modtime/filename of os-release file #2987\n* [FEATURE] xfrm: Add new collector #2866\n* [FEATURE] watchdog: Add new collector #2880\n* [ENHANCEMENT] cpu_vulnerabilities: Add mitigation information label #2806\n* [ENHANCEMENT] nfsd: Handle new `wdeleg_getattr` attribute #2810\n* [ENHANCEMENT] netstat: Add TCPOFOQueue to default netstat metrics #2867\n* [ENHANCEMENT] filesystem: surface device errors #2923\n* [ENHANCEMENT] os: Add support end parsing #2982\n* [ENHANCEMENT] zfs: Log mib when sysctl read fails on FreeBSD #2975\n* [ENHANCEMENT] fibre_channel: update procfs to take into account optional attributes #2933\n* [BUGFIX] cpu: Fix debug log in cpu collector #2857\n* [BUGFIX] hwmon: Fix hwmon nil ptr #2873\n* [BUGFIX] hwmon: Fix hwmon error capture #2915\n* [BUGFIX] zfs: Revert \"Add ZFS freebsd per dataset stats #2925\n* [BUGFIX] ethtool: Sanitize ethtool metric name keys #2940\n* [BUGFIX] fix: data race of NetClassCollector metrics initialization #2995\n\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Release v1.8.0"}},{"before":null,"after":"a9da14849a11632c178c8b4a484ad3f5eb80c35a","ref":"refs/heads/superq/v1.8.0","pushedAt":"2024-04-22T13:11:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Release v1.8.0\n\n* [CHANGE] exec_bsd: Fix labels for `vm.stats.sys.v_syscall` sysctl #2895\n* [CHANGE] diskstats: Ignore zram devices on linux systems #2898\n* [CHANGE] textfile: Avoid inconsistent help-texts #2962\n* [CHANGE] os: Removed caching of modtime/filename of os-release file #2987\n* [FEATURE] xfrm: Add new collector #2866\n* [FEATURE] watchdog: Add new collector #2880\n* [ENHANCEMENT] cpu_vulnerabilities: Add mitigation information label #2806\n* [ENHANCEMENT] nfsd: Handle new `wdeleg_getattr` attribute #2810\n* [ENHANCEMENT] netstat: Add TCPOFOQueue to default netstat metrics #2867\n* [ENHANCEMENT] filesystem: surface device errors #2923\n* [ENHANCEMENT] os: Add support end parsing #2982\n* [ENHANCEMENT] zfs: Log mib when sysctl read fails on FreeBSD #2975\n* [ENHANCEMENT] fibre_channel: update procfs to take into account optional attributes #2933\n* [BUGFIX] cpu: Fix debug log in cpu collector #2857\n* [BUGFIX] hwmon: Fix hwmon nil ptr #2873\n* [BUGFIX] hwmon: Fix hwmon error capture #2915\n* [BUGFIX] zfs: Revert \"Add ZFS freebsd per dataset stats #2925\n* [BUGFIX] ethtool: Sanitize ethtool metric name keys #2940\n* [BUGFIX] fix: data race of NetClassCollector metrics initialization #2995\n\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Release v1.8.0"}},{"before":"d62de9f62972f74ef5af98b09e3d1808f8c48c96","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/prometheus/common-0.53.0","pushedAt":"2024-04-20T10:33:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"eefd82f63cd141ef3a86e95512d8184d782a51d4","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/prometheus/client_model-0.6.1","pushedAt":"2024-04-20T10:33:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"6bd9911ebcee97c518bee3cfd7a4b10842f1d365","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/sys-0.19.0","pushedAt":"2024-04-20T10:33:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"55772472a8e49d2266283cd373a85f8b12c3cd7e","after":null,"ref":"refs/heads/superq/version","pushedAt":"2024-04-20T10:32:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"}},{"before":"5c4f9e727de4a213b702138f691480ae5a3053c7","after":"acb36765b4bd904ddf7bd3d29a187dfb7aeddbb7","ref":"refs/heads/master","pushedAt":"2024-04-20T10:32:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Update build (#3000)\n\n* Update Go to 1.22.\r\n* Update Go modules.\r\n* Use new version collector.\r\n* Use standard library slices package.\r\n\r\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Update build (#3000)"}},{"before":"993e7022d99237945414dafb265594c6e4a88a3b","after":"55772472a8e49d2266283cd373a85f8b12c3cd7e","ref":"refs/heads/superq/version","pushedAt":"2024-04-19T15:39:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Update build\n\n* Update Go to 1.22.\n* Update Go modules.\n* Use new version collector.\n* Use standard library slices package.\n\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Update build"}},{"before":"f6bc4508c65d9619785370b69e76024a1815413c","after":"993e7022d99237945414dafb265594c6e4a88a3b","ref":"refs/heads/superq/version","pushedAt":"2024-04-19T15:35:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Update build\n\n* Update Go to 1.22.\n* Update Go modules.\n* Use new version collector.\n\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Update build"}},{"before":"5a87f7aa432f103116f95a747f30d64112b2306d","after":"f6bc4508c65d9619785370b69e76024a1815413c","ref":"refs/heads/superq/version","pushedAt":"2024-04-19T15:34:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Update build\n\n* Update Go to 1.22.\n* Update Go modules.\n* Use new version collector.\n\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Update build"}},{"before":null,"after":"5a87f7aa432f103116f95a747f30d64112b2306d","ref":"refs/heads/superq/version","pushedAt":"2024-04-19T15:30:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Update build\n\n* Update Go to 1.22.\n* Update Go modules.\n* Use new version collector.\n\nSigned-off-by: Ben Kochie ","shortMessageHtmlLink":"Update build"}},{"before":null,"after":"eefd82f63cd141ef3a86e95512d8184d782a51d4","ref":"refs/heads/dependabot/go_modules/github.com/prometheus/client_model-0.6.1","pushedAt":"2024-04-19T15:16:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/prometheus/client_model from 0.6.0 to 0.6.1\n\nBumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.6.0 to 0.6.1.\n- [Release notes](https://github.com/prometheus/client_model/releases)\n- [Commits](https://github.com/prometheus/client_model/compare/v0.6.0...v0.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/prometheus/client_model\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/prometheus/client_model from 0.6.0 to 0.6.1"}},{"before":null,"after":"d62de9f62972f74ef5af98b09e3d1808f8c48c96","ref":"refs/heads/dependabot/go_modules/github.com/prometheus/common-0.53.0","pushedAt":"2024-04-19T15:16:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/prometheus/common from 0.48.0 to 0.53.0\n\nBumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.48.0 to 0.53.0.\n- [Release notes](https://github.com/prometheus/common/releases)\n- [Commits](https://github.com/prometheus/common/compare/v0.48.0...v0.53.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/prometheus/common\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/prometheus/common from 0.48.0 to 0.53.0"}},{"before":"240cf074cd1c5a7a8b83698774793bf1fc3b73e7","after":null,"ref":"refs/heads/repo_sync","pushedAt":"2024-04-19T15:16:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"}},{"before":"e9e27138a88c6babb622503a99d8e35d8e813cd1","after":"5c4f9e727de4a213b702138f691480ae5a3053c7","ref":"refs/heads/master","pushedAt":"2024-04-19T15:16:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SuperQ","name":"Ben Kochie","path":"/SuperQ","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1320667?s=80&v=4"},"commit":{"message":"Update common Prometheus files (#2992)\n\nSigned-off-by: prombot ","shortMessageHtmlLink":"Update common Prometheus files (#2992)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAES0fBPAA","startCursor":null,"endCursor":null}},"title":"Activity · prometheus/node_exporter"}