Metadata-Version: 2.4
Name: otel-instrumentation-influxdbclient
Version: 1.41.0
Summary: A small example package
Author-email: JCWasmx86 <JCWasmx86@t-online.de>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/JCWasmx86/otel-instrumentation-influxdbclient
Project-URL: Issues, https://github.com/JCWasmx86/otel-instrumentation-influxdbclient/issues
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: influxdb-client>=1.50.0
Requires-Dist: opentelemetry-api==1.41.0
Requires-Dist: opentelemetry-sdk==1.41.0
Requires-Dist: opentelemetry-semantic-conventions==0.62b0
Requires-Dist: opentelemetry-instrumentation==0.62b0
Provides-Extra: tests
Requires-Dist: opentelemetry-test-utils; extra == "tests"
Dynamic: license-file

# otel-instrumentation-influxdbclient

**This package is just some small utility package I wrote. It's neither associated with OpenTelemetry, nor with InfluxData.**

This package provides a simple OpenTelemetry instrumentation for the [influxdb-client](https://pypi.org/project/influxdb-client/) package. As
it's written for my needs (Contributions welcome!), it only covers following:

- Traces: Only traces are emitted, no metrics etc.
- Sync only: No async methods are instrumented, as I currently don't need this
- Instrumented features:
  - Querying (In a limited manner)
  - Writing

