Skip to content
  • Anton Evangelatov's avatar
    4f908db6
    cmd/utils: allow for multiple influxdb tags (#18520) · 4f908db6
    Anton Evangelatov authored and Rafael Matias's avatar Rafael Matias committed
    This PR is replacing the metrics.influxdb.host.tag cmd-line flag with metrics.influxdb.tags - a comma-separated key/value tags, that are passed to the InfluxDB reporter, so that we can index measurements with multiple tags, and not just one host tag.
    
    This will be useful for Swarm, where we want to index measurements not just with the host tag, but also with bzzkey and git commit version (for long-running deployments).
    
    (cherry picked from commit 21acf0bc)
    4f908db6
    cmd/utils: allow for multiple influxdb tags (#18520)
    Anton Evangelatov authored and Rafael Matias's avatar Rafael Matias committed
    This PR is replacing the metrics.influxdb.host.tag cmd-line flag with metrics.influxdb.tags - a comma-separated key/value tags, that are passed to the InfluxDB reporter, so that we can index measurements with multiple tags, and not just one host tag.
    
    This will be useful for Swarm, where we want to index measurements not just with the host tag, but also with bzzkey and git commit version (for long-running deployments).
    
    (cherry picked from commit 21acf0bc)
Loading