Skip to content

Commit

Permalink
keep deprecated property documented
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 9, 2024
1 parent fa39e7b commit d2725d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions instrumentation/spring/spring-boot-autoconfigure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,10 @@ This is the preferred way to enable/disable exporters and takes precedence over

##### Resource Properties

| Feature | Property | Default Value |
|----------|----------------------------------|---------------|
| Resource | otel.springboot.resource.enabled | `true` |
| | otel.resource.attributes | `empty map` |
| Feature | Property | Default Value |
| -------- |---------------------------------------------------------------------| ---------------------- |
| Resource | otel.springboot.resource.enabled | `true` |
| | otel.resource.attributes (old: otel.springboot.resource.attributes) | `empty map` |

`otel.resource.attributes` supports a pattern-based resource configuration in the
application.properties like this:
Expand Down

0 comments on commit d2725d7

Please sign in to comment.