File tree Expand file tree Collapse file tree 2 files changed +52
-2
lines changed
docs/components/modeler/desktop-modeler/telemetry
versioned_docs/version-8.8/components/modeler/desktop-modeler/telemetry Expand file tree Collapse file tree 2 files changed +52
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ Example event:
194194}
195195```
196196
197- ## Task testing events
197+ ### Task testing events
198198
199199Task testing events are sent when using the [ task testing] ( ../task-testing.md ) feature:
200200
@@ -212,3 +212,28 @@ Example task testing finished event:
212212 "incidentType" : " JOB_NO_RETRIES"
213213}
214214```
215+
216+ ### Connection event
217+
218+ The ` Connection Event ` is sent in the following situations:
219+
220+ - Modeler fails to connect to a cluster configured via [ connection manager] ( ../connect-to-camunda-8.md )
221+ - Modeler connects to a configured cluster
222+
223+ The ` Connection Event ` has the following properties:
224+
225+ - ` success ` : true or false
226+ - ` targetType ` : SaaS or Self-Managed
227+ - ` isLocal ` : true or false
228+ - ` reason ` : error reason or null
229+
230+ Example connection event:
231+
232+ ``` json
233+ {
234+ "success" : true ,
235+ "targetType" : " Self-Managed" ,
236+ "isLocal" : true ,
237+ "reason" : null
238+ }
239+ ```
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ Example event:
194194}
195195```
196196
197- ## Task testing events
197+ ### Task testing events
198198
199199Task testing events are sent when using the [ task testing] ( ../task-testing.md ) feature:
200200
@@ -212,3 +212,28 @@ Example task testing finished event:
212212 "incidentType" : " JOB_NO_RETRIES"
213213}
214214```
215+
216+ ### Connection event
217+
218+ The ` Connection Event ` is sent in the following situations:
219+
220+ - Modeler fails to connect to a cluster configured via [ connection manager] ( ../connect-to-camunda-8.md )
221+ - Modeler connects to a configured cluster
222+
223+ The ` Connection Event ` has the following properties:
224+
225+ - ` success ` : true or false
226+ - ` targetType ` : SaaS or Self-Managed
227+ - ` isLocal ` : true or false
228+ - ` reason ` : error reason or null
229+
230+ Example connection event:
231+
232+ ``` json
233+ {
234+ "success" : true ,
235+ "targetType" : " Self-Managed" ,
236+ "isLocal" : true ,
237+ "reason" : null
238+ }
239+ ```
You can’t perform that action at this time.
0 commit comments