agoda-com / dotnet-build-metrics

Measure Compilation time of Dev local C# projects
Apache License 2.0
4 stars 4 forks source link

Collect build data and push to ES #3

Closed amitash-anand closed 3 years ago

amitash-anand commented 3 years ago

Compute and Push build metrics to Elasticsearch. Data model:

                    "id": "026fe42b-7888-4a76-81ee-2ab431ae4987",
                    "userName": "aanand",
                    "cpuCount": 12,
                    "hostname": "25BVM13",
                    "platform": 2,
                    "os": "Microsoft Windows NT 10.0.19042.0",
                    "timeTaken": "453",
                    "branch": "master",
                    "type": ".Net",
                    "projectName": "Agoda.Cronos.Accommodation",
                    "repository": "git@github.agodadev.io:agoda-front-end/agoda-com-dictator.git",
                    "date": "2021-06-28T02:53:22.1420552Z"
                }

ES Index : image

Grafana dashboard: http://grafana.agoda.local/d/bUtx5Zk7k/net-local-build-analysis