Skip to content

Commit 65179dd

Browse files
arusevmsvrnm
andauthored
Adding utility for Apache Druid ingestion of OTLP (#5427)
Co-authored-by: Severin Neumann <[email protected]>
1 parent 277e52d commit 65179dd

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
title: Apache Druid extension for OTLP
2+
registryType: utilities
3+
language: java
4+
tags:
5+
- java
6+
- druid
7+
- utilities
8+
- analytics
9+
- dashboards
10+
- monitoring
11+
license: Apache 2.0
12+
description: This extension allows [Apache Druid](https://druid.apache.org/) to
13+
ingest OpenTelemetry signals.
14+
15+
An example setup would be to use the [Kafka
16+
Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/kafkaexporter/README.md)
17+
to publish OTLP data into Kafka topics, and then setup Druid ingestion jobs,
18+
using this extension, to populate tables.
19+
authors:
20+
- name: mishmash io
21+
22+
url: https://mishmash.io
23+
urls:
24+
repo: https://github.com/mishmash-io/opentelemetry-server-embedded
25+
docs: https://github.com/mishmash-io/opentelemetry-server-embedded/tree/main/druid-otlp-format
26+
createdAt: 2024-10-17
27+
isNative: false
28+
isFirstParty: false

static/refcache.json

+20
Original file line numberDiff line numberDiff line change
@@ -3335,6 +3335,10 @@
33353335
"StatusCode": 200,
33363336
"LastSeen": "2024-01-30T15:24:54.677789-05:00"
33373337
},
3338+
"https://druid.apache.org/": {
3339+
"StatusCode": 206,
3340+
"LastSeen": "2024-10-18T16:50:18.107656338+03:00"
3341+
},
33383342
"https://dyladan.me/histograms/2023/05/02/why-histograms/": {
33393343
"StatusCode": 206,
33403344
"LastSeen": "2024-01-30T06:01:18.587594-05:00"
@@ -5655,6 +5659,10 @@
56555659
"StatusCode": 200,
56565660
"LastSeen": "2024-04-19T17:43:49.897716918Z"
56575661
},
5662+
"https://github.com/mishmash-io/opentelemetry-server-embedded": {
5663+
"StatusCode": 200,
5664+
"LastSeen": "2024-10-18T16:50:17.016614951+03:00"
5665+
},
56585666
"https://github.com/mjwolf": {
56595667
"StatusCode": 200,
56605668
"LastSeen": "2024-08-06T15:18:44.682117+02:00"
@@ -9215,6 +9223,10 @@
92159223
"StatusCode": 206,
92169224
"LastSeen": "2024-01-18T19:02:08.769984-05:00"
92179225
},
9226+
"https://mishmash.io": {
9227+
"StatusCode": 200,
9228+
"LastSeen": "2024-10-18T16:50:17.995881058+03:00"
9229+
},
92189230
"https://mobyproject.org/": {
92199231
"StatusCode": 206,
92209232
"LastSeen": "2024-08-07T15:43:31.13946+02:00"
@@ -9931,6 +9943,10 @@
99319943
"StatusCode": 206,
99329944
"LastSeen": "2024-02-23T22:55:04.014798-05:00"
99339945
},
9946+
"https://opentelemetry.io/docs/concepts/glossary/#instrumentation-library": {
9947+
"StatusCode": 206,
9948+
"LastSeen": "2024-10-18T16:49:48.155152358+03:00"
9949+
},
99349950
"https://opentelemetry.io/docs/concepts/instrumentation/libraries/": {
99359951
"StatusCode": 206,
99369952
"LastSeen": "2024-04-30T09:31:37.735092936Z"
@@ -9975,6 +9991,10 @@
99759991
"StatusCode": 206,
99769992
"LastSeen": "2024-09-04T09:48:32.91926+02:00"
99779993
},
9994+
"https://opentelemetry.io/docs/specs/otel/document-status": {
9995+
"StatusCode": 206,
9996+
"LastSeen": "2024-10-18T16:49:48.125677461+03:00"
9997+
},
99789998
"https://opentelemetry.io/docs/specs/otel/glossary/#instrumentation-library": {
99799999
"StatusCode": 206,
998010000
"LastSeen": "2024-04-30T09:31:37.929550219Z"

0 commit comments

Comments
 (0)