go-ethereum/cmd/swarm
Anton Evangelatov 4f908db69e
cmd/utils: allow for multiple influxdb tags (#18520)
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 21acf0bc8d4f179397bb7d06d6f36df3cbee4a8e)
2019-02-19 17:34:48 +01:00
..
global-store cmd/swarm/global-store: global store cmd (#19014) 2019-02-19 13:11:51 +01:00
mimegen cmd/swarm, swarm: cross-platform Content-Type detection (#17782) 2018-10-01 13:39:39 +02:00
swarm-smoke cmd/utils: allow for multiple influxdb tags (#18520) 2019-02-19 17:34:48 +01:00
swarm-snapshot cmd/swarm/swarm-snapshot: disable tests on windows (#18478) 2019-02-19 12:56:30 +01:00
access_test.go vendor, crypto, swarm: switch over to upstream sha3 package 2019-01-04 09:26:07 +02:00
access.go swarm, cmd/swarm: address ineffectual assignments (#18048) 2018-11-07 20:39:08 +01:00
bootnodes.go swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498) 2019-02-19 12:56:30 +01:00
config_test.go cmd/swarm: FUSE do not require --ipcpath (#18112) 2018-11-23 01:32:34 +01:00
config.go cmd/swarm/global-store: global store cmd (#19014) 2019-02-19 13:11:51 +01:00
db.go cmd/swarm: split flags and cli command declarations to the relevant files (#17896) 2018-10-12 14:51:38 +02:00
download.go cmd/swarm: split flags and cli command declarations to the relevant files (#17896) 2018-10-12 14:51:38 +02:00
explore.go cmd/swarm: hashes command (#19008) 2019-02-19 12:57:53 +01:00
export_test.go cmd/swarm: speed up tests - use global cluster (#18129) 2018-11-19 14:57:22 +01:00
feeds_test.go cmd/swarm: update should error on manifest mismatch (#18047) 2018-11-26 17:37:59 +01:00
feeds.go cmd/swarm: update should error on manifest mismatch (#18047) 2018-11-26 17:37:59 +01:00
flags.go cmd/swarm/global-store: global store cmd (#19014) 2019-02-19 13:11:51 +01:00
fs_test.go cmd/swarm: FUSE do not require --ipcpath (#18112) 2018-11-23 01:32:34 +01:00
fs.go cmd/swarm: FUSE do not require --ipcpath (#18112) 2018-11-23 01:32:34 +01:00
hash.go cmd/swarm: split flags and cli command declarations to the relevant files (#17896) 2018-10-12 14:51:38 +02:00
list.go cmd/swarm: split flags and cli command declarations to the relevant files (#17896) 2018-10-12 14:51:38 +02:00
main.go cmd/swarm/global-store: global store cmd (#19014) 2019-02-19 13:11:51 +01:00
manifest_test.go cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation (#18083) 2018-11-14 09:21:14 +01:00
manifest.go cmd/swarm: split flags and cli command declarations to the relevant files (#17896) 2018-10-12 14:51:38 +02:00
run_test.go swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498) 2019-02-19 12:56:30 +01:00
upload_test.go cmd/swarm: speed up tests - use global cluster (#18129) 2018-11-19 14:57:22 +01:00
upload.go cmd/swarm: auto resolve default path according to env flag (#17960) 2018-11-04 07:59:58 +01:00