This project is mirrored from https://gitee.com/cowcomic/pixie.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
-
release/vizier/v0.7.18
- More data collector memory optimizations.
-
release/vizier/v0.7.16
- Update cloud connector's update handler to work with operator-deployed Vizier.
-
release/vizier/v0.7.15
- Increase size of conn_info BPF map.
-
release/vizier/v0.7.14
- Clean up/optimizations for data collector
-
release/vizier/v0.7.13
- Implement metadata expiration to reduce memory growth. - Add pushdown for filters/limit.
-
release/vizier/v0.7.12
- Add initContainers to wait for CloudConnector to become ready.
-
release/vizier/v0.7.11
- Add PxL support for records with multiple services - Data collector clean up.
-
release/vizier/v0.7.10
- Add disableAutoUpdates to helm chart.
-
release/vizier/v0.7.1
- Proto naming cleanups
-
release/vizier/v0.6.5
- Fix bug with limit pushdown in script executions
-
release/vizier/v0.6.4
- Fix bug where metadata pod deletion breaks agent schemas - Make k8s metadata watching more robust
-
release/vizier/v0.6.3
- Metadata performance optimizations - Increase data buffer message size limit
-
release/vizier/v0.6.2
- Add more logging and timeout-handling for certmgr.
-
release/vizier/v0.6.1
- Remove unnecessary pl-image-secret from imagePullSecrets.
-
release/vizier/v0.6.0
Pixie's community scripts (scripts with the `px/` prefix) now support required arguments (github PR). When running a script with required argument(s): - The Live UI will denote required args with an asterisk (*) next to the argument name. You will be prompted to provide any missing values for required arguments before running a script. - The CLI will error if you do not pass a value for any required arguments when running a script. To display a script’s arguments and their descriptions: `px run <script_name> -- --help` `px run px/namespace -- --help` To provide an argument when running a script: `px run <script_name> -- --arg_name arg_value` `px run px/namespace -- --namespace px-sock-shop` Pixie's API does not support running PxL scripts with associated Vis Specs. So no changes are necessary to your API scripts. Datasource Table Schema Changes Pixie's community scripts will be updated to reflect the following table schema changes (github PR). If your tooling relies on the output of a PxL script, you will need to make the following changes: - The redis_events.beta datasource table has graduated beta and been renamed to redis_events. This table's cmd table column has been renamed to req_cmd and args has been renamed to req_args. - All columns in the http_events table have been renamed to remove the redundant http prefix, e.g. http_req_headers —> req_headers. The resp_latency_ns column has been renamed to latency. - All protocol datasource tables have had the latency_ns columns renamed to latency. Semantic typing in the CLI and Live UI provide the units automatically. - The conn_stats table's role column has been renamed to trace_role for consistency with the rest of the datasource tables. Note: to see a list of all of the datasource tables and their respective columns, run the px/schemas script.
-
release/vizier/v0.5.9
- Support for DNS tracing. - Improvements to dynamic logging.
-
release/vizier/v0.5.8
- Data collector fixes for `conn_stats` table.
-
release/vizier/v0.5.7
- Update readiness and liveness probes for metadata service
-
release/vizier/v0.5.6
- Add `previous` option for debugLogs.