This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-olp-exporter/src/main/resources/application-dev.yml

29 lines
458 B
YAML

server:
port: 9100
servlet:
context-path: /
spring:
application:
name: olp_exporter
management:
metrics:
binders:
jvm:
enabled: false
files:
enabled: false
integration:
enabled: false
logback:
enabled: false
processor:
enabled: false
uptime:
enabled: false
endpoints:
web:
base-path: /
exposure:
include: ['probePrometheus']