-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
metadata.yaml
33 lines (31 loc) · 976 Bytes
/
metadata.yaml
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
type: signaltometrics
status:
class: connector
stability:
development: [traces_to_metrics, logs_to_metrics, metrics_to_metrics]
distributions: []
codeowners:
active: [ChrsMark, lahsivjar]
tests:
config:
spans:
- name: span.duration.histogram
description: "Span duration as histogram"
unit: us
histogram:
value: Microseconds(end_time - start_time)
- name: span.duration.exponential_histogram
description: "Span duration as exponential histogram"
unit: us
exponential_histogram:
value: Microseconds(end_time - start_time)
logs:
- name: logrecord.count
description: "Count of log record"
sum:
value: "1" # Count each log record as 1, has to be a string
datapoints:
- name: datapoint.count
description: "Count of datapoint"
sum:
value: Int(1) # Count each data point as 1, can also use the Int converter