Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 67440,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 584685,
"Shell": 27077,
"Python": 5054,
"Jsonnet": 173943,
"Makefile": 5559,
"Dockerfile": 1044
},
"pushed_at": "2023-07-03T05:49:04Z",
"created_at": "2021-05-26T02:18:15Z",
"owner_type": "User",
"updated_at": "2021-05-26T02:18:16Z",
"description": "Manage the OpenShift monitoring stack",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go",
"Jsonnet"
]
},
"owner": {
"blog": null,
"name": "Sunil Thaha",
"type": "User",
"login": "sthaha",
"company": null,
"location": null,
"followers": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/3005132?v=4",
"created_at": "2012-12-10T05:33:34Z",
"is_verified": null,
"public_repos": 131,
"account_age_days": 4974
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v3.11.0",
"kind": "minor",
"published_at": "2018-09-10T18:51:04Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2018-09-24T19:19:20Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2018-07-19T08:28:12Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2018-05-25T15:05:15Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2018-05-23T14:41:47Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2018-04-16T17:37:51Z"
}
],
"recent_commits": [
{
"oid": "b728aa6c986e51c4fea9f1111038fb2b3af7a723",
"body": "Bug 1953798: Remove the upstream KubeAPIErrorBudgetBurn alerts",
"is_bot": false,
"headline": "Merge pull request #1164 from ihcsim/exclude-kube-apiserver-slos-rules",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-25T12:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ecfe0f2d4e8273ccda59ea5e5568201b279937c",
"body": "Bug 1962172: increase scrape timeouts for kubelet endpoints",
"is_bot": false,
"headline": "Merge pull request #1175 from simonpasquier/bz1962172",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-25T08:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c00063d8682016f18eaf6786d99c6e6ae927b877",
"body": "Bug 1963833: don't attempt to delete nil PodDisruptionBudget object",
"is_bot": false,
"headline": "Merge pull request #1176 from omertuc/1963833",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-24T22:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ce7c603f579b52245bad557b941f9fa261e6c49",
"body": "NewPodDisruptionBudget may return nil PodDisruptionBudget when !f.infrastructure.HighlyAvailableInfrastructure(),\nthis would cause a segfault later when DeletePodDisruptionBudget was\ncalled with that nil PodDisruptionBudget, causing Single Node clusters\nto fail to install.",
"is_bot": false,
"headline": "Bug 1963833: don't attempt to delete nil PodDisruptionBudget object",
"author_name": "Omer Tuchfeld",
"author_login": "omertuc",
"committed_at": "2021-05-24T07:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fe67b98267cdf21ffc61b9a665de5a8a1bd3484",
"body": "Bug 1960767: Protect Grafana metrics endpoint",
"is_bot": false,
"headline": "Merge pull request #1165 from arajkumar/grafana-metrics-auth",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-22T01:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a35c1181e17347c5b8e6f323ede71b84b553dd5",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-05-21T14:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be761f3caaa7de645adf20fdb95cf6d20cb8230b",
"body": "The kubelet endpoints may take more than the default 10 seconds to reply\non Prometheus scrapes. This change increases the scrape timeout to match\nwith the scrape interval.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "jsonnet: increase scrape timeout for kubelet endpoints",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-05-21T14:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d7ba255759c9ef3cd370da85eb5ec7600670b8b",
"body": "Bug 1962261: further adjust memory usage",
"is_bot": false,
"headline": "Merge pull request #1172 from fpetkovski/consolidate-memory-requests",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-21T14:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3ab1eb281e6dcd222179f5f599079843fc111e4",
"body": "This PR is a follow up of https://github.com/openshift/cluster-monitoring-operator/pull/1158 i\nand further adjusts memory requests for monitoring components.",
"is_bot": false,
"headline": "jsonnet: further adjust memory usage",
"author_name": "fpetkovski",
"author_login": "fpetkovski",
"committed_at": "2021-05-21T12:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b116c68df302386fd2036a75fdbf3f80e9e912f9",
"body": "Bug 1955478: fix regex patterns in kube-state-metrics deny list",
"is_bot": false,
"headline": "Merge pull request #1173 from simonpasquier/bz1955478",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-20T22:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "052a6f7aeef7cca949fa00f09c63d24b0432c8db",
"body": "Bug 1933847: Manage PodDisruptionBudget objects",
"is_bot": false,
"headline": "Merge pull request #1151 from paulfantom/include-pdb",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-20T18:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "777ea18056d6af4f7104bfd89c287c5e6e46b846",
"body": "Signed-off-by: paulfantom <pawel@krupa.net.pl>",
"is_bot": false,
"headline": "manifests: update RBAC",
"author_name": "paulfantom",
"author_login": "paulfantom",
"committed_at": "2021-05-20T14:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b930f879a642b308da6614a3d7171afcedaf36a7",
"body": null,
"is_bot": false,
"headline": "Update cluster-monitoring-operator-role.yaml.in",
"author_name": "Paweł Krupa",
"author_login": "paulfantom",
"committed_at": "2021-05-20T14:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cddf199b164c64b365867cdcc449e6c75825337a",
"body": "Signed-off-by: paulfantom <pawel@krupa.net.pl>",
"is_bot": false,
"headline": "pkg/{client,manifests,tasks}: apply PDB for alertmanager and promethei",
"author_name": "paulfantom",
"author_login": "paulfantom",
"committed_at": "2021-05-20T14:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3cf5524cfb029328ee35daec51b72e9347661c",
"body": null,
"is_bot": false,
"headline": "hack: add script to check if assets are included in manifests.go",
"author_name": "paulfantom",
"author_login": "paulfantom",
"committed_at": "2021-05-20T14:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c0eb8ec886cfce78aa94d41d3b28dcce22ea040",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-05-20T08:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25d59453f60c33424def46c4cd74ea67147b3ca4",
"body": null,
"is_bot": false,
"headline": "jsonnet: sync kube-prometheus",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-05-20T08:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bcf4771a7d4473021ef8ca14b67e218f8f613c1",
"body": "Bug 1959278: Remove obsolete user-workload ServiceMonitor",
"is_bot": false,
"headline": "Merge pull request #1166 from bison/BZ-1959278",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-19T23:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d688afacdedc931f1024488aeb0c3b04f47626e9",
"body": "Bug 1962261: jsonnet: consolidate memory requests for all resources",
"is_bot": false,
"headline": "Merge pull request #1158 from fpetkovski/consolidate-memory-requests",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-19T16:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad7d6153ebc40a142f147ddd751f1a2e056fd4f3",
"body": "Signed-off-by: Ivan Sim <isim@redhat.com>",
"is_bot": false,
"headline": "Restore unnecessary changes per PR feedback",
"author_name": "Ivan Sim",
"author_login": null,
"committed_at": "2021-05-18T14:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf1cf2941f9401c9bb8728684bc0fab05cc21a43",
"body": "The ServiceMonitor for the user-workload Prometheus instance was\nrenamed from `prometheus` to `prometheus-user-workload` in #1044. The\nold ServiceMonitor should be removed now.\n\nFixes https://bugzilla.redhat.com/show_bug.cgi?id=1959278",
"is_bot": false,
"headline": "pkg/tasks: Remove obsolete user-workload ServiceMonitor",
"author_name": "Brad Ison",
"author_login": "bison",
"committed_at": "2021-05-18T12:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75f99139b94073f13961797eac9329f5d1306aa",
"body": "Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>",
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Arunprasad Rajkumar",
"author_login": "arajkumar",
"committed_at": "2021-05-18T07:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b464d9f83db02d5c188bda1a562ee1f41ba32c21",
"body": "Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>",
"is_bot": false,
"headline": "fix: protect grafana metrics endpoint",
"author_name": "Arunprasad Rajkumar",
"author_login": "arajkumar",
"committed_at": "2021-05-18T07:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0e40904f5287bdb145d187adcafbd75cf31e87",
"body": "These alerts and their recording rules have been moved to the\ncluster-kube-apiserver-operator repository. See\nhttps://github.com/openshift/cluster-kube-apiserver-operator/pull/1126\n\nSigned-off-by: Ivan Sim <isim@redhat.com>",
"is_bot": false,
"headline": "Remove the upstream KubeAPIErrorBudgetBurn alerts",
"author_name": "Ivan Sim",
"author_login": null,
"committed_at": "2021-05-17T20:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b19ea8a8d2bd069b0e9b78fc47602f4a9cf2b40c",
"body": "The memory requests for resources created by CMO are slightly misaligned with the actual usage in OpenShift clusters.\nThis change adjusts the requests based on data gathered from CI runs and from the daily OpenShift cluster.\n\nSigned-off-by: fpetkovski <filip.petkovsky@gmail.com>",
"is_bot": false,
"headline": "jsonnet: consolidate memory requests for all resources",
"author_name": "fpetkovski",
"author_login": "fpetkovski",
"committed_at": "2021-05-17T14:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19d8763e8889adeb0bb8b2f69f1dcb6fae81a79d",
"body": null,
"is_bot": false,
"headline": "jsonnet: remove commented out code",
"author_name": "fpetkovski",
"author_login": "fpetkovski",
"committed_at": "2021-05-17T13:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd5c4e1ffbc991e20fbaeafb2ad2b00e5d21f96",
"body": null,
"is_bot": false,
"headline": "OWNERS: update approvers and reviewers",
"author_name": "fpetkovski",
"author_login": "fpetkovski",
"committed_at": "2021-05-17T13:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6bc9824035ceb8dbfe7c53cf0c138bfb2ec5643",
"body": "Bug 1952744: Remove obsolete prometheus service monitor",
"is_bot": false,
"headline": "Merge pull request #1146 from bison/BZ-1952744",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-10T14:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28492d55cfcec3264aaa451a5b488d5d85b9764c",
"body": null,
"is_bot": false,
"headline": "OWNERS: Add bison",
"author_name": "Brad Ison",
"author_login": "bison",
"committed_at": "2021-05-10T12:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df8a167e34044d67876120a2a5f4066b9e7f36b4",
"body": "The `prometheus` service monitor was renamed to `prometheus-k8s` with\nthe latest updates from kube-prometheus (#1044) -- The old service\nmonitor needs to be deleted to prevent duplicate timestamp alerts.\n\nFixes https://bugzilla.redhat.com/show_bug.cgi?id=1952744",
"is_bot": false,
"headline": "pkg/tasks: Remove obsolete prometheus service monitor",
"author_name": "Brad Ison",
"author_login": "bison",
"committed_at": "2021-05-10T12:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "508c022520d1534ec1de0a84384a3a3aa9ffd7f5",
"body": "Bug 1953647: Add prometheus-adapter PodDisruptionBudget",
"is_bot": false,
"headline": "Merge pull request #1149 from dgrisonnet/bz-1953647",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-08T18:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0188b8a5bd8ff8f7b6144ae976175520b079435b",
"body": "Bug 1958015: jsonnet: fix setting resource limits on config-reloader containers",
"is_bot": false,
"headline": "Merge pull request #1152 from paulfantom/limits",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-08T10:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d73adb88fdd0d800e46efad709d1871663dfe0",
"body": "Bug 1955445: drop more CRI-O metrics",
"is_bot": false,
"headline": "Merge pull request #1148 from simonpasquier/bz1955445",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-08T04:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2740406b01b2857bf06f137399057c54ba94c1c0",
"body": "Bug 1957832: remove dependency of e2e tests on AWS",
"is_bot": false,
"headline": "Merge pull request #1143 from simonpasquier/operator-e2e-agnostic",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-07T22:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a39695c598dd44e8ea260a1be6282111eed3ec6a",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "paulfantom",
"author_login": "paulfantom",
"committed_at": "2021-05-07T08:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9f65a223e59e45319fcc514449112bf0ed227dd",
"body": null,
"is_bot": false,
"headline": "jsonnet: fix setting resource limits on config-reloader containers",
"author_name": "paulfantom",
"author_login": "paulfantom",
"committed_at": "2021-05-07T08:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39285fe17be8cd722a955d0c8eef3bcf6fa3a0b6",
"body": "Bug 1950908: Allow all pod labels in metric labels",
"is_bot": false,
"headline": "Merge pull request #1145 from paulfantom/bug1950908",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-07T01:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843b7951e4286878d5b6b9c0ff567ede7aeed9bb",
"body": "Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "manifests: add PodDisruptionBudget rbac rules",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-05-06T14:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fd19a239d87bd0ca85b1508b3860dd736fcc760",
"body": "Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "pkg: wire prometheus-adapter PDB",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-05-06T14:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72ae292fa307e9eaebf29c92b8acf5b4df02399e",
"body": "Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "assets: add prometheus-adapter PodDisruptionBudget",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-05-06T09:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16b13638c14e76ac496fa6ceff8ddeff26fae704",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-05-06T08:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6b1c8ac1500f78bea78e59feacf334c426cbd22",
"body": "`container_runtime_crio_image_pulls_by_name_skipped` was still collected.",
"is_bot": false,
"headline": "jsonnet: drop more CRI-O metrics",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-05-06T08:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8044c269e3b7e6c622e45c733582b961f8e0288",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "paulfantom",
"author_login": "paulfantom",
"committed_at": "2021-05-05T08:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "887b99d049e819754026e60afbc3bc19375534f1",
"body": "Signed-off-by: paulfantom <pawel@krupa.net.pl>",
"is_bot": false,
"headline": "jsonnet: allow all pod labes to be present in metric labels",
"author_name": "paulfantom",
"author_login": "paulfantom",
"committed_at": "2021-05-05T08:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a96042a0373ebcb7b4266238d565613051e89f",
"body": "The end-to-end tests validating persistent storage configuration\nexplicitly required the 'gp2' storage class which is AWS specific. By\nremoving any requirement on storage class, we ensure that the end-to-end\ntests can be truly agnostic.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "test/e2e: remove dependency of e2e tests on AWS",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-05-04T09:58:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d6bf3d9ed8187ed13854fce3d75d32a0525b1db",
"body": "Bug 1955478: drop high-cardinality metrics from kube-state-metrics which aren't used",
"is_bot": false,
"headline": "Merge pull request #1142 from simonpasquier/drop-unused-ksm-metrics",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-04T09:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30339d233720f96dc3ecaf5059bd150aec6735f6",
"body": "…ty_metric\n\nBug 1955051: Update kube node status capacity metric",
"is_bot": false,
"headline": "Merge pull request #1140 from slashpai/update_kube_node_status_capaci…",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-04T03:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c57717c4d984e6af27eb28ecc3d96ea9eb9e6869",
"body": "…rics\n\nBug 1955467: remove node_mountstats_nfs_* metrics",
"is_bot": false,
"headline": "Merge pull request #1139 from simonpasquier/remove-nfs-mountstats-met…",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-03T21:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f22c3b33e2af7a61a3d385f0688d270519b49e4",
"body": "Bug 1940933: Revert \"jsonnet: make AggregatedAPIDown more resilient\"",
"is_bot": false,
"headline": "Merge pull request #1120 from dgrisonnet/bz-1940933",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-03T16:19:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6a4419b810ffcb67aa32a986c4705f87b481efa",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-05-03T11:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3a4a3447991eff3fa8afff48026f4657bbcdfa",
"body": "Signed-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "jsonnet: drop high-cardinality KSM metrics",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-05-03T11:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f4925a7203622d70b3007fbddfb6bc5cce6c1d9",
"body": "Bug 1946865: Update kube prometheus and related assets",
"is_bot": false,
"headline": "Merge pull request #1127 from jan--f/update-kube-prometheus",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-03T11:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b0ded2af40555f0dbbc9ab1327ef3038d00987",
"body": "Bug 1955445: fix dropped crio metrics",
"is_bot": false,
"headline": "Merge pull request #1133 from simonpasquier/fix-dropped-crio-metrics",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-05-02T10:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "913ec7bc67251de9de01c8bbe91b88cd0c7baed0",
"body": "And drop substring matches, just ensure the expected anti-affinity\npolicy is set.\n\nSigned-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "test-e2e: adjust AntiAffinity test to new settings",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-05-01T08:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee43c3b08f75c1cb16e8fab4c8e7a901d7e20af7",
"body": "(cherry picked from commit bf665eb8dac44466885a6bfb8ab9f514888e917a)",
"is_bot": false,
"headline": "*: remove managed-by label as it is conflicting with prometheus-operator",
"author_name": "paulfantom",
"author_login": "paulfantom",
"committed_at": "2021-04-30T11:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f2f0ade4ff962a428eb68927128602df8bb0a7d",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "update generated assets",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-04-30T11:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d920c1ed0bfc86210ecaa908e44eeb785df4abbe",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "jsonnet: use prometheus-adapter anti-affinity addon",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-04-30T11:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af4d0d92063f86fa08ca602dbb1455c33e5cf30",
"body": "…lures-total-metric\n\nBug 1955457: drop container_memory_failures_total metric",
"is_bot": false,
"headline": "Merge pull request #1131 from simonpasquier/drop-container-memory-fai…",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-30T11:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2d211955041d3c9fe3e283c6a5b6f4ec3fc0359",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Jayapriya Pai",
"author_login": "slashpai",
"committed_at": "2021-04-30T10:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cc90b48b5f3c66ddd65ae477f0ebd43f0eb28a7",
"body": "These metrices changed in kube-state-metrics 2.0\n\nSigned-off-by: Jayapriya Pai <janantha@redhat.com>",
"is_bot": false,
"headline": "jsonnet: Update kube_node_status metric for cpu and memory",
"author_name": "Jayapriya Pai",
"author_login": "slashpai",
"committed_at": "2021-04-30T10:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1f6d7fa24afe9fdc078ffe8857a8d9f36ee6819",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "client: adjust for prometheus-operator renames",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-04-30T07:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0eface5a07af3cc2117c43d398625c6b08fbc13",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "go.mod: update pinned versions and vendor",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-04-30T07:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bde468ff8426bdd8cb2e25e77ccf3b2f32f971b0",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "jsonnet: update pinned versions",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-04-30T07:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7254278be7719aa74342094e42c5b8275f2c182b",
"body": "the config field was renamed to _config for consistency sake.\n\nSigned-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "jsonnet: Adjust to name change in prometheus-adapter",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-04-30T07:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ad84e09776d371887af777bac6e539844a9787d",
"body": "Signed-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "update generated assets",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-04-30T07:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e4ad8317093052040ef8a36a65b8091a7516637",
"body": "And also kubernetes-mixin along with it.\n\nSigned-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "update kube-prometheus",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-04-30T07:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f12f86eefe7e39cf42ed08760db59d1473e8750",
"body": "Bug 1949262: jsonnet: add hard anti-affinity to Prometheuses",
"is_bot": false,
"headline": "Merge pull request #1135 from dgrisonnet/bz-1949262",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-29T16:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6886d64edd2d50cebb6fd24284c4dda192b0799",
"body": "Rename workload annotations",
"is_bot": false,
"headline": "Merge pull request #1123 from lack/management-workload-annotation-rename",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-28T21:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13844917277521a726d7f3b0f81abae5c2b60808",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-04-28T09:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecc4c250bef2d196aaeda4ed70e52951eaee6cf4",
"body": "The node_exporter's mountstats collector gathers low-level metrics from\nNFS mountstats (such as operation timings, transport and event\nstatistics). When available, these metrics can have high-cardinality\n(for one cluster, we've seen that it can account for half of *all* the\nseries) though they aren'\n[…]\ne need and are superfluous.\n\n[1] https://github.com/openshift/cluster-monitoring-operator/pull/409\n[2] https://github.com/NetApp/trident/issues/134\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "jsonnet: remove node_mountstats_nfs_* metrics",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-04-28T09:07:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "705658510b290d5be799a1d72e165b4c914413df",
"body": "Add hard anti-affinity constraints on hostname to the platform\nand user-workload-monitoring Prometheuses to comply with the\nhigh-availability conventions.\n\nSigned-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "jsonnet: add hard anti-affinity to Prometheuses",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-04-27T13:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79242c2e5d96a23238fa763522caad7730c0cf3c",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-04-27T13:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1936dcef4205ffa928d5497c6eed02ef3ca887d6",
"body": null,
"is_bot": false,
"headline": "jsonnet: fix typo in 39014c6126fb56123ac03b61f571cb48df04c04f",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-04-27T12:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db4f9355f432e806137897dfdf80a1cdce98dbc9",
"body": "This reverts commit 0746d65ac8ce639f769d88ed623fb2931e355eab.",
"is_bot": false,
"headline": "Revert \"jsonnet: make AggregatedAPIDown more resilient\"",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-04-27T10:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ca366949bb5bdb9158e880e364494d10007e696",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-04-26T08:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47f78d22e34cb78eed7b01904ea472f21acc0acb",
"body": null,
"is_bot": false,
"headline": "jsonnet: drop container_memory_failures_total metric",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-04-26T08:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23098871bc199269ab70061e1e34ac0e0635fb8f",
"body": "Bug 1948711: Apply HA conventions to prometheus-adapter and thanos-ruler",
"is_bot": false,
"headline": "Merge pull request #1124 from dgrisonnet/bz-1948711",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-22T10:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cee4e3744ec78d696ef2323147a74c60d9e9a42",
"body": "Bug 1952032: jsonnet: add format changes made by make jsonnet-fmt",
"is_bot": false,
"headline": "Merge pull request #1129 from jan--f/jsonnet-fmt-changes",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-22T03:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39014c6126fb56123ac03b61f571cb48df04c04f",
"body": "Bug 1951052: drop CRI-O image metrics",
"is_bot": false,
"headline": "Merge pull request #1125 from simonpasquier/drop-crio-image-metrics",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-21T12:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "197b47396db91c8d386b29548ccf579820f00d61",
"body": "This is partly preparation of the upcomming jsonnet-fmt ci job, partly\njust maintanence.\n\nSigned-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "jsonnet: add format changes made by make jsonnet-fmt",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-04-21T11:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "511d1e36eac0930f09aaeaa43c5feba60e1b589e",
"body": "Bug 1951505: Remove deprecated techPreviewUserWorkload",
"is_bot": false,
"headline": "Merge pull request #1126 from dgrisonnet/remove-uwm-tech-preview",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-20T14:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b9265918c298de44900e8d9b0faf333ac7ec953",
"body": "Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "pkg: remove affinity constraints on non-HA",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-04-20T13:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ae34cd27774784d9027312e088b8e1dece3ee3b",
"body": "Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-04-20T13:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c973e1b5d947a459676820eb68fb33b091260c3e",
"body": "Apply HA conventions to thanos-querier and prometheus-adapter.\n\nSigned-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "jsonnet: apply HA conventions",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-04-20T13:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f8b0a80913ed44cb3bd5e6b183bda6762f00d6f",
"body": "Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "CHANGELOG: add techPreviewUserWorkload removal",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-04-20T11:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab1f6d1ef483f65df8422bd525baf01610b4cede",
"body": "Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "pkg: remove deprecated techPreviewUserWorkload",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-04-20T11:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22aa944c670f1e636dc66c8a88313814773cd58b",
"body": null,
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-04-20T07:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89b9e2a955e9f4e7bb4a1d0ce0b3bb54637bd493",
"body": "Looking at the DPTP Prometheus, the following metrics account for\napproximately 60% of the series kept in memory:\n\n* container_runtime_crio_image_pulls_by_digest\n* container_runtime_crio_image_layer_reuse\n* container_runtime_crio_image_pulls_by_name\n* container_runtime_crio_image_pulls_successes\n\nThese metrics are not used in dashboards and rules. Dropping them will\nreduce the memory and storage used by Prometheus.\n\nSigned-off-by: Simon Pasquier <spasquie@redhat.com>",
"is_bot": false,
"headline": "jsonnet: drop CRI-O image metrics",
"author_name": "Simon Pasquier",
"author_login": "simonpasquier",
"committed_at": "2021-04-20T07:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3c3d95d9d82538da1e796054e89a3b2b0f373e1",
"body": "As per https://github.com/openshift/enhancements/pull/739, the workload\nannotations names are changing.\n\nSigned-off-by: Jim Ramsay <jramsay@redhat.com>",
"is_bot": false,
"headline": "Rename workload annotations",
"author_name": "Jim Ramsay",
"author_login": "lack",
"committed_at": "2021-04-19T21:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca1e3579b9f8bee35f3ece1d952db839098b828b",
"body": "Bug 1950761: Revert: jsonnet: apply HA conventions",
"is_bot": false,
"headline": "Merge pull request #1122 from dgrisonnet/bz-1950761",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-19T10:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "546461bf2bb7adb04182488813e8aea46e566271",
"body": "This reverts commit ade82fcbd3e4cf69ab0b62d5a21f496e66d7fbae.\nThis reverts commit 68f595a3f40829d1be19f0b0eaf87539849b96a4.\n\nSigned-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "Revert: jsonnet: apply HA conventions",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-04-19T08:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb5c79a3e27043f9da27a429900bd0992e199f44",
"body": "Bug 1945677: manifest allowlist: add acm_managed_cluster_info",
"is_bot": false,
"headline": "Merge pull request #1102 from bjoydeep/addACMManagedSubscriptionWatch",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-18T12:44:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e584346b9d92f3f7f546cca6c4c9d51295963108",
"body": "BUG 1949145: Delete 0000_50_cluster-monitoring-operator_00_0user-priority-class.yaml",
"is_bot": false,
"headline": "Merge pull request #1115 from ravisantoshgudimetla/patch-1",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-16T23:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e82599accb1b9b5ca82692384b94abf58bad125",
"body": "Bug 1948711: jsonnet: apply HA conventions",
"is_bot": false,
"headline": "Merge pull request #1119 from dgrisonnet/bz-1948711",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-16T16:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68f595a3f40829d1be19f0b0eaf87539849b96a4",
"body": "Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "assets: regenerate",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-04-16T08:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ade82fcbd3e4cf69ab0b62d5a21f496e66d7fbae",
"body": "Apply the following HA conventions to thanos-querier and\nprometheus-adapter:\n- 2 replicas\n- Hard pod anti-affinity on hostname\n- Set the maxUnavailable rollout strategy to 25%\n\nSigned-off-by: Damien Grisonnet <dgrisonn@redhat.com>",
"is_bot": false,
"headline": "jsonnet: apply HA conventions",
"author_name": "Damien Grisonnet",
"author_login": "dgrisonnet",
"committed_at": "2021-04-16T08:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1376d576c0dca11a958e9e49415a553e7349d5f7",
"body": "Bug 1948082: Set unavailable message",
"is_bot": false,
"headline": "Merge pull request #1112 from jan--f/set-unavailable-message",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-15T17:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b48725eee30420abd4a7336d713e7fea3404c34f",
"body": "Set an error message and reason in the OperatorAvailable condition if it is set to\nfalse.\n\nSigned-off-by: Jan Fajerski <jfajersk@redhat.com>",
"is_bot": false,
"headline": "pkg/client/status_reporter: set message when Available=False",
"author_name": "Jan Fajerski",
"author_login": "jan--f",
"committed_at": "2021-04-15T08:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "926059c55323131efeb5f79cb2706175b593893d",
"body": "Add management workload annotations",
"is_bot": false,
"headline": "Merge pull request #1109 from lack/management-workload-annotations",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-15T00:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e444ad8450cd7e372bcf1bd0576a907bd60afc0",
"body": "Bug 1940933: jsonnet: make AggregatedAPIDown more resilient to OCP upgrades",
"is_bot": false,
"headline": "Merge pull request #1117 from dgrisonnet/bz-1940933",
"author_name": "OpenShift Merge Robot",
"author_login": "openshift-merge-robot",
"committed_at": "2021-04-14T14:55:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2018-09-24T19:19:20Z",
"latest_release_tag": "v0.1.1",
"releases_from_tags": true,
"days_since_last_push": 1117,
"active_weeks_last_year": 0,
"days_since_latest_release": 2860,
"mean_days_between_releases": 32.2
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/openshift/cluster-monitoring-operator",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/openshift/cluster-monitoring-operator",
"is_deprecated": false,
"latest_version": "v3.11.0+incompatible",
"repository_url": "https://github.com/openshift/cluster-monitoring-operator",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2018-09-10T18:51:04Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2874
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"examples/example-app/Makefile",
"vendor/github.com/gogo/protobuf/proto/Makefile",
"vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile",
"vendor/github.com/pkg/errors/Makefile",
"vendor/github.com/prometheus/procfs/Makefile",
"vendor/go.uber.org/atomic/Makefile",
"vendor/golang.org/x/net/http2/Makefile"
],
"api_schema_files": [
"vendor/github.com/googleapis/gnostic/extensions/extension.proto",
"vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.proto",
"vendor/github.com/openshift/api/route/v1/generated.proto",
"vendor/github.com/openshift/api/security/v1/generated.proto",
"vendor/google.golang.org/appengine/internal/base/api_base.proto",
"vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto",
"vendor/google.golang.org/appengine/internal/log/log_service.proto",
"vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto",
"vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.proto",
"vendor/k8s.io/api/admissionregistration/v1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto",
"vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto",
"vendor/k8s.io/api/apps/v1/generated.proto",
"vendor/k8s.io/api/apps/v1beta1/generated.proto",
"vendor/k8s.io/api/apps/v1beta2/generated.proto",
"vendor/k8s.io/api/authentication/v1/generated.proto",
"vendor/k8s.io/api/authentication/v1beta1/generated.proto",
"vendor/k8s.io/api/authorization/v1/generated.proto",
"vendor/k8s.io/api/authorization/v1beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2beta2/generated.proto",
"vendor/k8s.io/api/batch/v1/generated.proto",
"vendor/k8s.io/api/batch/v1beta1/generated.proto",
"vendor/k8s.io/api/certificates/v1/generated.proto",
"vendor/k8s.io/api/certificates/v1beta1/generated.proto",
"vendor/k8s.io/api/coordination/v1/generated.proto",
"vendor/k8s.io/api/coordination/v1beta1/generated.proto",
"vendor/k8s.io/api/core/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1beta1/generated.proto",
"vendor/k8s.io/api/events/v1/generated.proto",
"vendor/k8s.io/api/events/v1beta1/generated.proto",
"vendor/k8s.io/api/extensions/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1alpha1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto",
"vendor/k8s.io/api/networking/v1/generated.proto",
"vendor/k8s.io/api/networking/v1beta1/generated.proto",
"vendor/k8s.io/api/node/v1/generated.proto",
"vendor/k8s.io/api/node/v1alpha1/generated.proto",
"vendor/k8s.io/api/node/v1beta1/generated.proto",
"vendor/k8s.io/api/policy/v1/generated.proto",
"vendor/k8s.io/api/policy/v1beta1/generated.proto",
"vendor/k8s.io/api/rbac/v1/generated.proto",
"vendor/k8s.io/api/rbac/v1alpha1/generated.proto",
"vendor/k8s.io/api/rbac/v1beta1/generated.proto",
"vendor/k8s.io/api/scheduling/v1/generated.proto",
"vendor/k8s.io/api/scheduling/v1alpha1/generated.proto",
"vendor/k8s.io/api/scheduling/v1beta1/generated.proto",
"vendor/k8s.io/api/storage/v1/generated.proto",
"vendor/k8s.io/api/storage/v1alpha1/generated.proto",
"vendor/k8s.io/api/storage/v1beta1/generated.proto",
"vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto",
"vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto",
"vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto",
"vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/generated.proto",
"vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"hack/tools/go.mod",
"vendor/github.com/Jeffail/gabs/go.mod",
"vendor/github.com/asaskevich/govalidator/go.mod",
"vendor/github.com/blang/semver/v4/go.mod",
"vendor/github.com/cespare/xxhash/v2/go.mod",
"vendor/github.com/go-logfmt/logfmt/go.mod",
"vendor/github.com/go-logr/logr/go.mod",
"vendor/github.com/go-openapi/analysis/go.mod",
"vendor/github.com/go-openapi/errors/go.mod",
"vendor/github.com/go-openapi/jsonpointer/go.mod",
"vendor/github.com/go-openapi/jsonreference/go.mod",
"vendor/github.com/go-openapi/loads/go.mod",
"vendor/github.com/go-openapi/runtime/go.mod",
"vendor/github.com/go-openapi/spec/go.mod",
"vendor/github.com/go-openapi/strfmt/go.mod",
"vendor/github.com/go-openapi/swag/go.mod",
"vendor/github.com/go-openapi/validate/go.mod",
"vendor/github.com/go-stack/stack/go.mod",
"vendor/github.com/google/gofuzz/go.mod",
"vendor/github.com/hashicorp/go-version/go.mod",
"vendor/github.com/hashicorp/golang-lru/go.mod",
"vendor/github.com/josharian/intern/go.mod",
"vendor/github.com/jpillora/backoff/go.mod",
"vendor/github.com/json-iterator/go/go.mod",
"vendor/github.com/mitchellh/hashstructure/go.mod",
"vendor/github.com/mitchellh/mapstructure/go.mod",
"vendor/github.com/moby/spdystream/go.mod",
"vendor/github.com/opencontainers/go-digest/go.mod",
"vendor/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/go.mod",
"vendor/github.com/prometheus/procfs/go.mod",
"vendor/github.com/spf13/pflag/go.mod",
"vendor/go.uber.org/atomic/go.mod",
"vendor/golang.org/x/oauth2/go.mod",
"vendor/golang.org/x/term/go.mod",
"vendor/gopkg.in/yaml.v2/go.mod",
"vendor/k8s.io/klog/v2/go.mod",
"vendor/sigs.k8s.io/yaml/go.mod"
],
"largest_source_bytes": 111566,
"source_files_sampled": 63,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/Jeffail/gabs",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/ghodss/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/gogo/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.2"
},
{
"name": "github.com/imdario/mergo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.7"
},
{
"name": "github.com/openshift/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20210225162315-bae60f47eed7"
},
{
"name": "github.com/openshift/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20201214125552-e615e336eb49"
},
{
"name": "github.com/openshift/library-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20210113192829-cfbb3f4c80c2"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/prometheus-operator/prometheus-operator",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.47.0"
},
{
"name": "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.47.0"
},
{
"name": "github.com/prometheus-operator/prometheus-operator/pkg/client",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.47.0"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "github.com/prometheus/prometheus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.2-0.20210215121130-6f488061dfb4"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20210220032951-036812b2e83c"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "k8s.io/apiextensions-apiserver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "k8s.io/apiserver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v12.0.0+incompatible"
},
{
"name": "k8s.io/klog/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.8.0"
},
{
"name": "k8s.io/kube-aggregator",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.0"
},
{
"name": "k8s.io/metrics",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.19.4"
},
{
"name": "github.com/brancz/gojsontoyaml",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20201216083616-202f76bf8c1f"
},
{
"name": "github.com/campoy/embedmd",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/google/go-jsonnet",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v0.16.1-0.20200703153429-aaf50f5b655f"
},
{
"name": "github.com/jsonnet-bundler/jsonnet-bundler",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.0"
},
{
"name": "github.com/prometheus/prometheus",
"manifest": "hack/tools/go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.2-0.20210215121130-6f488061dfb4"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "openshift-merge-robot",
"commits": 723,
"avatar_url": "https://avatars.githubusercontent.com/u/30189218?v=4"
},
{
"type": "User",
"login": "lilic",
"commits": 211,
"avatar_url": "https://avatars.githubusercontent.com/u/6232346?v=4"
},
{
"type": "User",
"login": "paulfantom",
"commits": 196,
"avatar_url": "https://avatars.githubusercontent.com/u/3531758?v=4"
},
{
"type": "User",
"login": "s-urbaniak",
"commits": 195,
"avatar_url": "https://avatars.githubusercontent.com/u/375856?v=4"
},
{
"type": "User",
"login": "simonpasquier",
"commits": 166,
"avatar_url": "https://avatars.githubusercontent.com/u/2587585?v=4"
},
{
"type": "User",
"login": "brancz",
"commits": 155,
"avatar_url": "https://avatars.githubusercontent.com/u/4546722?v=4"
},
{
"type": "User",
"login": "squat",
"commits": 79,
"avatar_url": "https://avatars.githubusercontent.com/u/20484159?v=4"
},
{
"type": "User",
"login": "dgrisonnet",
"commits": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/22327577?v=4"
},
{
"type": "User",
"login": "pgier",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/156120?v=4"
},
{
"type": "User",
"login": "metalmatze",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/872251?v=4"
}
],
"contributors_sampled": 76,
"top_contributor_share": 0.35
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 36 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "124 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b728aa6c986e51c4fea9f1111038fb2b3af7a723",
"ran_at": "2026-07-24T21:57:45Z",
"aggregate_score": 1.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sthaha/cluster-monitoring-operator",
"host": "github.com",
"name": "cluster-monitoring-operator",
"owner": "sthaha"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 25,
"inputs": {
"security": 17,
"vitality": 20,
"community": 12,
"governance": 46,
"engineering": 45,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 29,
"overall_after_abandonment_multiplier": 25
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 20,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1117,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1117 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1117
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.1.1",
"releases_from_tags": true,
"days_since_latest_release": 2860,
"mean_days_between_releases": 32.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2860 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2860
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~32.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 32.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1886,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1886 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1886,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 46,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 76,
"top_contributor_share": 0.35
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 35% of commits",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 35
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "76 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 76
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 36 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"followers": 31,
"owner_type": "User",
"is_verified": null,
"owner_login": "sthaha",
"public_repos": 131,
"account_age_days": 4974
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "31 followers of sthaha",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 31,
"login": "sthaha"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "131 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 131
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 45,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 17,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 17,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 1.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 36 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "124 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 13
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 68,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.89,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "89 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 89,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"examples/example-app/Makefile",
"vendor/github.com/gogo/protobuf/proto/Makefile",
"vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile",
"vendor/github.com/pkg/errors/Makefile",
"vendor/github.com/prometheus/procfs/Makefile",
"vendor/go.uber.org/atomic/Makefile",
"vendor/golang.org/x/net/http2/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod",
"hack/tools/go.mod",
"vendor/github.com/Jeffail/gabs/go.mod",
"vendor/github.com/asaskevich/govalidator/go.mod",
"vendor/github.com/blang/semver/v4/go.mod",
"vendor/github.com/cespare/xxhash/v2/go.mod",
"vendor/github.com/go-logfmt/logfmt/go.mod",
"vendor/github.com/go-logr/logr/go.mod",
"vendor/github.com/go-openapi/analysis/go.mod",
"vendor/github.com/go-openapi/errors/go.mod",
"vendor/github.com/go-openapi/jsonpointer/go.mod",
"vendor/github.com/go-openapi/jsonreference/go.mod",
"vendor/github.com/go-openapi/loads/go.mod",
"vendor/github.com/go-openapi/runtime/go.mod",
"vendor/github.com/go-openapi/spec/go.mod",
"vendor/github.com/go-openapi/strfmt/go.mod",
"vendor/github.com/go-openapi/swag/go.mod",
"vendor/github.com/go-openapi/validate/go.mod",
"vendor/github.com/go-stack/stack/go.mod",
"vendor/github.com/google/gofuzz/go.mod",
"vendor/github.com/hashicorp/go-version/go.mod",
"vendor/github.com/hashicorp/golang-lru/go.mod",
"vendor/github.com/josharian/intern/go.mod",
"vendor/github.com/jpillora/backoff/go.mod",
"vendor/github.com/json-iterator/go/go.mod",
"vendor/github.com/mitchellh/hashstructure/go.mod",
"vendor/github.com/mitchellh/mapstructure/go.mod",
"vendor/github.com/moby/spdystream/go.mod",
"vendor/github.com/opencontainers/go-digest/go.mod",
"vendor/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/go.mod",
"vendor/github.com/prometheus/procfs/go.mod",
"vendor/github.com/spf13/pflag/go.mod",
"vendor/go.uber.org/atomic/go.mod",
"vendor/golang.org/x/oauth2/go.mod",
"vendor/golang.org/x/term/go.mod",
"vendor/gopkg.in/yaml.v2/go.mod",
"vendor/k8s.io/klog/v2/go.mod",
"vendor/sigs.k8s.io/yaml/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, examples/example-app/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile, vendor/github.com/pkg/errors/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/go.uber.org/atomic/Makefile, vendor/golang.org/x/net/http2/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, examples/example-app/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile, vendor/github.com/pkg/errors/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/go.uber.org/atomic/Makefile, vendor/golang.org/x/net/http2/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 111566,
"source_files_sampled": 63,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/63 source files over 60KB",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 63,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"vendor/github.com/googleapis/gnostic/extensions/extension.proto",
"vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.proto",
"vendor/github.com/openshift/api/route/v1/generated.proto",
"vendor/github.com/openshift/api/security/v1/generated.proto",
"vendor/google.golang.org/appengine/internal/base/api_base.proto",
"vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto",
"vendor/google.golang.org/appengine/internal/log/log_service.proto",
"vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto",
"vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.proto",
"vendor/k8s.io/api/admissionregistration/v1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto",
"vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto",
"vendor/k8s.io/api/apps/v1/generated.proto",
"vendor/k8s.io/api/apps/v1beta1/generated.proto",
"vendor/k8s.io/api/apps/v1beta2/generated.proto",
"vendor/k8s.io/api/authentication/v1/generated.proto",
"vendor/k8s.io/api/authentication/v1beta1/generated.proto",
"vendor/k8s.io/api/authorization/v1/generated.proto",
"vendor/k8s.io/api/authorization/v1beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2beta2/generated.proto",
"vendor/k8s.io/api/batch/v1/generated.proto",
"vendor/k8s.io/api/batch/v1beta1/generated.proto",
"vendor/k8s.io/api/certificates/v1/generated.proto",
"vendor/k8s.io/api/certificates/v1beta1/generated.proto",
"vendor/k8s.io/api/coordination/v1/generated.proto",
"vendor/k8s.io/api/coordination/v1beta1/generated.proto",
"vendor/k8s.io/api/core/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1/generated.proto",
"vendor/k8s.io/api/discovery/v1beta1/generated.proto",
"vendor/k8s.io/api/events/v1/generated.proto",
"vendor/k8s.io/api/events/v1beta1/generated.proto",
"vendor/k8s.io/api/extensions/v1beta1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1alpha1/generated.proto",
"vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto",
"vendor/k8s.io/api/networking/v1/generated.proto",
"vendor/k8s.io/api/networking/v1beta1/generated.proto",
"vendor/k8s.io/api/node/v1/generated.proto",
"vendor/k8s.io/api/node/v1alpha1/generated.proto",
"vendor/k8s.io/api/node/v1beta1/generated.proto",
"vendor/k8s.io/api/policy/v1/generated.proto",
"vendor/k8s.io/api/policy/v1beta1/generated.proto",
"vendor/k8s.io/api/rbac/v1/generated.proto",
"vendor/k8s.io/api/rbac/v1alpha1/generated.proto",
"vendor/k8s.io/api/rbac/v1beta1/generated.proto",
"vendor/k8s.io/api/scheduling/v1/generated.proto",
"vendor/k8s.io/api/scheduling/v1alpha1/generated.proto",
"vendor/k8s.io/api/scheduling/v1beta1/generated.proto",
"vendor/k8s.io/api/storage/v1/generated.proto",
"vendor/k8s.io/api/storage/v1alpha1/generated.proto",
"vendor/k8s.io/api/storage/v1beta1/generated.proto",
"vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto",
"vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto",
"vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto",
"vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/generated.proto",
"vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto",
"vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "vendor/github.com/googleapis/gnostic/extensions/extension.proto, vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.proto, vendor/github.com/openshift/api/route/v1/generated.proto, vendor/github.com/openshift/api/security/v1/generated.proto, vendor/google.golang.org/appengine/internal/base/api_base.proto, vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto, vendor/google.golang.org/appengine/internal/log/log_service.proto, vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto, vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.proto, vendor/k8s.io/api/admissionregistration/v1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto, vendor/k8s.io/api/apps/v1/generated.proto, vendor/k8s.io/api/apps/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1beta2/generated.proto, vendor/k8s.io/api/authentication/v1/generated.proto, vendor/k8s.io/api/authentication/v1beta1/generated.proto, vendor/k8s.io/api/authorization/v1/generated.proto, vendor/k8s.io/api/authorization/v1beta1/generated.proto, vendor/k8s.io/api/autoscaling/v1/generated.proto, vendor/k8s.io/api/autoscaling/v2beta1/generated.proto, vendor/k8s.io/api/autoscaling/v2beta2/generated.proto, vendor/k8s.io/api/batch/v1/generated.proto, vendor/k8s.io/api/batch/v1beta1/generated.proto, vendor/k8s.io/api/certificates/v1/generated.proto, vendor/k8s.io/api/certificates/v1beta1/generated.proto, vendor/k8s.io/api/coordination/v1/generated.proto, vendor/k8s.io/api/coordination/v1beta1/generated.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/api/discovery/v1/generated.proto, vendor/k8s.io/api/discovery/v1beta1/generated.proto, vendor/k8s.io/api/events/v1/generated.proto, vendor/k8s.io/api/events/v1beta1/generated.proto, vendor/k8s.io/api/extensions/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1alpha1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/networking/v1beta1/generated.proto, vendor/k8s.io/api/node/v1/generated.proto, vendor/k8s.io/api/node/v1alpha1/generated.proto, vendor/k8s.io/api/node/v1beta1/generated.proto, vendor/k8s.io/api/policy/v1/generated.proto, vendor/k8s.io/api/policy/v1beta1/generated.proto, vendor/k8s.io/api/rbac/v1/generated.proto, vendor/k8s.io/api/rbac/v1alpha1/generated.proto, vendor/k8s.io/api/rbac/v1beta1/generated.proto, vendor/k8s.io/api/scheduling/v1/generated.proto, vendor/k8s.io/api/scheduling/v1alpha1/generated.proto, vendor/k8s.io/api/scheduling/v1beta1/generated.proto, vendor/k8s.io/api/storage/v1/generated.proto, vendor/k8s.io/api/storage/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1beta1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto, vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/generated.proto, vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "vendor/github.com/googleapis/gnostic/extensions/extension.proto, vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.proto, vendor/github.com/openshift/api/route/v1/generated.proto, vendor/github.com/openshift/api/security/v1/generated.proto, vendor/google.golang.org/appengine/internal/base/api_base.proto, vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto, vendor/google.golang.org/appengine/internal/log/log_service.proto, vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto, vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.proto, vendor/k8s.io/api/admissionregistration/v1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto, vendor/k8s.io/api/apps/v1/generated.proto, vendor/k8s.io/api/apps/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1beta2/generated.proto, vendor/k8s.io/api/authentication/v1/generated.proto, vendor/k8s.io/api/authentication/v1beta1/generated.proto, vendor/k8s.io/api/authorization/v1/generated.proto, vendor/k8s.io/api/authorization/v1beta1/generated.proto, vendor/k8s.io/api/autoscaling/v1/generated.proto, vendor/k8s.io/api/autoscaling/v2beta1/generated.proto, vendor/k8s.io/api/autoscaling/v2beta2/generated.proto, vendor/k8s.io/api/batch/v1/generated.proto, vendor/k8s.io/api/batch/v1beta1/generated.proto, vendor/k8s.io/api/certificates/v1/generated.proto, vendor/k8s.io/api/certificates/v1beta1/generated.proto, vendor/k8s.io/api/coordination/v1/generated.proto, vendor/k8s.io/api/coordination/v1beta1/generated.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/api/discovery/v1/generated.proto, vendor/k8s.io/api/discovery/v1beta1/generated.proto, vendor/k8s.io/api/events/v1/generated.proto, vendor/k8s.io/api/events/v1beta1/generated.proto, vendor/k8s.io/api/extensions/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1alpha1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/networking/v1beta1/generated.proto, vendor/k8s.io/api/node/v1/generated.proto, vendor/k8s.io/api/node/v1alpha1/generated.proto, vendor/k8s.io/api/node/v1beta1/generated.proto, vendor/k8s.io/api/policy/v1/generated.proto, vendor/k8s.io/api/policy/v1beta1/generated.proto, vendor/k8s.io/api/rbac/v1/generated.proto, vendor/k8s.io/api/rbac/v1alpha1/generated.proto, vendor/k8s.io/api/rbac/v1beta1/generated.proto, vendor/k8s.io/api/scheduling/v1/generated.proto, vendor/k8s.io/api/scheduling/v1alpha1/generated.proto, vendor/k8s.io/api/scheduling/v1beta1/generated.proto, vendor/k8s.io/api/storage/v1/generated.proto, vendor/k8s.io/api/storage/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1beta1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto, vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/generated.proto, vendor/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.proto, vendor/k8s.io/metrics/pkg/apis/metrics/v1beta1/generated.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"go package 'github.com/openshift/cluster-monitoring-operator' points at a different repository (https://github.com/openshift/cluster-monitoring-operator); excluded from ecosystem scoring",
"Could not fetch go package 'github.com/openshift/cluster-monitoring-operator/hack' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T21:58:07.081304Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sthaha/cluster-monitoring-operator.svg",
"full_name": "sthaha/cluster-monitoring-operator",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}