Hi. Is there any way to monitor in logs the durati...
# gooddata-cn
f
Hi. Is there any way to monitor in logs the duration and quantity of PDF exports on CN?
j
GoodData.CN does not have any embedded logging and monitoring systems. However, it complies with Kubernetes best practices for logging and monitoring areas. Therefore, we can try and raise this as product feedback on your behalf.
p
🎉 New note created.
f
thank you
r
@Filip Turniški It's possible to collect this information from logs. Check logs from "restapi" container of "visual-exporter-service" pods. Search for
action=export_to_pdf_kpi_dashboard status=finished time=XXXXX url="https://<<url-of-export>>
the
time
attribute reports number of milliSeconds spent to create PDF export for given url.