Development Activity Contributors Count
Definition
The Development Activity Contributors Count metric shows the unique number of people (represented as Github accounts) that have contributed to the public repositories of a project. Only those events that constitute 'pure' development work are taken into consideration.
Access
Measuring Unit
Number of people
Data Type
Frequency
Latency
Development Activity Data Latency
Available Assets
Available for these assets
SanAPI
The metric ис available under the dev_activity_contributors_count
name.
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "dev_activity_contributors_count") { timeseriesData( slug: "santiment" from: "2020-01-13T00:00:00Z" to: "2020-01-18T00:00:00Z" interval: "1d" ) { datetime value } } }