Skip to content

Commit

Permalink
patch-1 - Update readme docs/advanced-configuration-options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anhermon committed Jan 9, 2024
1 parent 5ff3acf commit 8a2853c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/advanced-configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ which could have unknown side-effects.

This can be used to Ignore the class loader specified and exclude it from being instrumented.

| System property | Environment variable | Purpose |
|--------------------------------------|--------------------------------------|---------------------------------------------------------------------------------|
| otel.javaagent.exclude-class-loaders | OTEL_JAVAAGENT_EXCLUDE_CLASS_LOADERS | Ignore the specified class loaders, format is "my.package.MyClass,my.package2." |
| System property | Environment variable | Purpose |
|--------------------------------------|--------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
| otel.javaagent.exclude-class-loaders | OTEL_JAVAAGENT_EXCLUDE_CLASS_LOADERS | This option can be used to exclude classes loaded by given class loaders from being instrumented, format is "my.package.MyClass,my.package2." |

## Running application with security manager

Expand Down

0 comments on commit 8a2853c

Please sign in to comment.