crossplane

Форк
0
24 строки · 935.0 Байт
1
/*
2
Copyright 2023 The Crossplane Authors.
3

4
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
5
this file except in compliance with the License. You may obtain a copy of the
6
License at
7

8
    http://www.apache.org/licenses/LICENSE-2.0
9

10
Unless required by applicable law or agreed to in writing, software distributed
11
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12
CONDITIONS OF ANY KIND, either express or implied. See the License for the
13
specific language governing permissions and limitations under the License.
14
*/
15

16
// Package metrics contains functionality for emitting Prometheus metrics.
17
package metrics
18

19
import "sigs.k8s.io/controller-runtime/pkg/metrics"
20

21
// Registry is a Prometheus metrics registry. All Crossplane metrics should be
22
// registered with it. Crossplane adds metrics to the registry created and
23
// served by controller-runtime.
24
var Registry = metrics.Registry
25

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.