当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
2022.7.28
A detailed explanation: SRv6 Policy model, calculation and drainage
Apache Doris系列之:深入认识实时分析型数据库Apache Doris
PS基础学习(一)
Week 19 Progress (Understanding IoT Basics)
解决一个Mysql的utf8编码导致的问题
OpenCV笔记(二十):滤波函数——filter2D
$\text{ARC 145}$
Rust编译报错:error: linker `cc` not found
2021GDCPC广东省大学生程序设计竞赛 H.History
一文详解:SRv6 Policy模型、算路及引流
Summary of BFS questions
2022.7.30
成功解决ModuleNotFoundError: No module named ‘Image‘
Successfully resolved ModuleNotFoundError: No module named 'Image'
DFS题单以及模板汇总
Abstract classes and interfaces (study notes)
"Code execution cannot continue because MSVCP140.dll was not found, reinstalling the program may resolve the problem, etc." Solutions
ThinkPHP高仿蓝奏云网盘系统源码/对接易支付系统程序
“蔚来杯“2022牛客暑期多校训练营4 DHKLN









