{"id":28450677,"url":"https://github.com/sefikcan/kanbersky.monitoring","last_synced_at":"2026-04-12T05:31:10.734Z","repository":{"id":116687907,"uuid":"443331956","full_name":"Sefikcan/Kanbersky.Monitoring","owner":"Sefikcan","description":" This project was created to test metric tools in .net 6.","archived":false,"fork":false,"pushed_at":"2022-02-24T10:48:53.000Z","size":1472,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T16:49:09.661Z","etag":null,"topics":["docker","docker-compose","dotnet-core","grafana","prometheus"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sefikcan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2021-12-31T11:39:09.000Z","updated_at":"2022-06-15T13:18:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b9e998d-da6e-4839-ac09-e54ed76ba44b","html_url":"https://github.com/Sefikcan/Kanbersky.Monitoring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sefikcan/Kanbersky.Monitoring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sefikcan%2FKanbersky.Monitoring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sefikcan%2FKanbersky.Monitoring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sefikcan%2FKanbersky.Monitoring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sefikcan%2FKanbersky.Monitoring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sefikcan","download_url":"https://codeload.github.com/Sefikcan/Kanbersky.Monitoring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sefikcan%2FKanbersky.Monitoring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31705574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T05:11:36.334Z","status":"ssl_error","status_checked_at":"2026-04-12T05:11:27.332Z","response_time":58,"last_error":"SSL_read: 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":["docker","docker-compose","dotnet-core","grafana","prometheus"],"created_at":"2025-06-06T15:08:15.750Z","updated_at":"2026-04-12T05:31:10.729Z","avatar_url":"https://github.com/Sefikcan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kanbersky.Monitoring\n  This project was created to test metric tools in .net 6.\n\n# Project Article-TR\nhttps://sefikcankanber.medium.com/grafana-ve-prometheus-kullanarak-asp-net-core-projelerini-nas%C4%B1l-monit%C3%B6r-edebiliriz-f6a0777336e9\n\n# Project Notes - EN\n- Prometheus is an open-source monitoring application. It scrapes HTTP endpoints to collect metrics exposed in a simple text format.\n- For example, your web app might expose a metric like\n```\nhttp_server_requests_seconds_count{exception=\"None\", method=\"GET\",outcome=\"SUCCESS\",status=\"200\",uri=\"api/v1/hc\"} 123\n```\nwhich means that the endpoint /api/v1/hc was successfully queried 123 times via a GET request.\n- Prometheus can also create alerts if a metric exceeds a threshold, e.g. if your endpoint returned more than one-hundred times the status code 500 in the last 5 minutes.\n- To set up Prometheus, we create three files:\n  - prometheus/prometheus.yml — the actual Prometheus configuration\n  - prometheus/alert.yml — alerts you want Prometheus to check\n  - docker-compose.yml\n\n- Grafana is a tool to create rich dashboards from your metrics.\n- Grafana can ingest from many different data sources, including Prometheus.\n- Grafana can work without any configuration files.\n- However, we want to configure Prometheus as a data source, so we create prometheus_ds.yml file. This configuration file will tell Grafana about Prometheus. You could omit this and add the configuration via the Grafana UI.\n```\ndatasources:\n- name: Prometheus\n  access: proxy\n  type: prometheus\n  url: http://prometheus:9090\n  isDefault: true\n```\n\n- The Alertmanager sends alerts to various channels like Slack or E-Mail.\n- You can use the Alertmanager to silence and group alerts as well.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsefikcan%2Fkanbersky.monitoring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsefikcan%2Fkanbersky.monitoring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsefikcan%2Fkanbersky.monitoring/lists"}