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

We want to send build metrics with `Talaiot` in our project with enabled Gradle's configuration cache. We noticed that when the project use saved configuration cache entry, `talaiot` will not...

Hi @cdsap i was wondering if it's possible to track gradle syncs from the IDE with talaiot To be clear i'm talking about when you change something on any build.gradle...

This is how you can do it for Gradle build scans on macOS https://gist.github.com/ghale/469530ef6c51cbfa5816719f4d52d9a9. It would be cool to have it integrated directly into Talaiot so that it's easier to...

My build failed with an exceptont: ` Caused by: java.net.UnknownHostException: teamcity-new: teamcity-new: Name or service not known at io.github.cdsap.talaiot.metrics.HostnameMetric$1.invoke(SimpleMetrics.kt:76) at io.github.cdsap.talaiot.metrics.HostnameMetric$1.invoke(SimpleMetrics.kt:75) at io.github.cdsap.talaiot.metrics.base.Metric.get(Metric.kt:15) at io.github.cdsap.talaiot.provider.MetricsProvider.get(MetricsProvider.kt:45) at io.github.cdsap.talaiot.provider.MetricsProvider.get(MetricsProvider.kt:16) at io.github.cdsap.talaiot.publisher.TalaiotPublisherImpl.publish(TalaiotPublisherImpl.kt:42) at...

Hi Talaiot folk, I do a lot of automatic/manual review of jar files in my dayjob. Looking at the latest jar/pom on https://plugins.gradle.org/m2/com/cdsap/talaiot/ it would be great if a source...

Hi, since the project has more contributors I think it would be nice to move the repository to an GH Organization. What do you think @MyDogTom @mokkun? My first thought...

discussion

Hi there, Would it make sense to add support for also collecting the duration that the process spends in garbage collection. Collecting that info would be similar to how it's...

enhancement

We have seen in different issues like #152 (see discussion) the need to implement a better approach for the Network operations. The publishers can use dependencies that abstract the implementations...

Issues like #187 are caused when we change types in `ExecutionReport`. It's specific for InfluxDb Publishers. We need to investigate it and provide a guide in case we need to...

Hello. I want to create custom build metric that computes total duration for some subset of executed tasks. In current master branch I found abstract class `ExecutedTasksMetric` and it looks...