{"id":1990574,"url":"https://github.com/APSL/kaneda","last_synced_at":"2025-03-13T17:34:00.560Z","repository":{"id":66127002,"uuid":"57992238","full_name":"APSL/kaneda","owner":"APSL","description":"Configurable Python library for metrics collection","archived":false,"fork":false,"pushed_at":"2018-07-25T21:52:19.000Z","size":77,"stargazers_count":53,"open_issues_count":0,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-07-31T16:33:29.246Z","etag":null,"topics":["async","elasticsearch","events","metrics","mongo"],"latest_commit_sha":null,"homepage":"","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/APSL.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt"}},"created_at":"2016-05-03T18:37:30.000Z","updated_at":"2024-01-19T10:57:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"634e63cd-bfd4-44a0-901c-8f159f76c5f0","html_url":"https://github.com/APSL/kaneda","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/APSL%2Fkaneda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fkaneda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fkaneda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fkaneda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/APSL","download_url":"https://codeload.github.com/APSL/kaneda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221391512,"owners_count":16811437,"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":["async","elasticsearch","events","metrics","mongo"],"created_at":"2024-01-20T15:37:46.894Z","updated_at":"2024-10-25T05:31:00.189Z","avatar_url":"https://github.com/APSL.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"Kaneda\n======\n\n.. image:: https://travis-ci.org/APSL/kaneda.svg?branch=master\n    :target: https://travis-ci.org/APSL/kaneda\n\n.. image:: https://readthedocs.org/projects/kaneda/badge/?version=latest\n    :target: https://readthedocs.org/projects/kaneda/?badge=latest    \n\nKaneda is a Python library that allows to report events and metrics of your applications.\nIt provides a several builtin `metrics \u003chttp://kaneda.readthedocs.io/en/latest/metrics.html\u003e`_ methods in order to store any amount of data that you want to then\nanalyze it or for performance studies.\n\nUsage\n~~~~~~~~~~~\n\nFirst of all, you need to install `Kaneda` package::\n\n    pip install kaneda\n\nThen you need a backend in order to keep data in a persistent storage.\nThe following example it shows how to send metrics with Elasticsearch as a backend:\n\n.. code-block:: python\n\n    from kaneda.backends import ElasticsearchBackend\n    from kaneda import Metrics\n\n    backend = ElasticsearchBackend(index_name='myindex', app_name='myapp', host='localhost',\n                                   port=9200, user='kaneda', password='kaneda')\n    metrics = Metrics(backend=backend)\n    metrics.gauge('answer_of_life', 42)\n\nFeatures\n~~~~~~~~\n* Builtin `metrics \u003chttp://kaneda.readthedocs.io/en/latest/metrics.html\u003e`_ functions and custom metric reports.\n* Configurable reporting `backends \u003chttp://kaneda.readthedocs.io/en/latest/backends.html\u003e`_ classes and `asynchronous \u003chttp://kaneda.readthedocs.io/en/latest/queues.html\u003e`_ queue classes.\n* Builtin Elasticsearch, MongoDB, InfluxDB and RethinkDB backends.\n* Builtin Celery, RQ and ZMQ asynchronous queue classes.\n* Django support.\n\nDocumentation\n~~~~~~~~~~~~~\nVisit the `documentation \u003chttp://kaneda.readthedocs.org\u003e`_ for an in-depth look at Kaneda.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAPSL%2Fkaneda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAPSL%2Fkaneda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAPSL%2Fkaneda/lists"}