Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[monitoring] exceptions api: filtering and more metadata #203

Closed
cezio opened this issue Jul 21, 2017 · 1 comment
Closed

[monitoring] exceptions api: filtering and more metadata #203

cezio opened this issue Jul 21, 2017 · 1 comment

Comments

@cezio
Copy link

cezio commented Jul 21, 2017

Exceptions view (http://geonode-dev-mon.geo-solutions.it/monitoring/api/exceptions/) should be filtered by service and time. Data should contain service exception was spotted

@cezio
Copy link
Author

cezio commented Jul 24, 2017

exceptions structure:

    "url": "/monitoring/api/exceptions/9/",
    "error_type": "org.geoserver.platform.ServiceException",
    "id": 9,
     "service": {
         "type": "geoserver",
         "name": "local-geoserver"
          },
     "created": "2017-06-26T15:33:20.152"
},

Exceptions view is filterable with params:

  • exception_type - exception class name
  • valid_from/valid_to - timestamps
  • service_name - name of service on which exception occured
  • service_type - name of service type on which exception occured
  • resource - name of resource which was involved in exception

cezio added a commit to cezio/geonode that referenced this issue Jul 24, 2017
@cezio cezio closed this as completed Jul 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant