statsd_exporter/pkg
Eddie Bracho fdc8b5f852 Add scale field to mapping config
This field allows configuring unit conversions in mappings. For example:

mappings:
- match: foo.latency_ms
  name: foo_latency_seconds
  scale: 0.001
- match: bar.processed_kb
  name: bar_processed_bytes
  scale: 1024

Signed-off-by: Eddie Bracho <eddiebracho@gmail.com>
2023-05-29 19:54:43 -07:00
..
address Change casing of error messages 2020-09-06 16:33:18 +05:30
clock hopefully now linux 2020-04-08 15:29:54 -04:00
event cleanup 2021-02-06 23:21:49 -05:00
exporter Add scale field to mapping config 2023-05-29 19:54:43 -07:00
level refactor: replace level pkg 2021-09-01 18:55:45 +08:00
line feat: enable more linters and fix warnings (#364) 2021-10-24 21:27:31 +07:00
listener Add statsd relay 2021-09-01 15:14:01 +02:00
mapper Add scale field to mapping config 2023-05-29 19:54:43 -07:00
mappercache Use groupcache for LRU cache 2021-04-28 12:15:19 -04:00
metrics Added license. 2020-04-08 15:30:01 -04:00
registry Allow creation of native histograms 2022-12-06 09:49:24 +01:00
relay fix flaky test gosched hack 2022-06-22 15:31:41 +04:00
README.md Add deprecation note to pkg directory 2021-10-13 14:40:09 +02:00

The pkg directory is deprecated. Please do not add new packages to this directory. Existing packages will be moved elsewhere eventually.