-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprometheus-metrics.yml
52 lines (51 loc) · 1.37 KB
/
prometheus-metrics.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Camunda Prometheus Metrics configuration
# each object is a timer configuration
---
system:
- collector: io.digitalstate.camunda.prometheus.collectors.camunda.BpmnExecution
enable: true
startDate: 2015-10-03T17:59:38+00:00
endDate: now
startDelay: 0
frequency: 5000
- collector: io.digitalstate.camunda.prometheus.collectors.camunda.DmnExecution
enable: true
startDate: 2015-10-03T17:59:38+00:00
endDate: now
startDelay: 0
frequency: 5000
- collector: io.digitalstate.camunda.prometheus.collectors.camunda.JobExecutor
enable: true
startDate: 2015-10-03T17:59:38+00:00
endDate: now
startDelay: 0
frequency: 5000
#custom:
#- collector: /customcollectors/UserTasks.groovy
# enable: true
# startDelay: 0
# frequency: 5000
#- collector: /customcollectors/BpmnProcessDefinition.groovy
# enable: true
# startDelay: 0
# frequency: 5000
#- collector: /customcollectors/EventsMetrics.groovy
# enable: true
# startDelay: 0
# frequency: 5000
#- collector: /customcollectors/IdentityServiceMetrics.groovy
# enable: true
# startDelay: 0
# frequency: 5000
#- collector: /customcollectors/IncidentMetrics.groovy
# enable: true
# startDelay: 0
# frequency: 5000
#- collector: /customcollectors/ProcessInstances.groovy
# enable: true
# startDelay: 0
# frequency: 5000
#- collector: /customcollectors/TimerMetrics.groovy
# enable: true
# startDelay: 0
# frequency: 5000