Skip to content

Commit

Permalink
new format for build
Browse files Browse the repository at this point in the history
  • Loading branch information
joofio committed Oct 4, 2024
1 parent ba467d4 commit 2431fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def log_result(
"""
Sends a metric to Graphite.
"""
metric_path = f"""gh.{method}.focusing.{bundleid["name"]}.{pid}.{lens}"""
metric_path = f"""gh.focusing.{method}.{bundleid["name"]}.{pid}.{lens}"""
timestamp = timestamp or int(time.time())
if status_code == 200 and not warnings:
value = 0
Expand Down

0 comments on commit 2431fec

Please sign in to comment.