configuration_file.md 602 B

基本配置

Kuiper的配置文件位于$ kuiper / etc / kuiper.yaml中。 配置文件为yaml格式。

日志级别

basic:
  # true|false, with debug level, it prints more debug info
  debug: false

Prometheus配置

如果prometheus参数设置为true,Kuiper 将把运行指标暴露到prometheus。Prometheus将运行在prometheusPort参数指定的端口上。

basic:
  prometheus: true
  prometheusPort: 20499

在如上默认配置中,Kuiper暴露于Prometheusd 运行指标可通过http://localhost:20499/metrics访问。