You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following metrics are emitted by default. Each of them can be disabled by applying the following configuration:
metrics:
<metric_name>:
enabled: false
apache.connections.async
The number of connections in different asynchronous states reported by Apache's server-status.
Unit
Metric Type
Value Type
Stability
{connections}
Gauge
Int
Development
Attributes
Name
Description
Values
Requirement Level
Semantic Convention
connection_state
The asynchronous connection state reported by Apache's server-status.
Str: writing, keepalive, closing
Recommended
-
apache.cpu.load
Current load of the CPU.
Unit
Metric Type
Value Type
Stability
%
Gauge
Double
Development
apache.cpu.time
Jiffs used by processes of given category.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
{jiff}
Sum
Double
Cumulative
true
Development
Attributes
Name
Description
Values
Requirement Level
Semantic Convention
level
Level of processes.
Str: self, children
Recommended
-
mode
Mode of processes.
Str: system, user
Recommended
-
apache.current_connections
The number of active connections currently attached to the HTTP server.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
{connections}
Sum
Int
Cumulative
false
Development
apache.load.1
The average server load during the last minute.
Unit
Metric Type
Value Type
Stability
%
Gauge
Double
Development
apache.load.15
The average server load during the last 15 minutes.
Unit
Metric Type
Value Type
Stability
%
Gauge
Double
Development
apache.load.5
The average server load during the last 5 minutes.
Unit
Metric Type
Value Type
Stability
%
Gauge
Double
Development
apache.request.time
Total time spent on handling requests.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
ms
Sum
Int
Cumulative
true
Development
apache.request_rate.count
The average number of requests served per second since the server was started.
Unit
Metric Type
Value Type
Stability
{requests}/s
Gauge
Double
Development
apache.request_rate.io.transmitted
The average number of bytes served per second since the server was started.
Unit
Metric Type
Value Type
Stability
By/s
Gauge
Double
Development
apache.requests
The number of requests serviced by the HTTP server per second.
Unit
Metric Type
Value Type
Aggregation Temporality
Monotonic
Stability
{requests}
Sum
Int
Cumulative
true
Development
apache.scoreboard
The number of workers in each state.
The apache scoreboard is an encoded representation of the state of all the server's workers. This metric decodes the scoreboard and presents a count of workers in each state.