Skip to content

Commit

Permalink
docs: add link to otel docs to otel blog post (#1231)
Browse files Browse the repository at this point in the history
* docs: add link to otel docs to otel blog post

* address comments left by @marcklingen on #1231 (docs: add link to otel docs to otel blog post); (#1232)

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
marcklingen and ellipsis-dev[bot] authored Feb 3, 2025
1 parent 9aa6373 commit 47533e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/blog/2024-10-opentelemetry-for-llm-observability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ import { BlogHeader } from "@/components/blog/BlogHeader";

import Image from "next/image";

<Callout type="info">

**Update**: We have released a [Langfuse OTel Collector](/docs/opentelemetry/get-started) to increase compatibility with emerging OTel-based instrumentation libraries.

</Callout>

## Introduction to <Image src="/images/blog/2024-10-opentelemetry-for-llms/opentelemetry-logo.svg" alt="OpenTelemetry Logo" width={140} height={30} className="inline-block" />

[OpenTelemetry](https://opentelemetry.io/) is an open-source observability framework designed to handle the instrumentation of applications for collecting traces, metrics, and logs. It helps developers monitor and troubleshoot complex systems by providing standardized tools and practices for data collection and analysis.
Expand Down Expand Up @@ -129,6 +135,12 @@ We are committed to OTel and are happy to contribute to the SIG. We will continu
Discussion thread](https://github.com/orgs/langfuse/discussions/2509).
</Callout>

<Callout type="info">

**Update**: We have released a [Langfuse OTel Collector](/docs/opentelemetry/get-started) to increase compatibility with emerging OTel-based instrumentation libraries.

</Callout>

## Get Started

If you want to get started with tracing your AI applications with Langfuse today, check out our [quickstart guide](/docs/get-started) on how to use Langfuse with multiple LLM building frameworks like [Langchain](/docs/integrations/langchain/tracing) or [LlamaIndex](/docs/integrations/llama-index/get-started).
Expand Down

0 comments on commit 47533e7

Please sign in to comment.