Skip to content

Conversation

@ericho
Copy link

@ericho ericho commented Jul 16, 2019

This is the initial commit for the setup of the infrastructure to
gather data from running StarlingX systems.

Signed-off-by: Erich Cordoba [email protected]

@VictorRodriguez
Copy link
Contributor

+1 from my side, looks good as a dashboard to track the metrics of the STX system. The next steps might be:

  • Present this tool into the community meting
  • Document it as part of the cool tools that community can use
  • Create a trend dashboard over the history of images ( or dates ) to catch regressions/degradations/improvements
  • Create a filter to only view the ones developers want ( is nice to have all these metrics, but maybe onde developer in the community just matter 3 metrics )

Regards

Victor R

USERNAME = "jenkins"
PASSWORD = "jenkins"

HOST_TARGET = "10.219.115.222"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't publish ip address here, can you find a way to generate it or pass it via a conf file?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, thanks for that !!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @saulwold

Actually those were debug global variables and I forgot to delete them. The Config class below in this file gets the configuration data from a yaml file.

I sent the update to delete these three lines.

Copy link
Contributor

@saulwold saulwold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment below

This is the initial commit for the setup of the infrastructure to
gather data from running StarlingX systems.

Signed-off-by: Erich Cordoba <[email protected]>
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.

3 participants