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: src/i18n/locales/ar/catalog.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -740,6 +740,11 @@
740
740
"aggregationFieldPh": "tokens",
741
741
"aggregationFieldHelp": "حدد الخاصية في بيانات الحدث التي ستُجمَّع، مثل tokens وmessages_sent وstorage_used.",
742
742
"aggregationMultiplier": "مضاعف التجميع*",
743
+
"customExpressionButton": "تعبير مخصص",
744
+
"aggregationFieldButton": "حقل التجميع",
745
+
"customExpression": "تعبير مخصص*",
746
+
"customExpressionPh": "ceil(duration_ms / 1000)",
747
+
"customExpressionHelp": "اكتب صيغة CEL تُحسب لكل حدث لحساب الكمية. المتغيرات هي أسماء الخصائص ذات المستوى الأعلى في الأحداث (مثل duration_ms وtokens). الدوال المتاحة: max(a, b)، min(a, b)، abs(x)، ceil(x)، floor(x)، round(x)، pow(x, y)، sqrt(x)، log(x). أمثلة: \"input_tokens + output_tokens\"، \"ceil(duration_ms / 1000)\"، \"min(usage, quota)\". متاح فقط لـ SUM وAVG وMAX وLATEST.",
743
748
"aggregationMultiplierPh": "1",
744
749
"aggregationMultiplierHelp": "حدد المضاعف للتجميع، مثل 1.5 أو 0.25 أو 1000.",
Copy file name to clipboardExpand all lines: src/i18n/locales/en/catalog.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -739,6 +739,11 @@
739
739
"aggregationField": "Aggregation Field*",
740
740
"aggregationFieldPh": "tokens",
741
741
"aggregationFieldHelp": "Specify the property in the event data that will be aggregated. e.g. tokens, messages_sent, storage_used.",
742
+
"customExpressionButton": "Custom expression",
743
+
"aggregationFieldButton": "Aggregation field",
744
+
"customExpression": "Custom Expression*",
745
+
"customExpressionPh": "ceil(duration_ms / 1000)",
746
+
"customExpressionHelp": "Write a CEL formula evaluated per event to compute the quantity. Variables are top-level property names on your events (e.g. duration_ms, tokens). Available functions: max(a, b), min(a, b), abs(x), ceil(x), floor(x), round(x), pow(x, y), sqrt(x), log(x). Examples: \"input_tokens + output_tokens\", \"ceil(duration_ms / 1000)\", \"min(usage, quota)\", \"max(cores * hours * rate, 0.01)\". Only available for SUM, AVG, MAX and LATEST.",
0 commit comments