On Fri, Mar 16, 2018 at 4:28 PM, R. Tyler Croy <[email protected]> wrote: > * distinct built-in step invocations (i.e. not counting Global Variable > invocations)
Careful with metasteps: `step` and `wrap` should count their `delegate`s, so we count individual plugins contributing `SimpleBuildStep` / `SimpleBuildWrapper`. Also see JENKINS-37227 for `SCM`. The `workflow-cps` plugin already collects a few metrics from running Pipeline builds that get reported to `support-core`, since they are thought to be correlated with people trying to do way too much in Groovy and killing their system. These should also be sent to telemetry: · Groovy parse time · class loading time · in-VM run time · `program.dat` save time · flow graph load/save time · flow graph size (roughly proportional to number of steps) For those using Pipeline-as-code, we would like `branch-api` to report the number of branch projects (of each type: branch, PR, tag) per repo, and the number of repos per org, and probably some other stuff like the volume of events being received and the frequency and duration of full reindexings. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3ATr0Ua5xqbEidiCO_%2B19ZvUqeF4h0eNtHNR50A5%3DmkQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
