tracing: Support older admin tracing API (#11999)

mc admin trace does not work with older MinIO versions because if an
incompability with older trace admin API. This commit changes madmin for
better backward compatibility with server admin API.
This commit is contained in:
Anis Elleuch
2021-04-07 16:16:10 +01:00
committed by GitHub
parent a772379dc5
commit 0a1db6d41b
2 changed files with 15 additions and 7 deletions

View File

@@ -25,12 +25,12 @@ import (
type Type int
const (
// HTTP tracing (MinIO S3 & Internode)
HTTP Type = iota
// OS tracing (Golang os package calls)
OS Type = iota
OS
// Storage tracing (MinIO Storage Layer)
Storage
// HTTP tracing (MinIO S3 & Internode)
HTTP
)
// Info - represents a trace record, additionally