innosat-mats / level1a

merging platform and payload data to geolocated images
MIT License
0 stars 0 forks source link

Publish processing metrics for L1A #55

Open skymandr opened 1 year ago

skymandr commented 1 year ago

📋 Info

Every time processing is run, publish metrics (if not development). Metrics should include:

with metadata:

A good solution is to use https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudwatch/client/put_metric_data.html

An alternative is to log the data in a structured way and pick it up in a metric that way.

See also: https://github.com/innosat-mats/MATS-L1-processing/issues/146

🏁 DoD

skymandr commented 1 year ago

Any other things needed in the metrics, @Kernl67 and @OleMartinChristensen ?