Added config file to configure Profiler Tool

This CL adds a configuration file that acts as the user interface to the
Node Profiler tool. It also adds a function that parses user input from
the configuration file to a Logger Option structure. Changes needed in the
cloudlogger package are reflected in this CL.

BUG=b/196059500

Change-Id: I4d96500f4985b9191b8f29f0cfb48837dd0cc8a6
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/21010
Reviewed-by: Dexter Rivera <riverade@google.com>
Tested-by: Dexter Rivera <riverade@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
10 files changed
tree: 43cf8b27a847bc7aded768bdfa52f0246ef044ee
  1. release/
  2. src/
  3. testing/
  4. BUILD.bazel
  5. cloudbuild.yaml
  6. CONTRIBUTING.md
  7. deps.bzl
  8. go.mod
  9. go.sum
  10. LICENSE
  11. README.md
  12. run_tests.sh
  13. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.