{"id":18431944,"url":"https://github.com/jessebot/prometheus_example","last_synced_at":"2026-01-21T13:33:21.053Z","repository":{"id":85031793,"uuid":"524602813","full_name":"jessebot/prometheus_example","owner":"jessebot","description":"Repo to use for argo example with prometheus, very simple, just enables ingresses for you :)","archived":false,"fork":false,"pushed_at":"2022-08-14T17:24:09.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T03:16:30.116Z","etag":null,"topics":["argocd","demo-app","prometheus"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jessebot.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-14T07:29:27.000Z","updated_at":"2022-08-14T17:17:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"89996f1c-732c-4594-8a11-315e8c52bafa","html_url":"https://github.com/jessebot/prometheus_example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jessebot/prometheus_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebot%2Fprometheus_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebot%2Fprometheus_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebot%2Fprometheus_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebot%2Fprometheus_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessebot","download_url":"https://codeload.github.com/jessebot/prometheus_example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebot%2Fprometheus_example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28633763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["argocd","demo-app","prometheus"],"created_at":"2024-11-06T05:26:55.586Z","updated_at":"2026-01-21T13:33:21.034Z","avatar_url":"https://github.com/jessebot.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## how the repo was set up\n\nThe exact commands I ran to create this repo:\n\n```bash\n# make sure the lock and tar files are ignored going forward\necho \"charts/\" \u003e .gitignore\n\n# create the chart yaml\nhelm show chart prometheus-community/kube-prometheus-stack \u003e Chart.yaml\n\n# show the values and based on that, edit up a values file\nhelm show values prometheus-community/kube-prometheus-stack\nvim values.yml\n```\n\nFinally we run this to create the additional files we need:\n```bash\nhelm dep update .\n```\n\n# Adding the repo via Argo CD\nFirst you'll need to update the [./values.yaml](./values.yaml) host names to be your own host, or don't :shrug:\n\nThen, assuming you have argo CD up and running from the tutorial [here](https://github.com/jessebot/argo-example), you can run:\n```bash\nargocd repo add https://github.com/jessebot/prometheus_example\n```\n\nIs the repo you have actually private? Try this (only with your private repo and not mine :P)\n```bash\nargocd repo add git@github.com:jessebot/prometheus_example.git --ssh-private-key-path ~/.ssh/id_rsa\n```\n\n# Creating an Argo CD app from this repo\n```bash\nargocd app create prometheus --repo git@github.com:jessebot/prometheus_example.git --dest-namespace monitoring --dest-server https://kubernetes.default.svc --path . --sync-policy auto --sync-option CreateNamespace=true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessebot%2Fprometheus_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessebot%2Fprometheus_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessebot%2Fprometheus_example/lists"}