Added prometheus

master
Robinson 2022-11-16 01:03:50 +01:00
parent 5d7e14d380
commit cc4f4d5e47
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 8 additions and 0 deletions

View File

@ -817,6 +817,14 @@ object AppLicensing {
author("Apache Harmony")
url("https://github.com/google/conscrypt")
}),
L("io.prometheus",
LicenseData("Prometheus", License.APACHE_2).apply {
description("The Prometheus monitoring system and time series database. ")
author("Fabian Stäber fabian@fstab.de")
author("Tom Wilkie tom@grafana.com")
author("Brian Brazil brian.brazil@boxever.com")
url("https://github.com/prometheus/")
}),
)
// NOTE: the END copyright for these are determined by the DATE of the files!
// Some dates are WRONG (because the jar build is mucked with), so we manually fix it