Skip to content

Commit 6d0b745

Browse files
Update Weaviate Overview (#17488)
* Update Weaviate Overview * Add dashboard image * Apply suggestions from code review Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com> --------- Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com>
1 parent 0d2e963 commit 6d0b745

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

weaviate/README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Agent Check: Weaviate
22

3+
![Weaviate Overview Dashboard][16]
4+
35
## Overview
46

5-
This check monitors [Weaviate][1] through the Datadog Agent. For more information, see [Weaviate monitoring][10].
7+
Weaviate is an open source, AI-native vector database that helps create AI-powered applications. With Datadog's Weaviate integration, you can:
8+
9+
- Monitor usage statistics (such as duration of insert, delete, and maintenance operations) to identify potential storage issues, bottlenecks, and assess the impact of data modifications on system responsiveness.
10+
- Track query latency, rate, and concurrent read/write requests to gain insight into the vector database's overall responsiveness and load handling capabilities.
11+
- Optimize write-heavy workloads with object statistics, like the average time taken for "put" (write) operations.
12+
- Ensure smooth and efficient data ingestion with import-related metrics that offer insights into operations like data loading process.
13+
14+
This check monitors [Weaviate][1] through the Datadog Agent. For more information, see [Weaviate monitoring][2]. To learn more about Datadog's suite of AI integrations, see this [blog][15].
615

716
## Setup
817

@@ -90,6 +99,12 @@ See [service_checks.json][8] for a list of service checks provided by this integ
9099

91100
Need help? Contact [Datadog support][9].
92101

102+
## Further Reading
103+
104+
Additional helpful documentation, links, and articles:
105+
106+
- [Integration roundup: Monitoring your AI stack][15]
107+
93108

94109
[1]: https://weaviate.io/developers/weaviate
95110
[2]: https://app.datadoghq.com/account/settings/agent/latest
@@ -104,4 +119,6 @@ Need help? Contact [Datadog support][9].
104119
[11]: https://weaviate.io/developers/weaviate/api/rest
105120
[12]: https://docs.datadoghq.com/integrations/openmetrics/
106121
[13]: https://github.com/DataDog/integrations-core/blob/7.46.x/openmetrics/datadog_checks/openmetrics/data/conf.yaml.example#L544-L546
107-
[14]: https://github.com/weaviate/weaviate-helm/blob/576f613bad3f8e25015c61a7143800123ab378d3/weaviate/values.yaml#L1196
122+
[14]: https://github.com/weaviate/weaviate-helm/blob/576f613bad3f8e25015c61a7143800123ab378d3/weaviate/values.yaml#L1196
123+
[15]: https://www.datadoghq.com/blog/ai-integrations/
124+
[16]: https://raw.githubusercontent.com/DataDog/integrations-core/master/weaviate/images/weaviate_dashboard.png
717 KB
Loading

0 commit comments

Comments
 (0)