Name | resoto-plugin-posthog JSON |
Version |
3.9.0
JSON |
| download |
home_page | |
Summary | Resoto Posthog Collector Plugin |
upload_time | 2024-02-20 18:27:49 |
maintainer | |
docs_url | None |
author | Some Engineering Inc. |
requires_python | >=3.9 |
license | AGPLv3 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# resoto-plugin-posthog
Posthog Collector Plugin for Resoto
This collector plugin is used to collect data from Posthog. It is used internally at Some Engineering to create metrics about resoto installations and usage.
To export the number of running installations add the following config to `resoto.metrics`
```
resotometrics:
[...]
metrics:
running_installations:
# Metric help text
help: 'Number of running installations'
# Aggregation search to run
search: 'aggregate(/ancestors.cloud.reported.name as cloud: sum(count) as running_installations): is(posthog_event) and name=model.info'
# Type of metric (gauge or counter)
type: 'gauge'
```
## License
See [LICENSE](../../LICENSE) for details.
Raw data
{
"_id": null,
"home_page": "",
"name": "resoto-plugin-posthog",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "",
"author": "Some Engineering Inc.",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/02/84/6f1c112e34415fe72d20899c980b5dc5fa014a42a6574d817dcdc6b5bd81/resoto-plugin-posthog-3.9.0.tar.gz",
"platform": null,
"description": "# resoto-plugin-posthog\nPosthog Collector Plugin for Resoto\n\nThis collector plugin is used to collect data from Posthog. It is used internally at Some Engineering to create metrics about resoto installations and usage.\n\nTo export the number of running installations add the following config to `resoto.metrics`\n```\nresotometrics:\n [...]\n metrics:\n running_installations:\n # Metric help text\n help: 'Number of running installations'\n # Aggregation search to run\n search: 'aggregate(/ancestors.cloud.reported.name as cloud: sum(count) as running_installations): is(posthog_event) and name=model.info'\n # Type of metric (gauge or counter)\n type: 'gauge'\n```\n## License\nSee [LICENSE](../../LICENSE) for details.\n",
"bugtrack_url": null,
"license": "AGPLv3",
"summary": "Resoto Posthog Collector Plugin",
"version": "3.9.0",
"project_urls": {
"Documentation": "https://resoto.com",
"Source": "https://github.com/someengineering/resoto/tree/main/plugins/posthog"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0357338e8f485da22b00f1f98f62b75e1937953bcd5b8bdfa7182ae9ec91f776",
"md5": "4c62fec2c83fac5756c2b94cf1808e59",
"sha256": "71b7f8053a716ce5d873c75baa9a2cf12705ce6ca4d3b7517a2e00d5376196a5"
},
"downloads": -1,
"filename": "resoto_plugin_posthog-3.9.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4c62fec2c83fac5756c2b94cf1808e59",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 5348,
"upload_time": "2024-02-20T18:27:48",
"upload_time_iso_8601": "2024-02-20T18:27:48.031825Z",
"url": "https://files.pythonhosted.org/packages/03/57/338e8f485da22b00f1f98f62b75e1937953bcd5b8bdfa7182ae9ec91f776/resoto_plugin_posthog-3.9.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "02846f1c112e34415fe72d20899c980b5dc5fa014a42a6574d817dcdc6b5bd81",
"md5": "65274b0de9d2a31e7a3e7bcae4c9c338",
"sha256": "e868177bb7d628210dfed833ecf7bef0b85828cd9766fa30e2dbd825875e6d15"
},
"downloads": -1,
"filename": "resoto-plugin-posthog-3.9.0.tar.gz",
"has_sig": false,
"md5_digest": "65274b0de9d2a31e7a3e7bcae4c9c338",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 4717,
"upload_time": "2024-02-20T18:27:49",
"upload_time_iso_8601": "2024-02-20T18:27:49.830907Z",
"url": "https://files.pythonhosted.org/packages/02/84/6f1c112e34415fe72d20899c980b5dc5fa014a42a6574d817dcdc6b5bd81/resoto-plugin-posthog-3.9.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-20 18:27:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "someengineering",
"github_project": "resoto",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "resoto-plugin-posthog"
}