COLLAPSE ALL
  • Home
  • About Pixie
    • Pixie Overview
    • Data Sources
    • How Pixie uses eBPF
    • Roadmap
    • FAQ
    • Troubleshooting
  • Installing Pixie
    • Requirements
  • Using Pixie
    • Using the Live UI
    • Using the CLI
    • Using the API
  • Tutorials
  • Reference
    • Architecture
    • Data Tables
      • amqp_events
      • conn_stats
      • cql_events
      • dns_events
      • http_events
      • jvm_stats
      • kafka_events.beta
      • mongodb_events
      • mux_events
      • mysql_events
      • nats_events.beta
      • network_stats
      • pgsql_events
      • probe_status
      • proc_exit_events
      • process_stats
      • redis_events
      • stack_traces.beta
      • stirling_error

mongodb_events

MongoDB request-response pair events

ColumnTypePatternDesc
time_TIME64NSMETRIC_COUNTERTimestamp when the data record was collected.
upidUINT128GENERALAn opaque numeric ID that globally identify a running process inside the cluster.
remote_addrSTRINGGENERALIP address of the remote endpoint.
remote_portINT64GENERALPort of the remote endpoint.
local_addrSTRINGGENERALIP address of the local endpoint.
local_portINT64GENERALPort of the local endpoint.
trace_roleINT64GENERAL_ENUMThe role (client-or-server) of the process that owns the connections.
encryptedBOOLEANGENERAL_ENUMIf the protocol trace happened over an encrypted connection
req_cmdSTRINGGENERALMongoDB request command
req_bodySTRINGGENERALMongoDB request body
resp_statusSTRINGGENERALMongoDB response status
resp_bodySTRINGGENERALMongoDB response body
latencyINT64METRIC_GAUGERequest-response latency.
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.