Pixie website screenshot

Pixie

Pixie is a Kubernetes observability platform that uses eBPF to automatically collect telemetry data including full-body application requests, resource and network metrics, and application profiles without manual instrumentation.

3 APIs 0 Features
eBPFKubernetesMonitoringObservability

APIs

Pixie API

Kubernetes observability platform using eBPF for automatic telemetry collection without manual instrumentation.

Pixie PxL Script API

Python-dialect domain-specific language and API for querying and analyzing telemetry data collected by Pixie within a Kubernetes cluster. PxL scripts allow developers to filter,...

Pixie Plugin System API

Plugin API that allows configuring PxL scripts to export observability data from Pixie at regularly scheduled intervals to external systems. Supports integrations including a Gr...

Collections

Pixie API

OPEN

Pricing Plans

Pixie Plans Pricing

1 plans

PLANS

Rate Limits

Pixie Rate Limits

2 limits

RATE LIMITS

FinOps

Pixie Finops

FINOPS

Semantic Vocabularies

Pixie Context

0 classes · 7 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
👥
GitHubOrganization
GitHubOrganization
👥
GitHubRepository
GitHubRepository
📰
Blog
Blog
🔗
Community
Community
🔗
Slack
Slack

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Pixie API
  version: '0.1'
request:
  auth:
    type: apikey
    key: pixie-api-key
    value: '{{pixie-api-key}}'
    placement: header
items:
- info:
    name: Clusters
    type: folder
  items:
  - info:
      name: Pixie List clusters
      type: http
    http:
      method: GET
      url: https://work.withpixie.ai/api/clusters
    docs: Returns a list of all Kubernetes clusters currently connected to and monitored by the Pixie Cloud deployment. Each
      cluster entry includes its ID, name, status, and Vizier (agent) version information.
  - info:
      name: Pixie Get cluster details
      type: http
    http:
      method: GET
      url: https://work.withpixie.ai/api/clusters/:cluster_id
      params:
      - name: cluster_id
        value: ''
        type: path
        description: Unique identifier of the Pixie-monitored Kubernetes cluster.
    docs: Returns detailed information about a specific cluster, including its connection status, Vizier version, and last
      heartbeat time.
- info:
    name: Scripts
    type: folder
  items:
  - info:
      name: Pixie Execute a PxL script
      type: http
    http:
      method: POST
      url: https://work.withpixie.ai/api/pxl/execute
      body:
        type: json
        data: '{}'
    docs: Executes a PxL script on a specified cluster and returns the telemetry query results as structured tabular data.
      PxL scripts use a Python-based domain-specific language to query eBPF-collected data including HTTP requests, resource
      metrics, network flows, and application traces.
- info:
    name: Health
    type: folder
  items:
  - info:
      name: Pixie Health check
      type: http
    http:
      method: GET
      url: https://work.withpixie.ai/api/health
    docs: Returns the health status of the Pixie Cloud API service. Used for liveness and readiness monitoring.
bundled: true