Skip to content

Commit 07dbc93

Browse files
authored
Add blog link for VLLM integration (#19177)
* Add blog link for VLLM integration * Add blog to manifest.json file
1 parent 2eafe65 commit 07dbc93

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

vllm/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ In either case, make sure that the `source` value for your logs is `vllm`. This
4848

4949
Need help? Contact [Datadog support][9].
5050

51+
## Further Reading
52+
Additional helpful documentation, links, and articles:
53+
- [Optimize LLM application performance with Datadog's vLLM integration][13]
54+
5155

5256
[1]: https://docs.vllm.ai/en/stable/
5357
[2]: https://app.datadoghq.com/account/settings/agent/latest
@@ -60,3 +64,4 @@ Need help? Contact [Datadog support][9].
6064
[10]: https://docs.datadoghq.com/containers/docker/log/?tab=containerinstallation#installation
6165
[11]: https://docs.datadoghq.com/containers/docker/log/?tab=hostagent#installation
6266
[12]: https://docs.datadoghq.com/containers/docker/log/?tab=dockerfile#log-integrations
67+
[13]: https://www.datadoghq.com/blog/vllm-integration/

vllm/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
"Category::AI/ML",
2020
"Submitted Data Type::Metrics",
2121
"Offering::Integration"
22+
],
23+
"resources": [
24+
{
25+
"resource_type": "blog",
26+
"url": "https://www.datadoghq.com/blog/vllm-integration/"
27+
}
2228
]
2329
},
2430
"assets": {

0 commit comments

Comments
 (0)