Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(telemetry): use new telemetry with updated schema and projectID
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Jul 11, 2022
1 parent d986c7f commit cf784f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/telemetry/telemetrywerfio.go
Expand Up @@ -106,7 +106,6 @@ func (t *TelemetryWerfIO) getAttributes() map[string]interface{} {
"os": runtime.GOOS,
"arch": runtime.GOARCH,
}

if val := os.Getenv("TRDL_USE_WERF_GROUP_CHANNEL"); val != "" {
attributes["groupChannel"] = val
}
Expand All @@ -116,7 +115,6 @@ func (t *TelemetryWerfIO) getAttributes() map[string]interface{} {

func (t *TelemetryWerfIO) sendEvent(ctx context.Context, eventType EventType, eventData interface{}) error {
trc := t.getTracer()

_, span := trc.Start(ctx, spanName)

ts := time.Now().UnixMilli()
Expand Down

0 comments on commit cf784f7

Please sign in to comment.