📜  prometheus 为指标添加前缀 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:52.697000             🧑  作者: Mango

代码示例1
metric_relabel_configs:
    - source_labels: [__name__]
      regex: '(.*)'
      replacement: 'snmp_${1}'
      target_label: __name__