{"id":21475090,"url":"https://github.com/snapp-incubator/event-exporter","last_synced_at":"2025-09-10T23:41:16.989Z","repository":{"id":38992033,"uuid":"381371190","full_name":"snapp-incubator/event-exporter","owner":"snapp-incubator","description":"An exporter which provides k8s events.","archived":false,"fork":false,"pushed_at":"2025-05-05T23:31:54.000Z","size":699,"stargazers_count":21,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-15T17:31:48.603Z","etag":null,"topics":["golang","kubernetes","metrics","monitoring","observability","oss","prometheus","prometheus-exporter","snappcloud"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snapp-incubator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-06-29T13:16:57.000Z","updated_at":"2025-01-21T02:53:33.000Z","dependencies_parsed_at":"2024-06-19T06:15:58.085Z","dependency_job_id":"8469861d-a5e9-40c5-8427-93288f7e27ea","html_url":"https://github.com/snapp-incubator/event-exporter","commit_stats":{"total_commits":40,"total_committers":5,"mean_commits":8.0,"dds":0.625,"last_synced_commit":"31efd26857d40e9043be186eee654ce1fce90383"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/snapp-incubator/event-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fevent-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fevent-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fevent-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fevent-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snapp-incubator","download_url":"https://codeload.github.com/snapp-incubator/event-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fevent-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274549007,"owners_count":25306292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","kubernetes","metrics","monitoring","observability","oss","prometheus","prometheus-exporter","snappcloud"],"created_at":"2024-11-23T10:37:08.585Z","updated_at":"2025-09-10T23:41:16.946Z","avatar_url":"https://github.com/snapp-incubator.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event Exporter\n\nA Prometheus exporter for exporting k8s events.\n\n## Build\n\n### Docker\n\n```bash\ndocker build -t event-exporter .\n```\n\n### Binary\n\n```bash\ngit clone https://github.com/snapp-incubator/event-exporter.git\ncd event-exporter\ngo build\n```\n\n## Installation\n\n### Docker\n\n```bash\ndocker run -p 8090:8090 ghcr.io/snapp-incubator/event-exporter:main\n```\n\n### Helm chart\n\n1. Add the Event Exporter Helm Repository:\n\n```bash\nhelm repo add snapp-cab https://snapp-cab.github.io/event-exporter/charts\nhelm repo update\n```\n\n2. Install with:\n\n```bash\nhelm install event-exporter snapp-cab/event-exporter\n```\n\n### Binary releases\n\n```bash\nexport VERSION=1.0.0\nwget https://github.com/cafebazaar/event-exporter/releases/download/v${VERSION}/event-exporter-${VERSION}.linux-amd64.tar.gz\ntar xvzf event-exporter-${VERSION}.linux-amd64.tar.gz event-exporter-${VERSION}.linux-amd64/event-exporter\n```\n\n## Metrics and events\n\n|       Metric        | Notes               | Labels                                             |\n| :-----------------: | :------------------ | :------------------------------------------------- |\n| `event_normal_k8s`  | Normal k8s events.  | `kind`, `namespace`, `reason`, `source_components` |\n| `event_warning_k8s` | Warning k8s events. | `kind`, `namespace`, `reason`, `source_components` |\n\n### Event reasons\n\n| Kind                    | Reason                                       |\n| ----------------------- | -------------------------------------------- |\n| Pod (Normal)            | Scheduled, Pulling, Pulled, Created, Started |\n| Pod (Warning)           | BackOff, Unhealthy, FailedMount              |\n| ReplicationController   | SuccessfulCreate                             |\n| DeploymentConfig        | DeploymentCreated                            |\n| DaemonSet               | FailedCreate                                 |\n| StatefulSet             | FailedCreate                                 |\n| HorizontalPodAutoscaler | FailedGetResourceMetric                      |\n| Node                    | Rebooted, NodeNotReady, HostPortConflict     |\n\n## Security\n\n### Reporting security vulnerabilities\n\nIf you find a security vulnerability or any security related issues, please DO NOT file a public issue,\ninstead send your report privately to cloud@snapp.cab.\nSecurity reports are greatly appreciated, and we will publicly thank you for it.\n\n## License\n\nApache-2.0 License, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapp-incubator%2Fevent-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnapp-incubator%2Fevent-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapp-incubator%2Fevent-exporter/lists"}