forked from yellow-hammer/prometheus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackagedef
More file actions
37 lines (33 loc) · 2 KB
/
packagedef
File metadata and controls
37 lines (33 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
////////////////////////////////////////////////////////////
// Библиотека сбора метрик Prometheus для OneScript.
// Реестр, Counter/Gauge/Histogram/Summary, Vec, сериализация в text format.
////////////////////////////////////////////////////////////
Описание.Имя("prometheus")
.Версия("1.0.2")
.Автор("Ivan Karlo")
.АдресАвтора("i.karlo@outlook.com")
.АдресРепозитория("https://github.com/yellow-hammer/prometheus")
.Описание("Библиотека сбора метрик Prometheus для OneScript: реестр, Counter/Gauge/Histogram/Summary, Vec, сериализация в text format. Без HTTP.")
.ВерсияСреды("2.0.0")
.ВключитьФайл("docs")
.ВключитьФайл("examples")
.ВключитьФайл("src")
.ВключитьФайл("tasks")
.ВключитьФайл("tests")
.ВключитьФайл("packagedef")
.ВключитьФайл("CHANGELOG.md")
.ВключитьФайл("CONTRIBUTING.md")
.ВключитьФайл("LICENSE")
.ВключитьФайл("README.md")
.РазработкаЗависитОт("1commands")
.РазработкаЗависитОт("1testrunner")
.РазработкаЗависитОт("asserts")
.РазработкаЗависитОт("coverage")
.РазработкаЗависитОт("fs")
.ОпределяетКласс("CollectorRegistry", "src/Классы/CollectorRegistry.os")
.ОпределяетМодуль("Prometheus", "src/Модули/Prometheus.os")
.ОпределяетМодуль("PrometheusMetrics", "src/Модули/PrometheusMetrics.os")
.ОпределяетМодуль("PrometheusRegistry", "src/Модули/PrometheusRegistry.os")
.ОпределяетМодуль("PrometheusTextFormat", "src/Модули/PrometheusTextFormat.os")
.ОпределяетМодуль("PrometheusVec", "src/Модули/PrometheusVec.os")
;