Tarun Pothulapati 9267d33f1a add new prometheus metrics endpoint using common-go/base-server
Signed-off-by: Tarun Pothulapati <tarun@gitpod.io>
2023-01-23 18:01:31 +01:00

14 lines
304 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 main
import (
"github.com/gitpod-io/gitpod/workspace-rollout-job/cmd"
)
func main() {
cmd.Execute()
}