{"id":21203229,"url":"https://github.com/mon4ter/asyncmetrics","last_synced_at":"2025-07-25T13:36:18.389Z","repository":{"id":57412232,"uuid":"166766804","full_name":"mon4ter/asyncmetrics","owner":"mon4ter","description":"Send metrics to Graphite asynchronous from your asyncio application","archived":false,"fork":false,"pushed_at":"2021-01-15T14:35:39.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T23:45:33.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/mon4ter.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}},"created_at":"2019-01-21T07:20:54.000Z","updated_at":"2021-01-15T14:30:39.000Z","dependencies_parsed_at":"2022-08-28T01:10:49.628Z","dependency_job_id":null,"html_url":"https://github.com/mon4ter/asyncmetrics","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mon4ter%2Fasyncmetrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mon4ter%2Fasyncmetrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mon4ter%2Fasyncmetrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mon4ter%2Fasyncmetrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mon4ter","download_url":"https://codeload.github.com/mon4ter/asyncmetrics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658152,"owners_count":20326464,"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":[],"created_at":"2024-11-20T20:22:32.323Z","updated_at":"2025-03-14T22:42:28.053Z","avatar_url":"https://github.com/mon4ter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asyncmetrics\n[![PyPI version](https://img.shields.io/pypi/v/asyncmetrics.svg)](https://pypi.org/project/asyncmetrics)\n[![Python version](https://img.shields.io/pypi/pyversions/asyncmetrics.svg)](https://pypi.org/project/asyncmetrics)\n[![Build Status](https://travis-ci.org/mon4ter/asyncmetrics.svg?branch=master)](https://travis-ci.org/mon4ter/asyncmetrics)\n[![codecov](https://codecov.io/gh/mon4ter/asyncmetrics/branch/master/graph/badge.svg)](https://codecov.io/gh/mon4ter/asyncmetrics)\n\nSend metrics to Graphite asynchronously from your asyncio application\n\n### Example\n```python\nfrom asyncmetrics import count, time\n\n@count\nasync def get_something():\n    \"\"\"Every call will produce `\u003cmodule\u003e.get_something.count 1 \u003cnow\u003e`\"\"\" \n\n@time\nasync def process_something():\n    \"\"\"Every call will produce `\u003cmodule\u003e.process_something.time.us \u003cduration\u003e \u003cnow\u003e`\"\"\" \n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmon4ter%2Fasyncmetrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmon4ter%2Fasyncmetrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmon4ter%2Fasyncmetrics/lists"}