Skip to content

Latest commit

 

History

History
134 lines (86 loc) · 3.94 KB

File metadata and controls

134 lines (86 loc) · 3.94 KB

iis

Default Metrics

The following metrics are emitted by default. Each of them can be disabled by applying the following configuration:

metrics:
  <metric_name>:
    enabled: false

iis.connection.active

Number of active connections.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{connections} Sum Int Cumulative false

iis.connection.anonymous

Number of connections established anonymously.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{connections} Sum Int Cumulative true

iis.connection.attempt.count

Total number of attempts to connect to the server.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{attempts} Sum Int Cumulative true

iis.network.blocked

Number of bytes blocked due to bandwidth throttling.

Unit Metric Type Value Type Aggregation Temporality Monotonic
By Sum Int Cumulative true

iis.network.file.count

Number of transmitted files.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{files} Sum Int Cumulative true

Attributes

Name Description Values
direction The direction data is moving. Str: sent, received

iis.network.io

Total amount of bytes sent and received.

Unit Metric Type Value Type Aggregation Temporality Monotonic
By Sum Int Cumulative true

Attributes

Name Description Values
direction The direction data is moving. Str: sent, received

iis.request.count

Total number of requests of a given type.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{requests} Sum Int Cumulative true

Attributes

Name Description Values
request The type of request sent by a client. Str: delete, get, head, options, post, put, trace

iis.request.queue.age.max

Age of oldest request in the queue.

Unit Metric Type Value Type
ms Gauge Int

iis.request.queue.count

Current number of requests in the queue.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{requests} Sum Int Cumulative false

iis.request.rejected

Total number of requests rejected.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{requests} Sum Int Cumulative true

iis.thread.active

Current number of active threads.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{threads} Sum Int Cumulative false

iis.uptime

The amount of time the server has been up.

Unit Metric Type Value Type
s Gauge Int

Resource Attributes

Name Description Values Enabled
iis.application_pool The application pool, which is associated with worker processes of one or more applications. Any Str true
iis.site The site of the web server. Any Str true