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

Provide UX for reviewing event logs for a service instance #2914

Closed
mogul opened this issue Aug 25, 2018 · 1 comment · Fixed by #4066
Closed

Provide UX for reviewing event logs for a service instance #2914

mogul opened this issue Aug 25, 2018 · 1 comment · Fixed by #4066
Labels
blitz community Community Raised Issue feature-request triage Requires review of inportance and prioritisation

Comments

@mogul
Copy link
Contributor

mogul commented Aug 25, 2018

Detailed Description

In order to diagnose problems with service instances and meet compliance needs, Cloud Foundry users and operators should have the ability to easily inspect any events involving that instance.

Context

We just spent a few days going back and forth with a tenant about the potential source of an outage, where the root cause was an unexpected change in a service instance. In the end we found that some critical events relating to creation or updates aren't logged, but more importantly, our process for reviewing events from the CLI is not particularly user-friendly.

This seems like a valuable addition for any user, given that they may find themselves in a similar root-cause or compliance-evidence scenario. Providing a place to view events gives people one less reason to use the CLI.

Possible Implementation

  • There should be a UX pane attached to service instances that lists all events associated with that service instance, similar to the events tab that appears for applications.
@richard-cox
Copy link
Contributor

We have the concept of showing cf events in the app events tab and it should be really simple to use a similar mechanism to show service instance events. However we'd need a location for the list. It could either

  • Be in a full screen modal (like the app instance ssh) accessible by the service instance action menus
  • Be part of a new service instance summary page in the Services section. The list could either be underneath a summary card or in a tab on the same page. For the later we might need additional content to add value to the information we already show in the service cards/rows

@richard-cox richard-cox added the community Community Raised Issue label Oct 24, 2018
@kreinecke kreinecke added the triage Requires review of inportance and prioritisation label Jun 24, 2019
@richard-cox richard-cox added blitz and removed blitz labels Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blitz community Community Raised Issue feature-request triage Requires review of inportance and prioritisation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants