{"id":20585415,"url":"https://github.com/snapp-incubator/grafana-complementary-operator","last_synced_at":"2025-04-14T21:09:28.578Z","repository":{"id":39300951,"uuid":"464120522","full_name":"snapp-incubator/grafana-complementary-operator","owner":"snapp-incubator","description":"An operator which complements grafana-operator for custom features which are not feasible to be merged into core operator","archived":false,"fork":false,"pushed_at":"2024-05-01T07:15:50.000Z","size":158,"stargazers_count":14,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-14T21:09:09.894Z","etag":null,"topics":["golang","grafana","k8s-operator","kubernetes","observability","oss","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":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-02-27T11:45:43.000Z","updated_at":"2024-08-06T04:29:00.000Z","dependencies_parsed_at":"2023-02-17T02:55:17.037Z","dependency_job_id":"cb677e0c-20ca-4b16-9d76-c7c0d19bbbe1","html_url":"https://github.com/snapp-incubator/grafana-complementary-operator","commit_stats":{"total_commits":53,"total_committers":9,"mean_commits":5.888888888888889,"dds":0.5283018867924528,"last_synced_commit":"b5a036c2041301526b063618d5086ec48705cd8a"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fgrafana-complementary-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fgrafana-complementary-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fgrafana-complementary-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fgrafana-complementary-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snapp-incubator","download_url":"https://codeload.github.com/snapp-incubator/grafana-complementary-operator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961237,"owners_count":21189993,"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","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","grafana","k8s-operator","kubernetes","observability","oss","snappcloud"],"created_at":"2024-11-16T07:08:03.652Z","updated_at":"2025-04-14T21:09:28.539Z","avatar_url":"https://github.com/snapp-incubator.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grafana Complementary Operator\n\nA grafana which complements grafana-operator for custom features which are not feasible to be merged into core operator.\n\n## Instructions\n\n### Development\n\n* `make generate` update the generated code for that resource type.\n* `make manifests` Generating CRD manifests.\n* `make test` Run tests.\n\n### Build\n\nExport your image name:\n\n```\nexport IMG=ghcr.io/your-repo-path/image-name:latest\n```\n\n* `make build` builds golang app locally.\n* `make docker-build` build docker image locally.\n* `make docker-push` push container image to registry.\n\n### Run, Deploy\n* `make run` run app locally\n* `make deploy` deploy to k8s.\n\n### Clean up\n\n* `make undeploy` delete resouces in k8s.\n\n### Release\n\n* `make changelog` generate changelog to check before release\n* `make release` create a new tag and release it to github\n\n## Metrics\n\n| Metric                                              | Notes\n|-----------------------------------------------------|------------------------------------\n| controller_runtime_active_workers | Number of currently used workers per controller\n| controller_runtime_max_concurrent_reconciles | Maximum number of concurrent reconciles per controller\n| controller_runtime_reconcile_errors_total | Total number of reconciliation errors per controller\n| controller_runtime_reconcile_time_seconds | Length of time per reconciliation per controller\n| controller_runtime_reconcile_total | Total number of reconciliations per controller\n| rest_client_request_latency_seconds | Request latency in seconds. Broken down by verb and URL.\n| rest_client_requests_total | Number of HTTP requests, partitioned by status code, method, and host.\n| workqueue_adds_total | Total number of adds handled by workqueue\n| workqueue_depth | Current depth of workqueue\n| workqueue_longest_running_processor_seconds | How many seconds has the longest running processor for workqueue been running.\n| workqueue_queue_duration_seconds | How long in seconds an item stays in workqueue before being requested\n| workqueue_retries_total | Total number of retries handled by workqueue\n| workqueue_unfinished_work_seconds | How many seconds of work has been done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.\n| workqueue_work_duration_seconds | How long in seconds processing an item from workqueue takes.\n\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, instead send your report privately to cloud@snapp.cab. Security 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%2Fgrafana-complementary-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnapp-incubator%2Fgrafana-complementary-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapp-incubator%2Fgrafana-complementary-operator/lists"}