coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

Coiled analytics should export dask version #226

Open fjetter opened 1 year ago

fjetter commented 1 year ago

Coiled Analytics would be a nice way to export and show the used dask version and potentially other meta information, e.g. names of plugins, extensions, preloads, used config, etc.

All of this information should be cheap to export and would help diagnosing issues after the fact tremendously.

mrocklin commented 1 year ago

Florian my guess is that if you were to write the Python/Dask side of this as some simple Python function then it would be easy for others to add it to the backend. They may not know how to get this data effectively from Dask.

Some of these things (like Dask version) are present, but just elsewhere in the schema I think (well, at least if they're not using an opaque docker image)

On Mon, Jan 9, 2023 at 1:23 AM Florian Jetter @.***> wrote:

Coiled Analytics would be a nice way to export and show the used dask version and potentially other meta information, e.g. names of plugins, extensions, preloads, used config, etc.

All of this information should be cheap to export and would help diagnosing issues after the fact tremendously.

— Reply to this email directly, view it on GitHub https://github.com/coiled/feedback/issues/226, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACKZTFYDCKTQHMN3RDEGJLWRPKJXANCNFSM6AAAAAATVGHHWY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--

https://coiled.io

Matthew Rocklin CEO

ntabris commented 1 year ago

Some (most?) of this is already being collected by analytics plugin. I think the highest priority here is getting that data exposed somewhere, currently you have to dig through the database.

fjetter commented 1 year ago

Florian my guess is that if you were to write the Python/Dask side of this as some simple Python function then it would be easy for others to add it to the backend. They may not know how to get this data effectively from Dask.

Sure, I opened https://gitlab.com/coiled/cloud/-/merge_requests/5335 but would appreciate somebody else finishing this. I'm happy to further assist but I don't even have coiled tests running on my machine.

(well, at least if they're not using an opaque docker image)

The version is there as well. The telemetry plugin export this but I'm not sure where this is stored.

dchudz commented 1 year ago

Thanks Florian. Agree this seems like an easy quick win.

Platform team is a little light this week (Dan & Nat in KoBold's training, me in San Diego) so it might not be super quick.

fjetter commented 1 year ago

so it might not be super quick.

No rush