Skip to content

Commit 1fc2ed6

Browse files
Deprecate self hosted LangSmith-Observability helm chart (#2976)
## Overview Chart is being deprecated ## Type of change **Type:** Remove outdated content ## Related issues/PRs Closes INF-1678 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [X] I have read the [contributing guidelines](README.md) - [X] I have tested my changes locally using `docs dev` - [X] All code examples have been tested and work correctly - [X] I have used **root relative** paths for internal links - [X] I have updated navigation in `src/docs.json` if needed ## Additional notes 😢
1 parent 0af4a33 commit 1fc2ed6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/langsmith/export-backend.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ You can use a [Prometheus](https://prometheus.io/docs/prometheus/latest/getting_
3939

4040
## Frontend Nginx
4141

42-
The frontend service exposes its Nginx metrics at the following endpoint: `langsmith-frontend.langsmith.svc.cluster.local:80/nginx_status`. You can either scrape them yourself, or bring up a Prometheus Nginx exporter using the [LangSmith Observability Helm Chart](/langsmith/observability-stack)
42+
The frontend service exposes its Nginx metrics at the following endpoint: `langsmith-frontend.langsmith.svc.cluster.local:80/nginx_status`. You can either scrape them yourself, or bring up a [Prometheus Nginx exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-nginx-exporter).
4343

4444
<Warning>
4545
**The following sections apply for in-cluster databases only. If you are using external databases, you will need to configure exposing and fetching metrics.**
4646
</Warning>
4747

4848
## Postgres + Redis
4949

50-
If you are using in-cluster Postgres/Redis instances, you can use a Prometheus exporter to expose metrics from your instance. You can deploy your own, or if you would like, you can use the [LangSmith Observability Helm Chart](/langsmith/observability-stack) to deploy an exporter for you.
50+
If you are using in-cluster Postgres/Redis instances, you can use a Prometheus exporter to expose metrics from your instance. You can deploy a [Postgres exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-postgres-exporter) and/or [Redis exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-redis-exporter).
5151

5252
## Clickhouse
5353

src/langsmith/observability-stack.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Deploy an observability stack for your LangSmith deployment
33
sidebarTitle: Deploy an observability stack
44
---
55

6+
<Danger>
7+
**Deprecated**: The LangSmith Observability Helm chart is deprecated. We no longer maintain or provide support for it. The documentation below is preserved for reference only.
8+
</Danger>
9+
610
<Warning>
711
**This section is only applicable for Kubernetes deployments.**
812
</Warning>

0 commit comments

Comments
 (0)