opentelemetry-instrumentation-kstreams


Nameopentelemetry-instrumentation-kstreams JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryOTEL for kstreams
upload_time2024-10-02 12:24:02
maintainerNone
docs_urlNone
authorSantiago Fraire Willemoes
requires_python<4.0,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # opentelemetry-instrumentation-kstreams

> OTEL for kstreams

Version: `0.4.0`

> [!IMPORTANT]
> This instrumentation works only with [ksterams middlewares](https://kpn.github.io/kstreams/middleware/) after `v0.17.0`

## Installation

```sh
pip install -U opentelemetry_instrumentation_kstreams
```

## Usage

```python
from opentelemetry_instrumentation_kstreams import KStreamsInstrumentor

KStreamsInstrumentor().instrument()
```

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md)

## Release

The release process is automated by the CI, if you have to do it manually then:

```sh
./scripts/install
./scripts/bump
./scripts/release
```

Note: this will not release the docs.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opentelemetry-instrumentation-kstreams",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Santiago Fraire Willemoes",
    "author_email": "santiago.fraire@kpn.com",
    "download_url": "https://files.pythonhosted.org/packages/16/a4/c7b3b732a18d0cd95b6138469a0248580e0f668ea929233f91e737999eb0/opentelemetry_instrumentation_kstreams-0.4.0.tar.gz",
    "platform": null,
    "description": "# opentelemetry-instrumentation-kstreams\n\n> OTEL for kstreams\n\nVersion: `0.4.0`\n\n> [!IMPORTANT]\n> This instrumentation works only with [ksterams middlewares](https://kpn.github.io/kstreams/middleware/) after `v0.17.0`\n\n## Installation\n\n```sh\npip install -U opentelemetry_instrumentation_kstreams\n```\n\n## Usage\n\n```python\nfrom opentelemetry_instrumentation_kstreams import KStreamsInstrumentor\n\nKStreamsInstrumentor().instrument()\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md)\n\n## Release\n\nThe release process is automated by the CI, if you have to do it manually then:\n\n```sh\n./scripts/install\n./scripts/bump\n./scripts/release\n```\n\nNote: this will not release the docs.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "OTEL for kstreams",
    "version": "0.4.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6658cfc4160e8a756d6bdef4269e80943e19cbdaec5742920ce49103c47fb927",
                "md5": "063b336ad57c340ce556d78ac4cf6ef4",
                "sha256": "01c483e71a71c26d371af18206b4d1b93aca6753cf0f1b6236dd44535c7c1920"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_kstreams-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "063b336ad57c340ce556d78ac4cf6ef4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 13080,
            "upload_time": "2024-10-02T12:24:01",
            "upload_time_iso_8601": "2024-10-02T12:24:01.117750Z",
            "url": "https://files.pythonhosted.org/packages/66/58/cfc4160e8a756d6bdef4269e80943e19cbdaec5742920ce49103c47fb927/opentelemetry_instrumentation_kstreams-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16a4c7b3b732a18d0cd95b6138469a0248580e0f668ea929233f91e737999eb0",
                "md5": "5f4f7f4071a22bd8b21fc315a55b474e",
                "sha256": "2554bb74f8d3e98d3d63282d770bbdf0e825e7cd446e78e210706503cffbdd8e"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_kstreams-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5f4f7f4071a22bd8b21fc315a55b474e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 10253,
            "upload_time": "2024-10-02T12:24:02",
            "upload_time_iso_8601": "2024-10-02T12:24:02.928946Z",
            "url": "https://files.pythonhosted.org/packages/16/a4/c7b3b732a18d0cd95b6138469a0248580e0f668ea929233f91e737999eb0/opentelemetry_instrumentation_kstreams-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-02 12:24:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "opentelemetry-instrumentation-kstreams"
}
        
Elapsed time: 0.40712s