You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/Develop/contributing-telemetry.mdx
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,4 +90,26 @@ This telemetry event is sent when an unhandled exception is captured by Langflow
90
90
-**Type**: The exception class name, such as `ValueError`.
91
91
-**Message**: The exception message that was raised.
92
92
-**Context**: Additional contextual information related to where the exception occurred, such as route, component, or operation details, when available.
93
-
-**StackTraceHash**: A hash of the stack trace used to group similar exceptions for easier analysis.
93
+
-**StackTraceHash**: A hash of the stack trace used to group similar exceptions for easier analysis.
94
+
95
+
### Deployment provider
96
+
97
+
This telemetry event is sent when a deployment provider account is created or deleted.
98
+
99
+
-**DeploymentAction**: The specific action performed, such as `provider.create` or `provider.delete`.
100
+
-**DeploymentProvider**: The deployment provider used, such as `watsonx-orchestrate`.
101
+
-**DeploymentSeconds**: Duration in seconds for the operation, providing performance insights.
102
+
-**DeploymentSuccess**: Boolean value indicating whether the operation was successful.
103
+
-**DeploymentErrorMessage**: Error message details if the operation was unsuccessful.
104
+
-**WxoTenantId**: An anonymized identifier for the tenant, used to understand multi-tenant usage patterns without collecting personal information.
105
+
106
+
### Deployment
107
+
108
+
This telemetry event is sent when a deployment is created.
109
+
110
+
-**DeploymentAction**: The specific action performed, such as `deployment.create`.
111
+
-**DeploymentProvider**: The deployment provider used, such as `watsonx-orchestrate`.
112
+
-**DeploymentSeconds**: Duration in seconds for the operation, providing performance insights.
113
+
-**DeploymentSuccess**: Boolean value indicating whether the operation was successful.
114
+
-**DeploymentErrorMessage**: Error message details if the operation was unsuccessful.
115
+
-**WxoTenantId**: An anonymized identifier for the tenant, used to understand multi-tenant usage patterns without collecting personal information.
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-1.9.0/Develop/contributing-telemetry.mdx
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,4 +90,26 @@ This telemetry event is sent when an unhandled exception is captured by Langflow
90
90
-**Type**: The exception class name, such as `ValueError`.
91
91
-**Message**: The exception message that was raised.
92
92
-**Context**: Additional contextual information related to where the exception occurred, such as route, component, or operation details, when available.
93
-
-**StackTraceHash**: A hash of the stack trace used to group similar exceptions for easier analysis.
93
+
-**StackTraceHash**: A hash of the stack trace used to group similar exceptions for easier analysis.
94
+
95
+
### Deployment provider
96
+
97
+
This telemetry event is sent when a deployment provider account is created or deleted.
98
+
99
+
-**DeploymentAction**: The specific action performed, such as `provider.create` or `provider.delete`.
100
+
-**DeploymentProvider**: The deployment provider used, such as `watsonx-orchestrate`.
101
+
-**DeploymentSeconds**: Duration in seconds for the operation, providing performance insights.
102
+
-**DeploymentSuccess**: Boolean value indicating whether the operation was successful.
103
+
-**DeploymentErrorMessage**: Error message details if the operation was unsuccessful.
104
+
-**WxoTenantId**: An anonymized identifier for the tenant, used to understand multi-tenant usage patterns without collecting personal information.
105
+
106
+
### Deployment
107
+
108
+
This telemetry event is sent when a deployment is created.
109
+
110
+
-**DeploymentAction**: The specific action performed, such as `deployment.create`.
111
+
-**DeploymentProvider**: The deployment provider used, such as `watsonx-orchestrate`.
112
+
-**DeploymentSeconds**: Duration in seconds for the operation, providing performance insights.
113
+
-**DeploymentSuccess**: Boolean value indicating whether the operation was successful.
114
+
-**DeploymentErrorMessage**: Error message details if the operation was unsuccessful.
115
+
-**WxoTenantId**: An anonymized identifier for the tenant, used to understand multi-tenant usage patterns without collecting personal information.
0 commit comments