Skip to content

Commit

Permalink
patch, remove column
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong committed Apr 15, 2024
1 parent b99a3d8 commit 2df16a4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/auto-instrumentation-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,15 +374,15 @@ Below is a breakdown of the main and related components involved in auto-instrum
The table below lists the current instrumentation libraries, their availability, and their compatibility with Splunk customer content.
_Note: Native OpenTelemetry instrumentation libraries are owned and maintained by the OpenTelemetry Community. Splunk provides best effort support for issues related to these libraries._

| Instrumentation Language | Distribution | Feature Gate Name | Feature Gate Default Value | Status | Splunk Content Compatibility | Code Repository | Source URL | Image Repository |
|--------------------------|----------------|-------------------------------------------------------|----------------------------|----------------|------------------------------|---------------------------------------------------------------------|-------------------------------------------------------------|--------------------------------------------------------------------------------|
| Java | Splunk | `operator.autoinstrumentation.java` | Enabled | Stable | Fully Compatible | [Link](https://github.com/signalfx/splunk-otel-java) | https://github.com/signalfx/splunk-otel-java | ghcr.io/signalfx/splunk-otel-java/splunk-otel-java |
| NodeJS | Splunk | `operator.autoinstrumentation.nodejs` | Enabled | Stable | Fully Compatible | [Link](https://github.com/signalfx/splunk-otel-js) | https://github.com/signalfx/splunk-otel-js | ghcr.io/signalfx/splunk-otel-java/splunk-otel-js |
| DotNet | Splunk | `operator.autoinstrumentation.dotnet` | Enabled | Stable | Fully Compatible | [Link](https://github.com/signalfx/splunk-otel-dotnet) | https://github.com/signalfx/splunk-otel-dotnet | ghcr.io/signalfx/splunk-otel-java/splunk-otel-dotnet |
| Python | Splunk | `operator.autoinstrumentation.python` | Enabled | Experimental | Partially Compatible | [Link](https://github.com/open-telemetry/opentelemetry-python) | https://github.com/open-telemetry/opentelemetry-python | ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-python |
| ApacheHttpD | OpenTelemetry | `operator.autoinstrumentation.apache-httpd` | Enabled | Experimental | Partially Compatible | [Link](https://github.com/open-telemetry/opentelemetry-cpp-contrib) | https://github.com/open-telemetry/opentelemetry-cpp-contrib | ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-apache-httpd |
| Go | OpenTelemetry | `operator.autoinstrumentation.go` | Disabled | Experimental | Partially Compatible | [Link](https://github.com/open-telemetry/opentelemetry-go) | https://github.com/open-telemetry/opentelemetry-go | ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go |
| Nginx | OpenTelemetry | `operator.autoinstrumentation.nginx` | Disabled | Experimental | Partially Compatible | [Link](https://github.com/open-telemetry/opentelemetry-cpp-contrib) | https://github.com/open-telemetry/opentelemetry-cpp-contrib | ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-apache-httpd |
| Instrumentation Language | Distribution | Feature Gate Name | Feature Gate Default Value | Status | Splunk Content Compatibility | Source URL | Image Repository |
|--------------------------|----------------|-------------------------------------------------------|----------------------------|----------------|------------------------------|-------------------------------------------------------------|--------------------------------------------------------------------------------|
| Java | Splunk | `operator.autoinstrumentation.java` | Enabled | Stable | Fully Compatible | https://github.com/signalfx/splunk-otel-java | ghcr.io/signalfx/splunk-otel-java/splunk-otel-java |
| NodeJS | Splunk | `operator.autoinstrumentation.nodejs` | Enabled | Stable | Fully Compatible | https://github.com/signalfx/splunk-otel-js | ghcr.io/signalfx/splunk-otel-java/splunk-otel-js |
| DotNet | Splunk | `operator.autoinstrumentation.dotnet` | Enabled | Stable | Fully Compatible | https://github.com/signalfx/splunk-otel-dotnet | ghcr.io/signalfx/splunk-otel-java/splunk-otel-dotnet |
| Python | Splunk | `operator.autoinstrumentation.python` | Enabled | Experimental | Partially Compatible | https://github.com/open-telemetry/opentelemetry-python | ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-python |
| ApacheHttpD | OpenTelemetry | `operator.autoinstrumentation.apache-httpd` | Enabled | Experimental | Partially Compatible | https://github.com/open-telemetry/opentelemetry-cpp-contrib | ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-apache-httpd |
| Go | OpenTelemetry | `operator.autoinstrumentation.go` | Disabled | Experimental | Partially Compatible | https://github.com/open-telemetry/opentelemetry-go | ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go |
| Nginx | OpenTelemetry | `operator.autoinstrumentation.nginx` | Disabled | Experimental | Partially Compatible | https://github.com/open-telemetry/opentelemetry-cpp-contrib | ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-apache-httpd |

### Documentation Resources

Expand Down

0 comments on commit 2df16a4

Please sign in to comment.