Skip to content

Commit

Permalink
rename file telemetry collector
Browse files Browse the repository at this point in the history
Signed-off-by: Elad Gershon <egershon@nvidia.com>
  • Loading branch information
egershonNvidia committed Aug 14, 2024
1 parent 8c54466 commit eacb209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from constants import PDRConstants as Constants
from ufm_communication_mgr import UFMCommunicator
from collector import TelemetryCollector
from telemetry_collector import TelemetryCollector
# should actually be persistent and thread safe dictionary pf PortStates

class PortData(object):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import logging
from constants import PDRConstants


class TelemetryCollector:
"""
collecting data for the algorithm
Expand Down

0 comments on commit eacb209

Please sign in to comment.