当前位置:网站首页>proemthues 服务发现配置
proemthues 服务发现配置
2022-07-30 22:55:00 【40kuai】
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
name: jvm-export
release: ack-prometheus-operator
name: jvm-export
namespace: 40kuai
spec:
endpoints:
- relabelings:
- action: replace
regex: '([^:]+)(?::\d+)?;(\d+)'
replacement: '$1:8088'
separator: ;
sourceLabels:
- __address__
- __meta_kubernetes_pod_annotation_prometheus_io_port
targetLabel: __address__
- action: replace
regex: (.*)
replacement: $1
separator: ;
sourceLabels:
- __meta_kubernetes_service_name
targetLabel: app
namespaceSelector:
matchNames:
- 40kuai
selector:
name: jvm-export
边栏推荐
猜你喜欢

When Navicat connects to MySQL, it pops up: 1045: Access denied for user 'root'@'localhost'

Alibaba Cloud video on demand + project combat

Compressing Deep Graph Neural Networks via Adversarial Knowledge Distillation

VS2017编译Tars测试工程

#Dasctf July Enabler WP

IJCAI2022教程 | 口语语言理解:最新进展和新领域

Py's pdpbox: a detailed introduction to pdpbox, installation, and case application

Navicat connection MySQL error: 1045 - Access denied for user 'root'@'localhost' (using password YES)

QT开发简介、命名规范、signal&slot信号槽

@RequestBody、 @RequestParam 、 @PathVariable 和 @Vaild 注解
随机推荐
2021GDCPC Guangdong University Student Programming Competition B.Byfibonacci
Summary of BFS questions
mysql获取当前时间
使用LVS和Keepalived搭建高可用负载均衡服务器集群
Go1.18升级功能 - 模糊测试Fuzz 从零开始Go语言
2021GDCPC广东省大学生程序设计竞赛 B.Byfibonacci
“蔚来杯“2022牛客暑期多校训练营4 L.Black Hole 垃圾计算几何
Excel basic study notes
【科研】文献下载神器方式汇总
Rust编译报错:error: linker `cc` not found
Apache Doris series: In-depth understanding of real-time analytical database Apache Doris
Reverse linked list - head insertion inversion method
A detailed explanation: SRv6 Policy model, calculation and drainage
Apache Doris系列之:安装与部署详细步骤
mysql获取近7天,7周,7月,7年日期,根据当前时间获取近7天,7周,7月,7年日期
详解操作符
[MySQL] Mysql transaction and authority management
#Dasctf July Enabler WP
Ningbo Zhongning Pawn will transfer 29.5% of the equity for 2.8338 million yuan, and the owner's equity in 2021 will be 9.6875 million yuan
Reverse linked list - in-place inversion method