diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index 36e656a95609..7a317836cd94 100644 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -11,6 +11,8 @@ for instrumenting, generating, collecting, and exporting telemetry data such as [traces](/docs/concepts/signals/traces/), [metrics](/docs/concepts/signals/metrics/), [logs](/docs/concepts/signals/logs/). As an industry-standard, it is -[natively supported by a number of vendors](/ecosystem/vendors/). +[supported by 40+ observability vendors](/ecosystem/vendors/), integrated by +many [libraries, services and apps](/ecosystem/integrations) and adopted by a +[number of end-users](/ecosystem/adopters). ![OpenTelemetry Reference Architecture](/img/otel-diagram.svg) diff --git a/content/en/docs/what-is-opentelemetry.md b/content/en/docs/what-is-opentelemetry.md index c0fbcfcdfc39..09e9fd20442f 100644 --- a/content/en/docs/what-is-opentelemetry.md +++ b/content/en/docs/what-is-opentelemetry.md @@ -41,12 +41,12 @@ OpenTelemetry consists of the following major components: [OpenTelemetry Helm Charts](/docs/kubernetes/helm/), and [community assets for FaaS](/docs/faas/) -OpenTelemetry is compatible with a wide variety of open source +OpenTelemetry is compatible with a wide variety of [ecosystem integrations](/ecosystem/integrations/). -OpenTelemetry is supported by a vast number of [vendors](/ecosystem/vendors/), -many of whom provide commercial support for OpenTelemetry and contribute to the -project directly. +OpenTelemetry is supported by 40+ [vendors](/ecosystem/vendors/), many of whom +provide commercial support for OpenTelemetry and contribute to the project +directly. ## Extensibility diff --git a/content/en/ecosystem/integrations.md b/content/en/ecosystem/integrations.md index b6ad5b906af9..2d2b812abb6e 100644 --- a/content/en/ecosystem/integrations.md +++ b/content/en/ecosystem/integrations.md @@ -1,12 +1,17 @@ --- title: Integrations -description: OpenTelemetry integrations with other open-source projects +description: + Libraries, services, and apps with first-party support for OpenTelemetry. aliases: [/integrations] -cSpell:ignore: buildx containerd --- -A non-exhaustive list of libraries, services and apps that integrate -OpenTelemetry **natively** to emit traces, metrics and logs. +The mission of OpenTelemetry is +[to enable effective observability by making high-quality, portable telemetry ubiquitous](/community/mission/). +In other words, observability should be built in into the software you develop. + +The following list contains a sample of libraries, services, and apps that have +either integrated OpenTelemetry APIs and SDKs directly for native telemetry or +provide a first-party plugin that fits into their own extensibility ecosystem. {{% ecosystem/integrations-table %}} @@ -19,14 +24,16 @@ The entry must include the following: - Link to the documentation that explains how enable observability using OpenTelemetry -Note that this list is for libraries, services, and apps that integrate -OpenTelemetry **natively**. +{{% alert title="Note" color="info" %}} If you provide external integration of OpenTelemetry for any kind of library, -service, or app, then [add it to the registry](/ecosystem/registry/adding). +service, or app, then +[consider adding it to the registry](/ecosystem/registry/adding). If you adopt OpenTelemetry for Observability as an end user and do not provide any kind of services around OpenTelemetry, see [Adopters](/ecosystem/adopters). -If you provide a solution that consumes OpenTelemetry to offer Observability to +If you provide a solution that consumes OpenTelemetry to offer observability to end users, see [Vendors](/ecosystem/vendors). + +{{% /alert %}} diff --git a/data/ecosystem/integrations.yaml b/data/ecosystem/integrations.yaml index c1dfcd3ca264..c0dfce2d85b3 100644 --- a/data/ecosystem/integrations.yaml +++ b/data/ecosystem/integrations.yaml @@ -1,33 +1,76 @@ -# cSpell:ignore containerd buildx Quarkus +# cSpell:ignore containerd buildx Quarkus Cerbos - name: containerd url: https://containerd.io/ docsUrl: https://github.com/containerd/containerd/blob/main/docs/tracing.md components: [Go] + oss: true - name: CRI-O url: https://cri-o.io/ docsUrl: https://github.com/cri-o/cri-o/blob/main/docs/crio.conf.5.md#criotracing-table components: [Go] -- name: Docker buildx - url: https://github.com/docker/buildx + oss: true +- name: Docker Buildx and BuildKit + url: https://www.docker.com/ docsUrl: https://docs.docker.com/build/building/opentelemetry/ components: [Go] + oss: true - name: Elasticsearch Java API Client url: https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/index.html docsUrl: https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/opentelemetry.html components: [Java] + oss: true - name: Kubernetes url: https://kubernetes.io/ docsUrl: https://kubernetes.io/docs/concepts/cluster-administration/system-traces/ components: [Go] + oss: true - name: Micrometer url: https://micrometer.io/ docsUrl: https://micrometer.io/docs/tracing#_micrometer_tracing_opentelemetry_setup components: [Java] + oss: true - name: Quarkus url: https://quarkus.io/ docsUrl: https://quarkus.io/guides/opentelemetry components: [Java] + oss: true - name: RoadRunner url: https://roadrunner.dev/ docsUrl: https://roadrunner.dev/docs/lab-otel/current/en components: [Go, PHP] + oss: true +- name: Kong API Gateway + url: http://www.konghq.com/ + docsUrl: https://docs.konghq.com/hub/kong-inc/opentelemetry/ + components: [] + oss: false +- name: NGINX Web Server + url: https://nginx.org/ + docsUrl: https://github.com/nginxinc/nginx-otel + components: [C++] + oss: true +- name: Cisco NSO + url: https://www.cisco.com/c/en/us/products/cloud-systems-management/network-services-orchestrator/index.html + docsUrl: https://developer.cisco.com/docs/nso/#!observability-exporter/ + components: [Python] + oss: false +- name: Next.js + url: https://nextjs.org/ + docsUrl: https://nextjs.org/docs/app/building-your-application/optimizing/open-telemetry + components: [JavaScript] + oss: true +- name: ThousandEyes (Cisco) + url: https://www.thousandeyes.com/ + docsUrl: 'https://docs.thousandeyes.com/product-documentation/api/opentelemetry' + components: [Collector] + oss: false +- name: Cerbos JS SDK + url: https://cerbos.dev/ + docsUrl: https://github.com/cerbos/cerbos-sdk-javascript/tree/main/packages/opentelemetry + components: [JavaScript] + oss: true +- name: Tyk API Gateway + url: https://tyk.io + docsUrl: https://tyk.io/docs/product-stack/tyk-gateway/advanced-configurations/distributed-tracing/open-telemetry/open-telemetry-overview/ + components: [Go] + oss: true diff --git a/data/ecosystem/vendors.yaml b/data/ecosystem/vendors.yaml index c9d2a1a8482e..2af9458534e4 100644 --- a/data/ecosystem/vendors.yaml +++ b/data/ecosystem/vendors.yaml @@ -272,13 +272,6 @@ contact: '' oss: true commercial: false -- name: ThousandEyes (Cisco) - distribution: false - nativeOTLP: true - url: 'https://docs.thousandeyes.com/product-documentation/api/opentelemetry' - contact: '' - oss: false - commercial: true - name: Traceloop distribution: false nativeOTLP: true diff --git a/layouts/shortcodes/ecosystem/integrations-table.md b/layouts/shortcodes/ecosystem/integrations-table.md index 8e6c138214da..d1d7e053e0b1 100644 --- a/layouts/shortcodes/ecosystem/integrations-table.md +++ b/layouts/shortcodes/ecosystem/integrations-table.md @@ -1,8 +1,9 @@ -{{ $data := sort $.Site.Data.ecosystem.integrations "name" -}} -Name[^1] | Components | Learn more ------------- | ---------- | ---------- + +{{ $data := sort (sort $.Site.Data.ecosystem.integrations "name") "oss" "desc" -}} +Name[^1] | OSS | Components | Learn more +------------ | --- | ---------- | ---------- {{- range $data }} -[{{ .name }}]({{ .url }}) | {{ delimit (sort .components) ", " }} | [{{ replace .docsUrl "https://" "" }}]({{ .docsUrl }}) +[{{ .name }}]({{ .url }}) | {{- cond .oss "Yes" "No" }} | {{ delimit (sort .components) ", " }} | [{{ replace .docsUrl "https://" "" }}]({{ .docsUrl }}) {{- end }} [^1]: Listed alphabetically diff --git a/static/refcache.json b/static/refcache.json index 0b9d97ae1e80..3d585edc764f 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -47,6 +47,10 @@ "StatusCode": 200, "LastSeen": "2023-06-29T18:39:21.434606-04:00" }, + "http://www.konghq.com/": { + "StatusCode": 206, + "LastSeen": "2023-09-15T16:58:35.304923+02:00" + }, "http://www.watersprings.org/pub/id/draft-moriarty-acme-client-01.html": { "StatusCode": 206, "LastSeen": "2023-06-28T13:37:47.265343-04:00" @@ -203,6 +207,10 @@ "StatusCode": 200, "LastSeen": "2023-06-29T13:38:37.508148-04:00" }, + "https://cerbos.dev/": { + "StatusCode": 206, + "LastSeen": "2023-09-15T16:58:31.234644+02:00" + }, "https://cert-manager.io/": { "StatusCode": 206, "LastSeen": "2023-06-29T13:45:46.681919-04:00" @@ -559,6 +567,10 @@ "StatusCode": 200, "LastSeen": "2023-06-29T16:08:06.985321-04:00" }, + "https://developer.cisco.com/docs/nso/#!observability-exporter/": { + "StatusCode": 206, + "LastSeen": "2023-09-15T16:58:33.549843+02:00" + }, "https://developer.confluent.io/learn-kafka/apache-kafka/topics/": { "StatusCode": 206, "LastSeen": "2023-06-01T15:55:24.471079-04:00" @@ -955,6 +967,10 @@ "StatusCode": 200, "LastSeen": "2023-08-31T11:09:01.973245767Z" }, + "https://docs.konghq.com/hub/kong-inc/opentelemetry/": { + "StatusCode": 206, + "LastSeen": "2023-09-15T16:58:35.759747+02:00" + }, "https://docs.locust.io/en/stable/writing-a-locustfile.html": { "StatusCode": 200, "LastSeen": "2023-06-29T15:47:17.793642-04:00" @@ -2187,6 +2203,10 @@ "StatusCode": 200, "LastSeen": "2023-06-30T09:32:17.878463-04:00" }, + "https://github.com/nginxinc/nginx-otel": { + "StatusCode": 200, + "LastSeen": "2023-09-15T16:58:32.138615+02:00" + }, "https://github.com/nhatthm/otelsql": { "StatusCode": 200, "LastSeen": "2023-06-30T08:32:54.594272-04:00" @@ -4083,10 +4103,18 @@ "StatusCode": 206, "LastSeen": "2023-06-29T18:38:54.51211-04:00" }, + "https://nextjs.org/docs/app/building-your-application/optimizing/open-telemetry": { + "StatusCode": 206, + "LastSeen": "2023-09-15T16:58:31.662231+02:00" + }, "https://nextjs.org/learn/foundations/how-nextjs-works/rendering": { "StatusCode": 206, "LastSeen": "2023-06-29T18:51:55.377168-04:00" }, + "https://nginx.org/": { + "StatusCode": 206, + "LastSeen": "2023-09-15T17:00:40.902027+02:00" + }, "https://nodejs.org/api/async_context.html#async_context_class_asynclocalstorage": { "StatusCode": 200, "LastSeen": "2023-06-29T18:46:34.973912-04:00" @@ -4883,6 +4911,14 @@ "StatusCode": 200, "LastSeen": "2023-06-30T16:27:21.65157-04:00" }, + "https://tyk.io": { + "StatusCode": 206, + "LastSeen": "2023-09-20T10:45:05.852778+02:00" + }, + "https://tyk.io/docs/product-stack/tyk-gateway/advanced-configurations/distributed-tracing/open-telemetry/open-telemetry-overview/": { + "StatusCode": 206, + "LastSeen": "2023-09-19T18:15:55.842511+02:00" + }, "https://ucum.org/ucum.html#para-curly": { "StatusCode": 200, "LastSeen": "2023-06-29T18:39:26.73908-04:00" @@ -5015,6 +5051,10 @@ "StatusCode": 200, "LastSeen": "2023-06-30T16:24:29.109001-04:00" }, + "https://www.cisco.com/c/en/us/products/cloud-systems-management/network-services-orchestrator/index.html": { + "StatusCode": 200, + "LastSeen": "2023-09-15T16:58:32.417789+02:00" + }, "https://www.cloudscaleinc.com": { "StatusCode": 200, "LastSeen": "2023-06-30T16:24:41.542459-04:00" @@ -5735,6 +5775,10 @@ "StatusCode": 200, "LastSeen": "2023-06-30T09:18:22.897316-04:00" }, + "https://www.thousandeyes.com/": { + "StatusCode": 200, + "LastSeen": "2023-09-15T16:58:35.892267+02:00" + }, "https://www.timescale.com/promscale": { "StatusCode": 206, "LastSeen": "2023-06-29T18:37:07.176446-04:00"