{"id":23554163,"url":"https://github.com/silverbackhq/pyumetric","last_synced_at":"2025-08-03T23:07:46.915Z","repository":{"id":57458189,"uuid":"167260893","full_name":"silverbackhq/pyumetric","owner":"silverbackhq","description":"🔰 A Python Package to unify time series data sources and third party monitoring services.","archived":false,"fork":false,"pushed_at":"2019-07-07T11:12:27.000Z","size":41,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T03:50:42.368Z","etag":null,"topics":["newrelic","python","python-library","silverback","silverbackhq","statuspage","time-series"],"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/silverbackhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-23T22:01:04.000Z","updated_at":"2019-07-07T11:12:29.000Z","dependencies_parsed_at":"2022-09-09T22:51:19.243Z","dependency_job_id":null,"html_url":"https://github.com/silverbackhq/pyumetric","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/silverbackhq/pyumetric","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverbackhq%2Fpyumetric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverbackhq%2Fpyumetric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverbackhq%2Fpyumetric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverbackhq%2Fpyumetric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silverbackhq","download_url":"https://codeload.github.com/silverbackhq/pyumetric/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverbackhq%2Fpyumetric/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268625009,"owners_count":24280188,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["newrelic","python","python-library","silverback","silverbackhq","statuspage","time-series"],"created_at":"2024-12-26T12:12:22.367Z","updated_at":"2025-08-03T23:07:46.880Z","avatar_url":"https://github.com/silverbackhq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"PyuMetric\n=========\n\nA Python Package to unify time series data sources and third party monitoring services.\n\n[![Build Status](https://travis-ci.org/silverbackhq/pyumetric.svg?branch=master)](https://travis-ci.org/silverbackhq/pyumetric)\n[![PyPI version](https://badge.fury.io/py/pyumetric.svg)](https://badge.fury.io/py/pyumetric)\n[![Coverage Status](https://coveralls.io/repos/github/silverbackhq/pyumetric/badge.svg?branch=master)](https://coveralls.io/github/silverbackhq/pyumetric?branch=master)\n\nInstallation\n------------\nTo install PyuMetric run this command:\n```\npip3 install pyumetric\n```\n\nUsage\n-----\nAfter installing the library, Read the following usage criteria:\n\n```python\nfrom pyumetric import Datetime_Utils\nfrom pyumetric import NewRelic_Provider\n\n\nnew_relic = NewRelic_Provider(\"api_key_here\")\n\n# Get apps list\nnew_relic.get_apps()\n\n# Get app info (12345 is the app id)\nnew_relic.get_app(12345)\n\n# Get all metric list\nnew_relic.get_metrics(12345)\n\n# Get Metrics list with a filter (Apdex)\nnew_relic.get_metrics(12345, \"Apdex\")\n\n# Get Metric Values from 14 days till now\nnew_relic.get_metric(\n    244202213,\n    [\"WebTransaction\"],\n    [\"average_response_time\"],\n    Datetime_Utils(\"UTC\", -14).iso(),\n    Datetime_Utils(\"UTC\").iso(),\n    False\n)\n```\n\nMisc\n====\n\nChangelog\n---------\nVersion 0.0.4:\n```\nUpdate Response.\nFix Exceptions.\nFix Text Cases.\n```\n\nVersion 0.0.3:\n```\nAdd Datetime Util Module.\n```\n\nVersion 0.0.2:\n```\nInitial Release.\n```\n\nAcknowledgements\n----------------\n\n© 2019, Silverback. Released under [MIT License](https://opensource.org/licenses/mit-license.php).\n\n**PyuMetric** is authored and maintained by [@silverbackhq](http://github.com/silverbackhq).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilverbackhq%2Fpyumetric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilverbackhq%2Fpyumetric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilverbackhq%2Fpyumetric/lists"}