---
title: "OTLP"
description: "Blyp skill preset for named OTLP targets, auto and manual delivery, and explicit connector names in client forwarding requests."
canonical_url: "https://www.blyp.dev/docs/skills/otlp"
markdown_url: "https://www.blyp.dev/docs/skills/otlp.md"
last_updated: "2018-10-20"
x_farming_labs_generated_preamble: true
---

# OTLP
URL: /docs/skills/otlp
LLM index: /llms.txt
Description: Blyp skill preset for named OTLP targets, auto and manual delivery, and explicit connector names in client forwarding requests.

import { SkillInstall } from "@/app/components/skill-install";
import { SkillSource } from "@/app/components/skill-source";

# Blyp OTLP

Install `blyp-otlp` after `blyp-core` when Blyp should forward logs into Grafana, Datadog, Honeycomb, or another OTLP-compatible backend. This preset keeps agents on the named-target model used by `connectors.otlp`.

## When to install it

- the repo configures one or more OTLP connectors
- manual OTLP logging is needed
- browser or Expo code requests a named OTLP target through Blyp

## What it covers

- `connectors.otlp` as a named array
- auto vs manual mode
- required target names for manual APIs
- explicit OTLP connector names in client or Expo requests

<SkillInstall slug="otlp" />

## Related docs

- [OTLP](/docs/connectors/otlp)
- [Client](/docs/integrations/client)
- [Expo](/docs/integrations/expo)
- [Convex](/docs/integrations/convex)

<SkillSource slug="otlp" />

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
