Skip to content

Commit d14bc42

Browse files
Deprecate langsmith-observability chart (#610)
1 parent 9c85851 commit d14bc42

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

charts/langsmith-observability/Chart.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: langsmith-observability
33
maintainers:
44
- name: Romain
55
email: romain@langchain.dev
6-
description: Helm chart to deploy the observability stack for LangSmith.
6+
deprecated: true
7+
description: (DEPRECATED) This chart is deprecated and will be removed in a future version. Please use your own observability stack.
78
type: application
8-
version: 0.1.0
9-
appVersion: "0.1.0"
9+
version: 0.2.0
10+
appVersion: "0.2.0"
1011
dependencies:
1112
# Prometheus Exporters
1213
- name: prometheus-postgres-exporter

charts/langsmith-observability/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# langsmith-observability
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
3+
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
44

5-
Helm chart to deploy the observability stack for LangSmith.
5+
(DEPRECATED) This chart is deprecated and will be removed in a future version. Please use your own observability stack.
66

77
## Requirements
88

0 commit comments

Comments
 (0)