Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add link to otel docs to otel blog post #1231

Merged
merged 2 commits into from
Feb 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 icnrease compatibility with emerging OTel-based instrumentation libraries.
marcklingen marked this conversation as resolved.
Show resolved Hide resolved

</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).
marcklingen marked this conversation as resolved.
Show resolved Hide resolved
</Callout>

<Callout type="info">

**Update**: We have released a [Langfuse OTel Collector](/docs/opentelemetry/get-started) to icnrease 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