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

Collect runtime metrics for containerized applications #29

Closed
dimitar-dimitrow opened this issue Jul 6, 2022 · 0 comments
Closed

Collect runtime metrics for containerized applications #29

dimitar-dimitrow opened this issue Jul 6, 2022 · 0 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@dimitar-dimitrow
Copy link
Contributor

dimitar-dimitrow commented Jul 6, 2022

To enable an AIoT applications lifecycle management, it's essential to provide information in different aspects of the context these applications are deployed to, running in and managed by - i.e. provide metrics.

In the scope of the containers management runtime these could be outlined into two levels/contexts:

  • of the runtime itself
  • per container

Environmental metrics data can be classified into the following categories of interest applicable for each of the levels above:

  • CPU
  • Memory
  • IO
  • Disk Access
  • etc. ...

Note Metrics reporting is not part of the OCI specification. Whatever API is designed, it must be ensured that:

  • it's aligned with existing such
  • it's applicable in the pluggable context of the Kanto containers management engine

Acceptance:

  • All required metrics are provided for each of the levels
  • The mechanism (push/pull) for acquiring the metrics of interest (filtering) is defined and available via the public APIs for external applications/services

Tasks:

@dimitar-dimitrow dimitar-dimitrow added the feature New feature or request label Jul 6, 2022
@dimitar-dimitrow dimitar-dimitrow added this to the M2 milestone Jul 6, 2022
@dimitar-dimitrow dimitar-dimitrow self-assigned this Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants