forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
138 lines (134 loc) · 3.31 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
type: iis
scope_name: otelcol/iisreceiver
status:
class: receiver
stability:
beta: [metrics]
distributions: [contrib]
codeowners:
active: [Mrod1598, djaglowski]
seeking_new: true
unsupported_platforms: [linux, darwin]
resource_attributes:
iis.site:
description: The site of the web server.
enabled: true
type: string
iis.application_pool:
description: The application pool, which is associated with worker processes of one or more applications.
enabled: true
type: string
attributes:
direction:
description: The direction data is moving.
type: string
enum:
- sent
- received
request:
description: The type of request sent by a client.
type: string
enum:
- delete
- get
- head
- options
- post
- put
- trace
metrics:
iis.request.count:
description: Total number of requests of a given type.
unit: "{requests}"
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: int
enabled: true
attributes: [ request ]
iis.request.rejected:
description: Total number of requests rejected.
unit: "{requests}"
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: int
enabled: true
iis.request.queue.count:
description: Current number of requests in the queue.
unit: "{requests}"
sum:
monotonic: false
aggregation_temporality: cumulative
value_type: int
enabled: true
iis.request.queue.age.max:
description: Age of oldest request in the queue.
unit: ms
gauge:
value_type: int
enabled: true
iis.network.file.count:
description: Number of transmitted files.
unit: "{files}"
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: int
enabled: true
attributes: [ direction ]
iis.network.blocked:
description: Number of bytes blocked due to bandwidth throttling.
unit: By
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: int
enabled: true
iis.network.io:
description: Total amount of bytes sent and received.
unit: By
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: int
enabled: true
attributes: [ direction ]
iis.connection.attempt.count:
description: Total number of attempts to connect to the server.
unit: "{attempts}"
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: int
enabled: true
iis.connection.active:
description: Number of active connections.
unit: "{connections}"
sum:
monotonic: false
aggregation_temporality: cumulative
value_type: int
enabled: true
iis.connection.anonymous:
description: Number of connections established anonymously.
unit: "{connections}"
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: int
enabled: true
iis.thread.active:
description: Current number of active threads.
unit: "{threads}"
sum:
monotonic: false
aggregation_temporality: cumulative
value_type: int
enabled: true
iis.uptime:
description: The amount of time the server has been up.
unit: s
gauge:
value_type: int
enabled: true