Skip to content

Commit

Permalink
Fix java doc
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Juneja <[email protected]>
  • Loading branch information
Gagan Juneja committed Oct 3, 2023
1 parent f196658 commit 99cfa48
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
*/
public class OTelTelemetryPlugin extends Plugin implements TelemetryPlugin {

/**
* Instrumentation scope name.
*/
public static final String INSTRUMENTATION_SCOPE_NAME = "org.opensearch.telemetry";

static final String OTEL_TRACER_NAME = "otel";
Expand Down

0 comments on commit 99cfa48

Please sign in to comment.