Skip to content

Commit

Permalink
docs: application contains name attribute, not applications
Browse files Browse the repository at this point in the history
The xml example was pretty clear, but I specified in the text that the `name` attribute belonged to an unmentioned `application` element, not the parent `applications` element. It's `instrumentation.applications.application.name`.
  • Loading branch information
brnhensley committed Mar 22, 2022
1 parent c2a5dc1 commit 2ac7eec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ The `instrumentation` element is a child of the `configuration` element. By defa

### Applications element (instrumentation) [#application-instrumentation]

The `applications` element is a child of the `instrumentation` element. The applications element specifies which non-web apps to instrument. It contains a `name` attribute.
The `applications` element is a child of the `instrumentation` element. The `applications` element supports `application` child elements which specify which non-web apps to instrument. The `application` element contains a `name` attribute.

<Callout variant="important">
This is not the same as the [`application` (configuration)](#application-configuration) element, which is a [child of the `configuration`](#application) element.
Expand Down

0 comments on commit 2ac7eec

Please sign in to comment.