Commit 3aaba7dc authored by Zain Asgar's avatar Zain Asgar
Browse files

import px for agent status

Summary: TSIA

Test Plan: tested manually.

Reviewers: michelle, #engineering

Reviewed By: michelle, #engineering

Differential Revision: https://phab.corp.pixielabs.ai/D4195

GitOrigin-RevId: 9ce2432e66f33562ba0e2eaba6f757d166d90054
parent bf6f88e8
Showing with 1 addition and 1 deletion
+1 -1
......@@ -32,7 +32,7 @@ var GetPEMsCmd = &cobra.Command{
format, _ := cmd.Flags().GetString("output")
format = strings.ToLower(format)
v := mustConnectDefaultVizier(cloudAddr)
q := `px.display(px.GetAgentStatus())`
q := "import px\npx.display(px.GetAgentStatus())"
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Second)
defer cancel()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment