Fix Prometheus incorrect metric name (#502)

* Fix Prometheus incorrect metric name

* Remove unnecessary changes
This commit is contained in:
cybermaggedon 2025-09-06 18:37:01 +01:00 committed by GitHub
parent 415208e3e7
commit a92050c411
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 9 deletions

View file

@ -36,7 +36,7 @@ class Processor(FlowProcessor):
super(Processor, self).__init__(
**params | {
"id": id,
"config-type": self.config_key,
"config_type": self.config_key,
}
)