Network
Sysdig follows the Prometheus-compatible naming convention for both metrics and labels as opposed to the previous statsd-compatible, legacy Sysdig naming convention. This page shows metrics in the legacy Sysdig naming convention. See Metrics and Label Mapping for the mapping between Sysdig legacy and Prometheus naming conventions.
net.bytes.in
Inbound network bytes. By default, this metric displays the total value for the defined scope. For example, if the scope is set to a group of machines, the metric value will be the total value for the whole group.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Byte |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.bytes.out
Outbound network bytes. By default, this metric displays the total value for the defined scope. For example, if the scope is set to a group of machines, the metric value will be the total value for the whole group.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Byte |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.bytes.total
Total network bytes. By default, this metric displays the total value for the defined scope. For example, if the scope is set to a group of machines, the metric value will be the total value for the whole group.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Byte |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.client.ip
The client IP address.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.connection.count.in
The number of currently established client (inbound) connections.
This metric is especially useful when segmented by port, process, or protocol.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Protocol, Port, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.connection.count.out
The number of currently established server (outbound) connections.
This metric is especially useful when segmented by port, process, or protocol.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Port, Protocol, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.connection.count.total
The number of currently established connections. This value may exceed the sum of the inbound and outbound metrics since it represents client and server inter-host connections as well as internal only connections.
This metric is especially useful when segmented by port, process, or protocol.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Port, Protocol, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.error.count
The number of errors encountered by network system calls, such as
connect()
, send()
, and recv()
. By default, this metric displays
the total value for the defined scope. For example, if the scope is
defined as a group of machines, the metric value will be the total value
for the whole group.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.http.error.count
net.http.error.count
is a heuristic metric.
The number of failed HTTP requests, determined by the total number of 4xx/5xx status codes.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.http.method
The HTTP request method.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.http.request.count
net.http.request.count
is a heuristic metric.
HTTP request count.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.http.request.time
net.http.request.time
is a heuristic metric.
Average HTTP request time.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.http.request.time.worst
The maximum time for HTTP requests.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.http.statusCode
The HTTP response status code.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.http.url
The HTTP request URL.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.link.clientServer.bytes
The number of bytes passing through the link from client to server.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Byte |
Segment By | Host |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.link.delay.perRequest
Average delay in the network link per request.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.link.serverClient.bytes
The number of bytes passing through the link from server to client.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Byte |
Segment By | Host |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.local.endpoint
The local endpoint for a connection. This metric is resolved to a user-friendly host name, if available.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.local.service
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.mongodb.collection
The MongoDB collection.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.mongodb.error.count
net.mongodb.error.count
is a heuristic metric.
The number of Failed MongoDB requests.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.mongodb.operation
The MongoDB operation.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.mongodb.request.count
net.mongodb.request.count
is a heuristic metric.
The total number of MongoDB requests.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.mongodb.request.time
net.mongodb.request.time
is a heuristic metric.
The average time to complete a MongoDB request.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.mongodb.request.time.worst (deprecated)
The maximum time to complete a MongoDB request.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.protocol
The network protocol of a request (for example, HTTP or MySQL).
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.remote.endpoint
The remote endpoint of a connection. This metric automatically resolves as a user-friendly host name, if available.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.remote.service
Service (port number) of a remote node.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.request.count
net.request.count
is a heuristic metric.
Total number of network requests.
This value may exceed the sum of inbound and outbound requests, because this count includes requests over internal connections.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.count.in
net.request.count.in
is a heuristic metric.
Number of inbound network requests.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.count.out
Number of outbound network requests.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time
net.request.time
is a heuristic metric.
A measure of response time which includes app + network latency. For server side it is purely a measure of app latency. This is calculated by measuring when we see the arrival of the last request buffer to when we see the departure of the first response buffer.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.file (deprecated)
The amount of time for serving a request that is spent doing file I/O. See also net.request.time.net (network I/O time) and net.request.time.processing (CPU processing time).
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.file.percent
net.request.time.file.percent
is a heuristic metric.
The percentage of time for serving a request that is spent doing file
I/O. See also net.request.time.net
(network I/O time) and
net.request.time.processing
(CPU processing time).
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | % |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.in
net.request.time.in
is a heuristic metric.
Average time to serve an inbound request.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.local (deprecated)
Average per request delay introduced by this node when it serves requests coming from the previous tiers. In other words, this is the time spent serving incoming requests minus the time spent waiting for outgoing requests to complete.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.local.percent
net.request.time.local.percent
is a heuristic metric.
The percentage of time spent in the local node versus the next tiers, when serving requests that come from previous tiers.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | % |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.net (deprecated)
The amount of time for serving a request that is spent doing network
I/O. See also net.request.time.file
(file I/O time) and
net.request.time.processing
(CPU processing time).
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.net.percent
net.request.time.net.percent
is a heuristic metric.
The percent of time for serving a request that is spent doing network
I/O. See also net.request.time.file
(file I/O time) and
net.request.time.processing
(CPU processing time).
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | % |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.nextTiers (deprecated)
Delay introduced by the successive tiers when serving requests.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.nextTiers.percent
net.request.time.nextTiers.percent
is a heuristic metric.
The percentage of time spent in the next tiers versus the local node, when serving requests that come from previous tiers.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | % |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.out
net.request.time.out
is a heuristic metric.
Average time spent waiting for an outbound request.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.processing (deprecated)
The amount of time for serving a request that is spent doing CPU
processing. See also net.request.time.fil
e (file I/O time) and
net.request.time.net
(network I/O time).
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.processing.percent
net.request.time.processing.percent
is a heuristic metric.
The percent of time for serving a request that is spent doing CPU
processing. See also net.request.time.file
(file I/O time) and
net.request.time.net
(network I/O time).
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | % |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.worst.in
net.request.time.worst.in
is a heuristic metric.
Maximum time to serve an inbound request.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.request.time.worst.out
net.request.time.worst.out
is a heuristic metric.
Maximum time spent waiting for an outbound request.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.role
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.server.ip
Server IP address.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.server.port
TCP/UDP Server port number.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | Integer |
Segment By | Host |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.sql.error.count
net.sql.error.count
is a heuristic metric.
The number of Failed SQL requests.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.sql.query
The full SQL query. If the query string is longer than 512 characters, it will be truncated to 512 characters.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.sql.query.type
The SQL query type (for example, SELECT
, INSERT
, or DELETE
).
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.sql.request.count
net.sql.request.count
is a heuristic metric.
The number of SQL requests.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | Integer |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Rate |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Sum |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.sql.request.time
net.sql.request.time
is a heuristic metric.
Average time to complete an SQL request.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.sql.request.time.worst (deprecated)
Maximum time to complete a SQL request.
Metadata | Description |
---|---|
Metric Type | Counter |
Value Type | relativeTime |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
net.sql.table
The SQL query table name.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | String |
Segment By | Host |
Default Time Aggregation | N/A |
Available Time Aggregation Formats | N/A |
Default Group Aggregation | N/A |
Available Group Aggregation Formats | N/A |
net.tcp.queue.len
The length of the TCP request queue.
Metadata | Description |
---|---|
Metric Type | Gauge |
Value Type | % |
Segment By | Host, Container, Process, Kubernetes, Mesos, Swarm, CloudProvider |
Default Time Aggregation | Average |
Available Time Aggregation Formats | Avg, Rate, Sum, Min, Max |
Default Group Aggregation | Average |
Available Group Aggregation Formats | Avg, Sum, Min, Max |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.