Skip to content
lee212 edited this page Apr 24, 2013 · 8 revisions

In this section, any idea and thought for the software development will be discussed and shared.

  1. Lambda for defining metrics? - Functional programming concepts to define metric functions.

We have added new metrics functions by our decisions in a source code but we hope we can provide tools so that a user can implement custom functions for their own purposes. The idea is briefly that a user can log into cmd2 mode of python and define a user function to analyze log files and produce a user own metric. There should be basic functions to support defining a user function and a database to store the function.

  1. python-novaclient