Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Oct 8, 2024
1 parent 4284da4 commit cec1d79
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/en/docs/zero-code/python/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ directly.

#### Libraries with binary wheels

Some Python packages we instrument or need in our
instrumentation libraries, might ship with some binary code. This is
the case, for example, of `grpcio` and `psutil` (used in `opentelemetry-instrumentation-system-metrics`).
Some Python packages we instrument or need in our instrumentation libraries,
might ship with some binary code. This is the case, for example, of `grpcio` and
`psutil` (used in `opentelemetry-instrumentation-system-metrics`).

The binary code is tied to a specific C library version (glibc or musl)
and to a specific Python version. The
The binary code is tied to a specific C library version (glibc or musl) and to a
specific Python version. The
[OpenTelemetry Operator](https://github.com/open-telemetry/opentelemetry-operator)
provides images for a single Python version based on the glibc C
library. If you want to use it you might need to build your own image
operator Docker image for Python auto-instrumentation.
provides images for a single Python version based on the glibc C library. If you
want to use it you might need to build your own image operator Docker image for
Python auto-instrumentation.

0 comments on commit cec1d79

Please sign in to comment.