Huiwen a5021da396
[installer] make sure dashboard is deployed after server and papi-server (#19042)
* [installer] make sure dashboard is deployed after server and papi-server

* fix build

* Add unit tests

* address feedback

* wait feature flag until get actual value of timed out

* default config cat client nil

* log avg fetch time

* 1

* mock feature flag hang

* Add metric

* fixup
2023-11-14 15:20:52 +02:00

17 lines
491 B
Go

// Copyright (c) 2022 Gitpod GmbH. All rights reserved.
// Licensed under the GNU Affero General Public License (AGPL).
// See License.AGPL.txt in the project root for license information.
package ide_metrics
import "github.com/gitpod-io/gitpod/installer/pkg/common"
const (
Component = common.IDEMetricsComponent
ContainerPort = common.IDEMetricsPort
PortName = "http"
ServicePort = common.IDEMetricsPort
ReadinessPort = common.IDEMetricsPort
VolumeConfig = "config"
)