mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 17:36:23 +02:00
Fix Prometheus incorrect metric name (#502)
* Fix Prometheus incorrect metric name * Remove unnecessary changes
This commit is contained in:
parent
415208e3e7
commit
a92050c411
6 changed files with 9 additions and 9 deletions
|
|
@ -36,7 +36,7 @@ class Processor(FlowProcessor):
|
|||
super(Processor, self).__init__(
|
||||
**params | {
|
||||
"id": id,
|
||||
"config-type": self.config_key,
|
||||
"config_type": self.config_key,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue