Skip to content

Commit

Permalink
fix(analytics-chart): lang keys for chart csv export [MA-3188] (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-peteu authored Sep 13, 2024
1 parent 581caa2 commit 144185a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/analytics/analytics-chart/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,21 @@
"datapointValueDisplay": "{value} {unit}"
},
"chartLabels": {
"ai_provider": "Provider",
"ai_request_model": "Request Model",
"ai_response_model": "Response Model",
"request_count": "Request Count",
"request_per_minute": "Requests per Minute",
"requests_per_minute": "Requests per Minute",
"response_latency_p99": "Response Latency (p99)",
"response_latency_p95": "Response Latency (p95)",
"response_latency_p50": "Response Latency (p50)",
"kong_latency_p99": "Kong Latency (p99)",
"kong_latency_p95": "Kong Latency (p95)",
"kong_latency_p50": "Kong Latency (p50)",
"llm_cache_status": "Cache Status",
"llm_embeddings_model": "Embeddings Model",
"llm_embeddings_provider": "Embeddings Provider",
"upstream_latency_p99": "Upstream Latency (p99)",
"upstream_latency_p95": "Upstream Latency (p95)",
"upstream_latency_p50": "Upstream Latency (p50)",
Expand Down

0 comments on commit 144185a

Please sign in to comment.