Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions assets/cribl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/csharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/dotnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/litellm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/openrouter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/php.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/rust.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/vllm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 125 additions & 0 deletions catalog/groups.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions catalog/integrations/cribl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"id": "cribl",
"name": "Cribl",
"resource": "streaming",
"telemetry_types": [
"logs",
"metrics",
"traces"
],
"description": "Forward telemetry from Cribl Stream to Parseable as an OpenTelemetry destination",
"isOtel": true,
"links": {
"docs": "https://www.parseable.com/docs/ingest-data/streaming/cribl"
},
"assets": {
"logo": "assets/cribl.svg"
}
}
16 changes: 16 additions & 0 deletions catalog/integrations/csharp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"id": "csharp",
"name": "C#",
"resource": "programming-languages",
"telemetry_types": [
"logs"
],
"description": "Send logs from C# applications to Parseable using HttpClient",
"isOtel": false,
"links": {
"docs": "https://www.parseable.com/docs/ingest-data/programming-languages/csharp"
},
"assets": {
"logo": "assets/csharp.svg"
}
}
16 changes: 16 additions & 0 deletions catalog/integrations/dotnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"id": "dotnet",
"name": ".NET",
"resource": "programming-languages",
"telemetry_types": [
"logs"
],
"description": "Send structured logs from .NET and ASP.NET Core apps via HTTP or Serilog",
"isOtel": false,
"links": {
"docs": "https://www.parseable.com/docs/ingest-data/programming-languages/dotnet"
},
"assets": {
"logo": "assets/dotnet.svg"
}
}
17 changes: 17 additions & 0 deletions catalog/integrations/litellm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "litellm",
"name": "LiteLLM",
"resource": "llm-ai-agents",
"telemetry_types": [
"logs",
"traces"
],
"description": "Send LiteLLM traces to Parseable through OpenTelemetry for LLM observability across 100+ providers",
"isOtel": true,
"links": {
"docs": "https://www.parseable.com/docs/ingest-data/ai-agents/litellm"
},
"assets": {
"logo": "assets/litellm.svg"
}
}
17 changes: 17 additions & 0 deletions catalog/integrations/openrouter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "openrouter",
"name": "OpenRouter",
"resource": "llm-ai-agents",
"telemetry_types": [
"logs",
"traces"
],
"description": "Send LLM traces to Parseable using OpenRouter Broadcast, no code changes required",
"isOtel": true,
"links": {
"docs": "https://www.parseable.com/docs/ingest-data/ai-agents/openrouter"
},
"assets": {
"logo": "assets/openrouter.svg"
}
}
16 changes: 16 additions & 0 deletions catalog/integrations/php.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"id": "php",
"name": "PHP",
"resource": "programming-languages",
"telemetry_types": [
"logs"
],
"description": "Send logs from PHP and Laravel/Symfony apps using HTTP or Monolog handler",
"isOtel": false,
"links": {
"docs": "https://www.parseable.com/docs/ingest-data/programming-languages/php"
},
"assets": {
"logo": "assets/php.svg"
}
}
16 changes: 16 additions & 0 deletions catalog/integrations/rust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"id": "rust",
"name": "Rust",
"resource": "programming-languages",
"telemetry_types": [
"logs"
],
"description": "Send logs from Rust applications to Parseable using the reqwest HTTP client",
"isOtel": false,
"links": {
"docs": "https://www.parseable.com/docs/ingest-data/programming-languages/rust"
},
"assets": {
"logo": "assets/rust.svg"
}
}
17 changes: 17 additions & 0 deletions catalog/integrations/vllm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "vllm",
"name": "vLLM",
"resource": "llm-ai-agents",
"telemetry_types": [
"metrics",
"traces"
],
"description": "Monitor vLLM inference with OpenTelemetry, build dashboards, and analyze GPU costs for LLM serving",
"isOtel": true,
"links": {
"docs": "https://www.parseable.com/docs/ingest-data/ai-agents/vllm"
},
"assets": {
"logo": "assets/vllm.svg"
}
}
Loading