artprima / prometheus-metrics-bundle

Symfony 5/6 Prometheus Metrics Bundle
MIT License
129 stars 29 forks source link

Rename generator to collector and make metrics autoconfigurable #36

Closed denisvmedia closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #36 (c82733a) into develop (44ee6cb) will decrease coverage by 3.80531%. The diff coverage is 72.09302%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##               develop         #36         +/-   ##
=====================================================
- Coverage     93.80531%   90.00000%   -3.80531%     
- Complexity          65          66          +1     
=====================================================
  Files               11          12          +1     
  Lines              226         240         +14     
=====================================================
+ Hits               212         216          +4     
- Misses              14          24         +10     
Impacted Files Coverage Δ Complexity Δ
...njection/Compiler/RegisterMetricsCollectorPass.php 47.61905% <47.61905%> (ø) 4.00000 <4.00000> (?)
EventListener/RequestCounterListener.php 81.57895% <90.90909%> (ø) 17.00000 <1.00000> (ø)
ArtprimaPrometheusMetricsBundle.php 100.00000% <100.00000%> (ø) 1.00000 <0.00000> (ø)
...cyInjection/ArtprimaPrometheusMetricsExtension.php 100.00000% <100.00000%> (ø) 2.00000 <0.00000> (ø)
Metrics/AppMetrics.php 98.55072% <100.00000%> (-0.04082%) 27.00000 <0.00000> (-1.00000)
Metrics/MetricsCollectorInitTrait.php 100.00000% <100.00000%> (ø) 1.00000 <1.00000> (?)
Metrics/MetricsCollectorRegistry.php 100.00000% <100.00000%> (ø) 2.00000 <2.00000> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 44ee6cb...c82733a. Read the comment docs.