screwdriver-cd / screwdriver

An open source build platform designed for continuous delivery.
http://screwdriver.cd
Other
1.01k stars 169 forks source link

Contribute Metrics measurements from inside a job #1655

Open renaud-vmg opened 5 years ago

renaud-vmg commented 5 years ago

Per offline discussion, some users are requesting features that would be far easier to implement (and wouldn't require abusing the Screwdriver4 API and slow down the whole thing) if a job had the ability to contribute metadata/information/measurements into Build Metrics.

jithine commented 5 years ago

We don't have a metrics table in database. Current metrics are pull from existing tables. To support custom metrics, we need to build a read only view layer, to support metrics queries.