Skip to content

Commit

Permalink
Remove experimental warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Nov 8, 2024
1 parent 58b6e82 commit 50764c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/java/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Properties for configuring [resource](../sdk/#resource):
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| `otel.service.name` | Specify logical service name. Takes precedence over `service.name` defined with `otel.resource.attributes`. | `unknown_service:java` |
| `otel.resource.attributes` | Specify resource attributes in the following format: `key1=val1,key2=val2,key3=val3`. | |
| `otel.resource.disabled-keys` | Specify resource attribute keys to filter. This option is experimental and subject to change or removal. | |
| `otel.resource.disabled-keys` | Specify resource attribute keys to filter. | |
| `otel.java.enabled.resource.providers` | Comma-separated list of `ResourceProvider` fully qualified class names to enable. **[1]** If unset, all resource providers are enabled. | |
| `otel.java.disabled.resource.providers` | Comma-separated list of `ResourceProvider` fully qualified class names to disable. **[1]** | |

Expand Down

0 comments on commit 50764c4

Please sign in to comment.