Skip to content

Commit

Permalink
Merge pull request #35 from agcalin/t-typo
Browse files Browse the repository at this point in the history
chore: threats metric typo
  • Loading branch information
becitsthere authored May 23, 2024
2 parents c8616b8 + 7917938 commit a14debb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nv_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def collect(self):
metric.add_sample('nv_log_events',
value=ttimelist[x] * 1000,
labels={
'log': "thread",
'log': "threat",
'fromname': tcnamelist[x],
'fromns': tcnslist[x],
'toname': tsnamelist[x],
Expand Down

0 comments on commit a14debb

Please sign in to comment.