Skip to content

Commit ff24bd9

Browse files
authored
Add Data Table reference docs. (#162)
* Initial UI commit. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * Initial docstring processing. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * Remove docstring parsing from PR. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * Get it working. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * Fix linting. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * Get it to work. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * Fix linting pt.2 Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * Separate json doc files. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * Add link to Data Sources page. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * Address Phillip's comments. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
1 parent 6b0e37d commit ff24bd9

7 files changed

Lines changed: 1256 additions & 8 deletions

File tree

content/en/01-about-pixie/02-data-sources.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Pixie automatically traces the following protocols:
4545

4646
Additional protocols are under development.
4747

48+
<Alert variant="outlined" severity="info">
49+
See the <a href="/reference/datatables">data table reference docs</a> for the specific fields provided for each supported protocol.
50+
</Alert>
51+
4852
## Encryption Libraries
4953

5054
Pixie supports tracing of traffic encrypted with the following libraries:

content/en/05-reference/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ order: 50
2626
- [Go Client Reference Docs](https://pkg.go.dev/px.dev/pxapi)
2727
- [Python Client Reference Docs](/reference/api/py)
2828

29+
#### Data Tables
30+
31+
- [Data Tables Overview](/reference/datatables)
32+
2933
#### Plugins
3034

3135
- [Grafana Datasource Plugin](/reference/plugins/grafana)

0 commit comments

Comments
 (0)