EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
List of data sources automatically collected by Pixie.
Table | Description |
---|---|
amqp_events | AMQP table pair events |
conn_stats | Connection-level stats. This table contains statistics on the communications made between client-server pairs. For network-level information such as RX/TX errors and drops, see the Network-Layer Stats (network_stats) table. |
cql_events | Cassandra (CQL) request-response pair events |
dns_events | DNS request-response pair events |
http_events | HTTP request-response pair events |
jvm_stats | Basic JVM memory management metrics for java processes. Includes information about memory use and garbage collection. |
kafka_events.beta | Kafka resquest-response pair events |
mux_events | Mux request-response pair events |
mysql_events | MySQL resquest-response pair events |
nats_events.beta | NATS messages. |
network_stats | Network-layer RX/TX stats, grouped by pod. This table contains aggregate statistics measured at the network device interface. For connection-level information, including the remote endpoints with which a pod is communicating, see the Connection-Level Stats (conn_stats) table. |
pgsql_events | Postgres (pgsql) request-response pair events |
probe_status | This table contains the deployment status of eBPF probes in different Stirling source connectors and the error messages if deployment failed |
proc_exit_events | Traces all abnormal process exits |
process_stats | CPU, memory and IO stats for all K8s processes in your cluster. |
redis_events | Redis request-response pair events |
stack_traces.beta | Sampled stack traces of applications that identify hot-spots in application code. Executable symbols are required for human-readable function names to be displayed. |
stirling_error | This table contains the status of tracepoints in different Stirling source connectors and the error messages. |