vdt / pixie

Instant Kubernetes-Native Application Observability

Home Page:https://px.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixie!


Docs Slack Mentioned in Awesome Kubernetes Mentioned in Awesome Go Build Status codecov FOSSA Status


What is Pixie?

Pixie

Pixie gives you instant visibility by giving access to metrics, events, traces and logs without changing code.

Try out Pixie and join our community on slack.


Table of contents

Quick Start

Check out Pixie's Quick Start install guide.

Get Instant Auto-Telemetry

Run scripts with px CLI

CLI Demo


Service SLA:

px run px/service_stats


Node health:

px run px/node_stats


MySQL metrics:

px run px/mysql_stats


Explore more scripts by running:

px scripts list


Check out our pxl_scripts folder for more examples.


View machine generated dashboards with Live views

CLI Demo

The Pixie Platform auto-generates "Live View" dashboards to visualize script results.


Pipe Pixie dust into any tool

CLI Demo

You can transform and pipe your script results into any other system or workflow by consuming px results with tools like jq.

Example with http_data:

px run px/http_data -o json| jq -r .

More examples here


To see more script examples and learn how to write your own, check out our docs for more guides.


Contributing

We are excited to have you contribute to Pixie! Before contributing, please read our contribution guide.

Under the Hood

Three fundamental innovations enable Pixie's magical developer experience:

Progressive Instrumentation: Pixie Edge Modules (“PEMs”) collect full body request traces (via eBPF), system metrics & K8s events without the need for code-changes and at less than 5% overhead. Custom metrics, traces & logs can be integrated into the Pixie Command Module.

In-Cluster Edge Compute: The Pixie Command Module is deployed in your K8s cluster to isolate data storage and computation within your environment for drastically better intelligence, performance & security.

Command Driven Interfaces: Programmatically access data via the Pixie CLI and Pixie UI which are designed ground-up to allow you to run analysis & debug scenarios faster than any other developer tool.

For more information on Pixie Platform's architecture, check out our docs.

Resources

About Us

Pixie was built by a San Francisco based startup, Pixie Labs, Inc. New Relic, Inc. acquired Pixie Labs in December 2020. New Relic, Inc. is in the process of contributing Pixie to the Cloud Native Compute Foundation.

License

Pixie is licensed under Apache License, Version 2.0.

About

Instant Kubernetes-Native Application Observability

https://px.dev/

License:Apache License 2.0


Languages

Language:C++ 49.9%Language:Go 23.1%Language:TypeScript 8.7%Language:Starlark 6.6%Language:JavaScript 4.7%Language:Python 3.4%Language:C 1.5%Language:Shell 1.2%Language:PHP 0.4%Language:Ruby 0.3%Language:Makefile 0.1%Language:Dockerfile 0.1%Language:PLpgSQL 0.0%Language:Java 0.0%Language:HTML 0.0%Language:HCL 0.0%