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

[WIP] First Draft of OPEA Triage Tool #1185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

louie-tsai
Copy link
Collaborator

@louie-tsai louie-tsai commented Nov 23, 2024

Description

To help customers debug OPEA issues, we create a Triage Tool to test and gather needed information for debugging.

For the first draft, it is for ChatQnA.

The Triage Tools will run some simple tests including:

  1. health_check
  2. micorservice testings
  3. statistics

Below information will be gather after above testings

  1. system info
  2. env variable info
  3. all docker logs for microservices
  4. (optional) profiling results like vllm pytorch profiling

Report:
plan to have a HTML report.
Right now we have

  1. simple console output
  2. simple html report

console output
Below is the screenshot for console output.
image

html report
image

Other info:

  1. all input, output, port configurations are in data.json file. no need to change codes for configurations and data
  2. each example will be implemented as a seperate python class

ToDo:

  1. need to make html report better
  2. make sure all microservices are tested on both Xeon and Gaudi
  3. move files into right folder
  4. apply to all examples

Issues

n/a.

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)
  • Others (enhancement, documentation, validation, etc.)

Dependencies

NA

Tests

Manual Testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant