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 for various lifecycle operations on deployment provider accounts, such as create, delete, and update.
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**: A unique identifier for the tenant, populated only for `watsonx-orchestrate` deployments, used to understand multi-tenant usage patterns without collecting personal information.
105
+
106
+
### Deployment
107
+
108
+
This telemetry event is sent for various lifecycle operations on deployment resources, such as create, delete, and update.
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**: A unique identifier for the tenant, populated only for `watsonx-orchestrate` deployments, used to understand multi-tenant usage patterns without collecting personal information.
As of Langflow 1.9.2, the IBM watsonx Orchestrate deployments feature is behind a feature flag. To enable it, set the following environment variable before starting Langflow:
13
+
14
+
```bash
15
+
LANGFLOW_FEATURE_WXO_DEPLOYMENTS=true
16
+
```
17
+
:::
18
+
11
19
Create a flow and deploy it to [IBM watsonx Orchestrate](https://www.ibm.com/docs/en/watsonx/watson-orchestrate/base?topic=getting-started-watsonx-orchestrate).
12
20
13
21
Deploying a flow on IBM watsonx Orchestrate is different from the other Langflow deployment options.
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 for various lifecycle operations on deployment provider accounts, such as create, delete, and update.
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**: A unique identifier for the tenant, populated only for `watsonx-orchestrate` deployments, used to understand multi-tenant usage patterns without collecting personal information.
105
+
106
+
### Deployment
107
+
108
+
This telemetry event is sent for various lifecycle operations on deployment resources, such as create, delete, and update.
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**: A unique identifier for the tenant, populated only for `watsonx-orchestrate` deployments, 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/Support/release-notes.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,8 @@ For all changes, see the [Changelog](https://github.com/langflow-ai/langflow/rel
112
112
This workflow packages a selected flow version for use in IBM watsonx Orchestrate.
113
113
For more information, see [Deploy Langflow on watsonx Orchestrate](../Deployment/deployment-wxo.mdx).
114
114
115
+
As of Langflow 1.9.2, this feature is behind a feature flag. To enable it, set `LANGFLOW_FEATURE_WXO_DEPLOYMENTS=true` before starting Langflow.
116
+
115
117
-**Policies** component (beta)
116
118
117
119
The **Policies** component uses [ToolGuard](https://github.com/AgentToolkit/toolguard) to generate guard code from natural-language business policies and apply it to agent tools.
0 commit comments