Iñaki Villar
Iñaki Villar
thanks @neworld, next week will take a look
Hi @neworld, I have merged #467 supporting `` for custom metrics. In the configuration of the plugin you can define: ``` customBuildMetrics( "kotlin" to "1.4", "java" to "8", "custom" to...
Version 2.1.0 adds support for different value types in metrics
can I close the issue?
We’ve just released version 2.1.0, which introduces support for Experimental Provider Metrics: https://github.com/cdsap/Talaiot/releases/tag/v2.1.0 Example usage: ``` metrics { initialProviderMetrics( "init_memory_metric" to providers.of(GetMemory::class) {} ) } ``` A few days ago,...