All Projects → FujitsuLaboratories → Comevizz

FujitsuLaboratories / Comevizz

Licence: apache-2.0
COMEVIZZ is COde MEtrics VIsualiZation with Z-Score.

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to Comevizz

Whisper
Whisper is a file-based time-series database format for Graphite.
Stars: ✭ 1,121 (+1234.52%)
Mutual labels:  metrics
Graylog Plugin Metrics Reporter
Graylog Metrics Reporter Plugins
Stars: ✭ 71 (-15.48%)
Mutual labels:  metrics
Pwmetrics
Progressive web metrics at your fingertipz
Stars: ✭ 1,243 (+1379.76%)
Mutual labels:  metrics
Citrix Adc Metrics Exporter
Export metrics from Citrix ADC (NetScaler) to Prometheus
Stars: ✭ 67 (-20.24%)
Mutual labels:  metrics
Prometheusbeat
send prometheus metrics to elastic
Stars: ✭ 69 (-17.86%)
Mutual labels:  metrics
Jmx2graphite
JMX to Graphite every x seconds in one command line (Docker based) (also come in Java Agent flavour)
Stars: ✭ 75 (-10.71%)
Mutual labels:  metrics
Spring Boot Actuator Demo
Spring Boot Actuator: Health Check, Metrics Gathering, Auditing, and Monitoring
Stars: ✭ 61 (-27.38%)
Mutual labels:  metrics
Hubble
Hubble - Network, Service & Security Observability for Kubernetes using eBPF
Stars: ✭ 1,245 (+1382.14%)
Mutual labels:  metrics
Vos backend
vangav open source - backend; a backend generator (generates more than 90% of the code needed for big scale backend services)
Stars: ✭ 71 (-15.48%)
Mutual labels:  metrics
Metrics Cdi
CDI extension for Dropwizard Metrics
Stars: ✭ 76 (-9.52%)
Mutual labels:  metrics
Promregator
Prometheus Aggregator for Cloud Foundry (Core Component)
Stars: ✭ 66 (-21.43%)
Mutual labels:  metrics
Prometheus.cl
Prometheus.io Common Lisp client
Stars: ✭ 67 (-20.24%)
Mutual labels:  metrics
Legacy Kubernetes App
Grafana App for Kubernetes
Stars: ✭ 76 (-9.52%)
Mutual labels:  metrics
Foobugs Dashboard
various dashing dashboard jobs
Stars: ✭ 64 (-23.81%)
Mutual labels:  metrics
Beamium
Prometheus to Warp10 metrics forwarder
Stars: ✭ 82 (-2.38%)
Mutual labels:  metrics
Prom Confluence Exporter
Prometheus Exporter For Confluence
Stars: ✭ 62 (-26.19%)
Mutual labels:  metrics
Ckjm
Chidamber and Kemerer Java Metrics
Stars: ✭ 72 (-14.29%)
Mutual labels:  metrics
Systemd exporter
Exporter for systemd unit metrics
Stars: ✭ 82 (-2.38%)
Mutual labels:  metrics
Python Prometheus Demo
Demo of using Prometheus for monitoring Python web applications
Stars: ✭ 83 (-1.19%)
Mutual labels:  metrics
Tessera
A dashboard front-end for graphite.
Stars: ✭ 1,202 (+1330.95%)
Mutual labels:  metrics

Travis-CI Build Status

COMEVIZZ

COMEVIZZ is COde MEtrics VIZualization tool with Z-score. You can see the Z-Score of your source code and the distributions of souce code metrics of a lot of software project.

screenshot

Usage

See documentation.

Runnning comevizz by docker-compose

You need to install Docker and Docker Compose.

// If your environments are in company proxy, you must set env `http_proxy`, `https_proxy`.
export http_proxy=http://user:[email protected]:8080
export https_proxy=http://user:[email protected]:8080

docker-compose up -d

Then access to http://${host}:3838.

Development

Developers Machine Setup

It had better to use docker-compose.

docker-compose -f docker-compose-dev.yml up -d

Then access to http://${host}:8787 and input the following auth.

Username: rstudio
Password: rstudio

In r-studio's console,

// If your network are in proxy, you must set env `http_proxy`, `https_proxy`.
Sys.setenv("http_proxy"="http://user:[email protected]:8080")
Sys.setenv("https_proxy"="http://user:[email protected]:8080")

devtools::install_deps()
devtools::load_all()
library(comevizz)
comevizz::run()

Then you can access comevizz app.

License

This library is distributed under the Apache License Version 2.0 found in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].