Skip to content

Latest commit

 

History

History
150 lines (96 loc) · 5.29 KB

File metadata and controls

150 lines (96 loc) · 5.29 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.application_pool.state

The current status of the application pool (1 - Uninitialized, 2 - Initialized, 3 - Running, 4 - Disabling, 5 - Disabled, 6 - Shutdown Pending, 7 - Delete Pending).

Unit Metric Type Value Type Stability
{state} Gauge Int Development

iis.application_pool.uptime

The application pools uptime period since the last restart.

Unit Metric Type Value Type Stability
{ms} Gauge Int Development

iis.connection.active

Number of active connections.

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

iis.connection.anonymous

Number of connections established anonymously.

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

iis.connection.attempt.count

Total number of attempts to connect to the server.

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

iis.network.blocked

Number of bytes blocked due to bandwidth throttling.

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

iis.network.file.count

Number of transmitted files.

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

Attributes

Name Description Values Requirement Level Semantic Convention
direction The direction data is moving. Str: sent, received Recommended -

iis.network.io

Total amount of bytes sent and received.

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

Attributes

Name Description Values Requirement Level Semantic Convention
direction The direction data is moving. Str: sent, received Recommended -

iis.request.count

Total number of requests of a given type.

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

Attributes

Name Description Values Requirement Level Semantic Convention
request The type of request sent by a client. Str: delete, get, head, options, post, put, trace Recommended -

iis.request.queue.age.max

Age of oldest request in the queue.

Unit Metric Type Value Type Stability
ms Gauge Int Development

iis.request.queue.count

Current number of requests in the queue.

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

iis.request.rejected

Total number of requests rejected.

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

iis.thread.active

Current number of active threads.

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

iis.uptime

The amount of time the server has been up.

Unit Metric Type Value Type Stability
s Gauge Int Development

Resource Attributes

Name Description Values Enabled Semantic Convention
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 -