storj/pkg/process
JT Olio 8c57434ded
pkg/process/metrics: add an instance prefix (#2190)
* pkg/process/metrics: add an instance prefix

the distinction between which satellite is sending which
data should go in the instance field, not the suffix or application
fields. (un)fortunately, the instance id is deliberately not
configurable because we don't want it to be easy to accidentally
have multiple applications collide with the same instance id.

so we're currently stuffing the human readable instance in the
suffix. :(

perhaps a reasonable tradeoff would be an optional instance
prefix that allows operators to put their domain name in
the instance

Change-Id: I6fcc8498be908c5740439cc00f77474ad151febd

* linting

Change-Id: I9f9a44fa9a2634ef5e4f89548d42d57ce9e4450e
2019-06-24 16:45:37 -06:00
..
debug.go pkg/process: prometheus support (#2176) 2019-06-13 18:29:35 +02:00
exec_conf_test.go add support to hide config settings (#2241) 2019-06-19 07:27:44 -07:00
exec_conf.go add support to hide config settings (#2241) 2019-06-19 07:27:44 -07:00
exec.go Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00
logging.go pkg/process/logging: different defaults for release/dev (#2191) 2019-06-13 10:43:39 -06:00
metrics.go pkg/process/metrics: add an instance prefix (#2190) 2019-06-24 16:45:37 -06:00