open-coap / java-coap

CoAP Java library
Apache License 2.0
18 stars 5 forks source link

Make it possible to define a route tag for COAP metrics #60

Closed akolosov-n closed 11 months ago

akolosov-n commented 11 months ago

Plus some improvements to the COAP request routing definition.

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 :warning:

Comparison is base (52b521f) 93.01% compared to head (2d45b4c) 93.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #60 +/- ## ============================================ - Coverage 93.01% 93.00% -0.02% Complexity 1934 1934 ============================================ Files 128 128 Lines 4310 4331 +21 Branches 604 605 +1 ============================================ + Hits 4009 4028 +19 - Misses 165 166 +1 - Partials 136 137 +1 ``` | [Impacted Files](https://app.codecov.io/gh/open-coap/java-coap/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap) | Coverage Δ | | |---|---|---| | [.../main/java/com/mbed/coap/server/RouterService.java](https://app.codecov.io/gh/open-coap/java-coap/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap#diff-Y29hcC1jb3JlL3NyYy9tYWluL2phdmEvY29tL21iZWQvY29hcC9zZXJ2ZXIvUm91dGVyU2VydmljZS5qYXZh) | `100.00% <100.00%> (ø)` | | | [...ap/metrics/micrometer/MicrometerMetricsFilter.java](https://app.codecov.io/gh/open-coap/java-coap/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap#diff-Y29hcC1tZXRyaWNzL3NyYy9tYWluL2phdmEvb3JnL29wZW5jb2FwL2NvYXAvbWV0cmljcy9taWNyb21ldGVyL01pY3JvbWV0ZXJNZXRyaWNzRmlsdGVyLmphdmE=) | `95.23% <100.00%> (+0.79%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/open-coap/java-coap/pull/60/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-coap)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.