Talaiot icon indicating copy to clipboard operation
Talaiot copied to clipboard

Simple and extensible plugin to track task times in your Gradle Project.

Results 37 Talaiot issues
Sort by recently updated
recently updated
newest added

I found it great idea to push task metrics to Prometheus and visualize it in Grafana. However current approach is that pushgateway publisher publish each metric with separate name e.g....

Using the plugin in a Mac with M1 chip we found the same error than in issue [20355](https://github.com/gradle/gradle/issues/20355#issuecomment-1086940022) **Environment** ``` openjdk version "11.0.15" 2022-04-19 LTS OpenJDK Runtime Environment Zulu11.56+19-CA (build...

**Overview** Configuration Cache is a Gradle Feature that allows skipping the configuration phase bringing better build times, on a massive modularize Gradle project this could reduce the overall user experience...

doc
discussion
2.0

Compatibility of Talaiot with Configuration Cache. Changes explained in https://github.com/cdsap/Talaiot/issues/349 Fixes https://github.com/cdsap/Talaiot/issues/313

In Talaiot < 2.0 we were able to determine the exact moment of configuration phase started through the build listener. The new implementation relies on the BuildService mechanism. We are...

2.0

Hello, do you consider PostgreSQL data source as one of the publishing ways for metrics? Thank you.

Talaiot standard plugin is growing. After the latest development of the InfluxDb2 Plugin, we didn't include the new plugin on the standard plugin. The initial purpose of the plugin was...

Hi, Do you have any idea why with the following configuration, my reports are still stored with roTalaiot?! ``` talaiot { publishers { influxDbPublisher { dbName = "tracking" taskMetricName =...