Skip to content

Commit

Permalink
Add blog link for VLLM integration (#19177)
Browse files Browse the repository at this point in the history
* Add blog link for VLLM integration

* Add blog to manifest.json file
  • Loading branch information
estherk15 authored Dec 3, 2024
1 parent 2eafe65 commit 07dbc93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vllm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ In either case, make sure that the `source` value for your logs is `vllm`. This

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

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


[1]: https://docs.vllm.ai/en/stable/
[2]: https://app.datadoghq.com/account/settings/agent/latest
Expand All @@ -60,3 +64,4 @@ Need help? Contact [Datadog support][9].
[10]: https://docs.datadoghq.com/containers/docker/log/?tab=containerinstallation#installation
[11]: https://docs.datadoghq.com/containers/docker/log/?tab=hostagent#installation
[12]: https://docs.datadoghq.com/containers/docker/log/?tab=dockerfile#log-integrations
[13]: https://www.datadoghq.com/blog/vllm-integration/
6 changes: 6 additions & 0 deletions vllm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"Category::AI/ML",
"Submitted Data Type::Metrics",
"Offering::Integration"
],
"resources": [
{
"resource_type": "blog",
"url": "https://www.datadoghq.com/blog/vllm-integration/"
}
]
},
"assets": {
Expand Down

0 comments on commit 07dbc93

Please sign in to comment.