[infinispan-issues] [JBoss JIRA] (ISPN-10884) Expose index details for a cache
Gustavo Fernandes (Jira)
issues at jboss.org
Mon Nov 4 11:17:00 EST 2019
[ https://issues.jboss.org/browse/ISPN-10884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gustavo Fernandes updated ISPN-10884:
-------------------------------------
Description:
It should provide runtime status together with configuration aspects such as index location, type, etc.
Also it should contain all information currently exposed through JMX
{code:json}
{
"size": 1000,
"reindexing": false,
"provider": {
"disk" : {
"path": "/path/to/index"
}
}
}
{code}
was:
It should provide runtime status together with configuration aspects such as index location, type, etc.
Also it should contain all information currently exposes through JMX
{code:json}
{
"size": 1000,
"reindexing": false,
"provider": {
"disk" : {
"path": "/path/to/index"
}
}
}
{code}
> Expose index details for a cache
> --------------------------------
>
> Key: ISPN-10884
> URL: https://issues.jboss.org/browse/ISPN-10884
> Project: Infinispan
> Issue Type: Enhancement
> Components: REST
> Affects Versions: 10.0.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> It should provide runtime status together with configuration aspects such as index location, type, etc.
> Also it should contain all information currently exposed through JMX
> {code:json}
> {
> "size": 1000,
> "reindexing": false,
> "provider": {
> "disk" : {
> "path": "/path/to/index"
> }
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list