Skip to content

Commit

Permalink
Ensure otel service name is set
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Nov 29, 2024
1 parent 33ee54f commit 849348b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator/weight_setting/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def __init__(self):
self.uid = list(self.metagraph.nodes.keys()).index(self.keypair.ss58_address)

init_open_telemetry_logging({
"service.name": "edge-maxxing-validator",
"neuron.hotkey": self.keypair.ss58_address,
"neuron.uid": self.uid,
"neuron.signature": self.signature,
Expand Down

0 comments on commit 849348b

Please sign in to comment.