Skip to content

Commit

Permalink
fix: remove dynamic telemetry attr (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass authored Sep 17, 2024
1 parent 0bba2b9 commit d70ad70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/cmd/local/local/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ func (c *Command) diagnoseAirbyteChartFailure(ctx context.Context, chartErr erro

var errors []string
for _, pod := range podList.Items {
c.tel.Attr(fmt.Sprintf("pod-%s-phase", pod.Name), string(pod.Status.Phase))

if pod.Status.Phase == corev1.PodFailed {
msg := "unknown"

Expand Down

0 comments on commit d70ad70

Please sign in to comment.