ui icon indicating copy to clipboard operation
ui copied to clipboard

Qiucklinks to 3rd Party logging system

Open denniskniep opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

As a user I want to jump to the related detailed workflow/activity logs real quick. The logs can be stored in an external system and can not be displayed by temporal ui. Having a quicklink would ease and help during troubleshooting.

Describe the solution you'd like

User can define link patterns in config which are then rendered in UI with the replaced variables.

i.e.:

EXTERNAL_LOG_SYSTEM_LINK_FOR_WORKFLOW=https://elasticsearch.company.org?workflow_type=${WORKFLOW_TYPE}&run_id=${WORKFLOW_RUN_ID}

EXTERNAL_LOG_SYSTEM_LINK_FOR_ACTIVITY=https://elasticsearch.company.org?workflow_type=${ACTIVITY_TYPE}&run_id=${ACTIVITY_ID}

image

image

denniskniep avatar Jan 02 '24 16:01 denniskniep