Skip to content

Commit

Permalink
SLS: don't convert metrics to json after change to blob type
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Oct 6, 2020
1 parent 2507a94 commit 33d72eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandaharvester/harvestercore/service_metrics_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def __init__(self, service_metrics):

self.creationTime = datetime.datetime.utcnow()
self.hostName = socket.getfqdn()
self.metrics = json.dumps(service_metrics)
self.metrics = service_metrics # blobs are automatically translated to json

0 comments on commit 33d72eb

Please sign in to comment.