mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Add status field in API metrics
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
3ccc603461
commit
a71b2a39bd
9 changed files with 79 additions and 21 deletions
|
|
@ -26,10 +26,9 @@ import (
|
|||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/docker/compose-cli/metrics"
|
||||
|
||||
apicontext "github.com/docker/compose-cli/context"
|
||||
"github.com/docker/compose-cli/context/store"
|
||||
"github.com/docker/compose-cli/metrics"
|
||||
)
|
||||
|
||||
var delegatedContextTypes = []string{store.DefaultContextType}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue