Skip to content

cern-it-efp/cloudbank-monit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudbank-monit

Platform for cloud services usage and consumption monitoring in the scope of the CloudBankEU project.

This is an Open Source project licensed under GNU Affero General Public License, developed in collaboration with UCSD.

No personal data is stored in any circumstance. Only Project and Billing IDs, cost expenditure and usage per cloud service.

Architecture

This application runs in CERN Openshift and is conformed by the following core components:

  • CERN SSO: authentication for CERN users.
  • Grafana: dashboards displaying the data.
  • Prometheus: scrapes data from the exporters.
    • AWS Exporter: gets billing data from AWS's reports (CSV files on S3).
    • GCP Exporter: gets billing data from GCP's BigQuery.
  • InfluxDB: data persistence.

Monitoring Platform Architecture

Deployment

Refer to the Openshift folder.

License

Copyright (C) CERN.

Licensed under GNU Affero General Public License.

CERN