[
https://issues.apache.org/jira/browse/SOLR-11215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16128872#comment-16128872
]
Andrzej Bialecki commented on SOLR-11215:
------------------------------------------
Example:
{code}
http://localhost:8983/solr/admin/metrics?key=solr.jvm:system.properties:user.name&key=solr.node:CONTAINER.fs.totalSpace
{code}
{code}
{
"responseHeader": {
"status": 0,
"QTime": 0
},
"metrics": {
"solr.jvm:system.properties:user.name": "ab",
"solr.node:CONTAINER.fs.totalSpace": 499046809600
}
}
{code}
> Make a metric accessible through a single param
> -----------------------------------------------
>
> Key: SOLR-11215
> URL: https://issues.apache.org/jira/browse/SOLR-11215
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Noble Paul
> Assignee: Andrzej Bialecki
> Fix For: 7.1
>
> Attachments: SOLR-11215.diff
>
>
> example
> {code}
> /admin/metrics?key=solr.jvm:classes.loaded&key=solr.jvm:system.properties:java.specification.version
> {code}
> The above request must return just the two items in their corresponding path
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]