statsd-mapping: missing osmo_ prefix for e1inp

Change-Id: I0613dad8a412e1329a2a34fedcb2cbf6c5ef8574
This commit is contained in:
Harald Welte 2023-01-03 22:17:48 +01:00
parent 8a8497efcf
commit c3ccb2fe98
1 changed files with 2 additions and 2 deletions

View File

@ -312,14 +312,14 @@ mappings:
# e1inp.0.hdlc.{abort,bad_fcs,overrun}
- match: "*.e1inp.*.hdlc.*"
name: "e1inp_hdlc_${2}"
name: "osmo_e1inp_hdlc_${2}"
labels:
element: "$1"
line_nr: "$2"
# e1inp.0.{alarm,removed}
- match: "*.e1inp.*.*"
name: "e1inp_${2}"
name: "osmo_e1inp_${2}"
labels:
element: "$1"
line_nr: "$2"