XML
Select XML as the query type to retrieve data from XML APIs or files. You can query data from a URL or provide inline XML data.
With Grafana Play, you can explore and see how it works, learning from practical examples to accelerate your development. This feature can be seen on Infinity plugin XML demo.
Selector syntax
XML selectors use dot notation to navigate the document structure. Special syntax is available for attributes and text content.
Example: Elements with child nodes and attributes
XML data:
<users>
<user age="20">
<name>User A</name>
</user>
<user age="21">
<name>User B</name>
</user>
</users>Configuration:



