Skip to content

Commit

Permalink
remove entrypoint from labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 21, 2024
1 parent b318dbb commit 0bd5e97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sky/usage/usage_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ def _send_to_loki(message_type: MessageType):
prom_labels['new_cluster'] = (message.original_cluster_status !=
'UP' and message.final_cluster_status ==
'UP')
prom_labels['entrypoint'] = message.entrypoint

headers = {'Content-type': 'application/json'}
payload = {
Expand Down

0 comments on commit 0bd5e97

Please sign in to comment.