Skip to content

Commit f55a2d9

Browse files
authored
[llm-observability] fix integrations sources links (#1018)
Fix markdown links syntax.
1 parent 5fccbfd commit f55a2d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

solutions/observability/apps/llm-observability.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Elastic’s LLM integrations now support the most widely adopted models, includi
1717

1818
| **LLM Provider** | **Source** | **Metrics** | **Logs** |
1919
|--------|------------|------------|
20-
| [Amazon Bedrock](https://www.elastic.co/guide/en/integrations/current/aws_bedrock.html)| [AWS CloudWatch Logs] [impl-bedrock](https://github.com/elastic/integrations/tree/main/packages/aws_bedrock#compatibility) |||
21-
| [Azure OpenAI](https://www.elastic.co/guide/en/integrations/current/azure_openai.html)| [Azure Monitor and Event Hubs] [impl-azure](https://github.com/elastic/integrations/tree/main/packages/azure_openai#azure-openai-integration) |||
22-
| [GCP Vertex AI](https://www.elastic.co/guide/en/integrations/current/gcp_vertexai.html) | [GCP Cloud Monitoring] [impl-vertexai](https://github.com/elastic/integrations/tree/main/packages/gcp_vertexai#overview) || 🚧 |
23-
| [OpenAI](https://www.elastic.co/guide/en/integrations/current/openai.html) | [OpenAI Usage API] [openai-usage](https://platform.openai.com/docs/api-reference/usage) || 🚧 |
20+
| [Amazon Bedrock](https://www.elastic.co/guide/en/integrations/current/aws_bedrock.html)| [AWS CloudWatch Logs](https://github.com/elastic/integrations/tree/main/packages/aws_bedrock#compatibility) |||
21+
| [Azure OpenAI](https://www.elastic.co/guide/en/integrations/current/azure_openai.html)| [Azure Monitor and Event Hubs](https://github.com/elastic/integrations/tree/main/packages/azure_openai#azure-openai-integration) |||
22+
| [GCP Vertex AI](https://www.elastic.co/guide/en/integrations/current/gcp_vertexai.html) | [GCP Cloud Monitoring](https://github.com/elastic/integrations/tree/main/packages/gcp_vertexai#overview) || 🚧 |
23+
| [OpenAI](https://www.elastic.co/guide/en/integrations/current/openai.html) | [OpenAI Usage API](https://platform.openai.com/docs/api-reference/usage) || 🚧 |
2424

2525
## APM tracing for LLM models (via instrumentation)
2626

0 commit comments

Comments
 (0)