chen-gliu/nacos-consul-adapter

怎么自定义标签配置,没看明白

Closed this issue · 3 comments

relabel_configs:
  - source_labels: [__meta_consul_service]
  - regex: _meta_consul_service_metadata(.+)
    action: labelmap

加上上面配置后,prometheus运行报错

ts=2023-11-23T09:11:02.077Z caller=main.go:437 level=error msg="Error loading config (--config.file=/etc/prometheus/prometheus.yml)" err="parsing YAML file /etc/prometheus/prometheus.yml: relabel configuration for replace action requires 'target_label' value"

没看明白怎么操作,是要怎么配置

可以了,我regex的正则少打了一个下划线

可以了,我regex的正则少打了一个下划线