-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge branch 'main' into feat/language-apis-and-sdks
Showing
18 changed files
with
300 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,3 +53,5 @@ dictionaries: | |
- softwareTerms | ||
# Other | ||
- companies | ||
words: # Valid words across all locales | ||
- htmltest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
--- | ||
title: Blog | ||
menu: | ||
main: { weight: 50 } | ||
menu: { main: { weight: 50 } } | ||
redirects: [{ from: '', to: '2024/ 301!' }] | ||
outputs: [HTML, RSS] | ||
htmltest: | ||
IgnoreDirs: | ||
- ^blog/(\d+/)?page/\d+ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
title: Apache Druid extension for OTLP | ||
registryType: utilities | ||
language: java | ||
tags: | ||
- java | ||
- druid | ||
- utilities | ||
- analytics | ||
- dashboards | ||
- monitoring | ||
license: Apache 2.0 | ||
description: This extension allows [Apache Druid](https://druid.apache.org/) to | ||
ingest OpenTelemetry signals. | ||
|
||
An example setup would be to use the [Kafka | ||
Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/kafkaexporter/README.md) | ||
to publish OTLP data into Kafka topics, and then setup Druid ingestion jobs, | ||
using this extension, to populate tables. | ||
authors: | ||
- name: mishmash io | ||
email: opensourcemaintainers@mishmash.io | ||
url: https://mishmash.io | ||
urls: | ||
repo: https://github.com/mishmash-io/opentelemetry-server-embedded | ||
docs: https://github.com/mishmash-io/opentelemetry-server-embedded/tree/main/druid-otlp-format | ||
createdAt: 2024-10-17 | ||
isNative: false | ||
isFirstParty: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.