Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions receiver/nginxreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,34 @@ attributes:
description: The state of a connection
type: string
enum:
- active
- reading
- writing
- waiting
- active
- reading
- writing
- waiting

metrics:
nginx.requests:
nginx.connections_accepted:
enabled: true
description: Total number of requests made to the server since it started
description: The total number of accepted client connections
stability:
level: development
unit: requests
unit: connections
sum:
value_type: int
monotonic: true
aggregation_temporality: cumulative
attributes: []
nginx.connections_accepted:
nginx.connections_current:
enabled: true
description: The total number of accepted client connections
description: The current number of nginx connections by state
stability:
level: development
unit: connections
sum:
value_type: int
monotonic: true
monotonic: false
aggregation_temporality: cumulative
attributes: []
attributes: [state]
nginx.connections_handled:
enabled: true
description: The total number of handled connections. Generally, the parameter value is the same as nginx.connections_accepted unless some resource limits have been reached (for example, the worker_connections limit).
Expand All @@ -53,14 +53,14 @@ metrics:
monotonic: true
aggregation_temporality: cumulative
attributes: []
nginx.connections_current:
nginx.requests:
enabled: true
description: The current number of nginx connections by state
description: Total number of requests made to the server since it started
stability:
level: development
unit: connections
unit: requests
sum:
value_type: int
monotonic: false
monotonic: true
aggregation_temporality: cumulative
attributes: [state]
attributes: []