• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubevirt / hyperconverged-cluster-operator / 718
73%
main: 76%

Build:
Build:
LAST BUILD BRANCH: add-TLSsecurity
DEFAULT BRANCH: main
Ran 23 Sep 2019 09:04PM UTC
Jobs 1
Files 1
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Sep 2019 08:03PM UTC coverage: 81.441%. Remained the same
718

push

travis-ci

web-flow
chore(rbac): create operator metrics service (#298)

* chore(rbac): create operator metrics service

This PR makes it so the HCO will create the metrics service. Making it
possible to scrape important details about how the HCO is doing, like
reconcile totals, errors, and time.

```
$ kubectl run -n kubevirt-hyperconverged -it --rm --restart=Never hco-metrics --image=registry.access.redhat.com/ubi7/ubi-minimal:latest -- curl http://hyperconverged-cluster-operator-metrics.kubevirt-hyperconverged.svc.cluster.local:8383/metrics | grep 'reconcile'

controller_runtime_reconcile_errors_total{controller="hyperconverged-controller"} 51
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="0.005"} 23
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="0.01"} 23
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="0.025"} 23
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="0.05"} 23
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="0.1"} 23
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="0.25"} 24
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="0.5"} 74
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="1"} 75
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="2.5"} 613
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="5"} 613
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="10"} 613
controller_runtime_reconcile_time_seconds_bucket{controller="hyperconverged-controller",le="+Inf"} 614
controller_runtime_reconcile_time_seconds_sum{controller="hyperconverged-controller"} 2282.7855683989997
con... (continued)

746 of 916 relevant lines covered (81.44%)

3.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 718.1 23 Sep 2019 09:04PM UTC 0
81.44
Travis Job 718.1
Source Files on build 718
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #718
  • 244038ae on github
  • Prev Build on release-4.4 (#822)
  • Next Build on release-4.4 (#739)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc