Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the root node of the counters section of an instrumentation manifest.
<xs:element name="counters"
type="man:counters"
>
<xs:key name="uniqueprovGUID">
<xs:selector
xpath="./man:provider"
/>
<xs:field
xpath="@providerGuid"
/>
</xs:key>
<xs:key name="uniqueCounterSetGUID">
<xs:selector
xpath="./man:provider/man:counterSet"
/>
<xs:field
xpath="@guid"
/>
</xs:key>
<xs:key name="uniqueCounterSetURI">
<xs:selector
xpath="./man:provider/man:counterSet"
/>
<xs:field
xpath="@uri"
/>
</xs:key>
<xs:key name="uniqueCounterSetName">
<xs:selector
xpath="./man:provider/man:counterSet"
/>
<xs:field
xpath="@name"
/>
</xs:key>
<xs:key name="uniqueCounterSetSymbol">
<xs:selector
xpath="./man:provider/man:counterSet"
/>
<xs:field
xpath="@symbol"
/>
</xs:key>
<xs:unique name="uniqueCounterSymbol">
<xs:selector
xpath="./man:provider/man:counterSet/man:counter"
/>
<xs:field
xpath="@symbol"
/>
</xs:unique>
<xs:key name="uniqueCounterURI">
<xs:selector
xpath="./man:provider/man:counterSet/man:counter"
/>
<xs:field
xpath="@uri"
/>
</xs:key>
</xs:element>
Remarks
This element's parent node is the instrumentation element of the manifest.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |