Document flags used in the runtime telemetry instrumentation (#10191)

This commit is contained in:
Lauri Tulmin 2024-01-10 01:01:20 +02:00 committed by GitHub
parent 9c1de50343
commit a7780c36f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Settings for the Runtime Telemetry instrumentation
| System property | Type | Default | Description |
|--------------------------------------------------------------------------|---------|---------|-------------------------------------------------------------------|
| `otel.instrumentation.runtime-telemetry.emit-experimental-telemetry` | Boolean | `false` | Enable the capture of experimental metrics. |
| `otel.instrumentation.runtime-telemetry-java17.enable-all` | Boolean | `false` | Enable the capture of all JFR based metrics. |
| `otel.instrumentation.runtime-telemetry-java17.enabled` | Boolean | `false` | Enable the capture of JFR based metrics. |
| `otel.instrumentation.runtime-telemetry.package-emitter.enabled` | Boolean | `false` | Enable creating events for JAR libraries used by the application. |
| `otel.instrumentation.runtime-telemetry.package-emitter.jars-per-second` | Integer | 10 | The number of JAR files processed per second. |