Преглед изворни кода

Update README.md (#10635)

Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
Parag Gupta пре 1 година
родитељ
комит
4ea4e1d4f1
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      instrumentation/oshi/README.md

+ 4 - 0
instrumentation/oshi/README.md

@@ -3,3 +3,7 @@
 | System property                                           | Type    | Default | Description              |
 |-----------------------------------------------------------| ------- | ------- |--------------------------|
 | `otel.instrumentation.oshi.experimental-metrics.enabled`  | Boolean | `false` | Enable the OSHI metrics. |
+
+# Using OSHI with OpenTelemetry Java agent
+
+Download oshi-core jar from https://search.maven.org/search?q=g:com.github.oshi%20AND%20a:oshi-core and place it on the class path. OpenTelemetry Java agent uses system class loader to load classes from the oshi-core jar that are used for the metrics.