From 9cb908df9176287ecf1ad5400f12034b0934c306 Mon Sep 17 00:00:00 2001 From: Mark Taylor Date: Tue, 2 Apr 2024 13:49:51 +0100 Subject: [PATCH 1/7] Add IBMMQ instrumentation to registry (#4207) Co-authored-by: Patrice Chalin Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> --- data/registry/instrumentation-go-ibmmq.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/registry/instrumentation-go-ibmmq.yml diff --git a/data/registry/instrumentation-go-ibmmq.yml b/data/registry/instrumentation-go-ibmmq.yml new file mode 100644 index 000000000000..ce439846bc44 --- /dev/null +++ b/data/registry/instrumentation-go-ibmmq.yml @@ -0,0 +1,20 @@ +# cSpell:ignore ibmmq mqseries +title: IBM MQ Instrumentation for OpenTelemetry +registryType: instrumentation +language: go +tags: + - ibmmq + - mqseries + - go + - instrumentation +urls: + repo: https://github.com/ibm-messaging/mq-metric-samples/tree/master/cmd/mq_otel +license: Apache 2.0 +description: + This package extracts metrics from an IBM MQ queue manager and forwards them + to an OpenTelemetry environment. +authors: + - name: Mark Taylor, IBM MQ Development +createdAt: 2024-03-26 +isNative: false +isFirstParty: true From c77de1d6ec4540064b1d6b948032e72d70f3a35e Mon Sep 17 00:00:00 2001 From: Zeke Date: Tue, 2 Apr 2024 21:05:22 +0800 Subject: [PATCH 2/7] Add Bonree to vendor list (#4221) Co-authored-by: Patrice Chalin Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Phillip Carter --- data/ecosystem/vendors.yaml | 7 +++++++ static/refcache.json | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/data/ecosystem/vendors.yaml b/data/ecosystem/vendors.yaml index 074816852e50..fb07ff083d78 100644 --- a/data/ecosystem/vendors.yaml +++ b/data/ecosystem/vendors.yaml @@ -385,3 +385,10 @@ contact: 'info@vunetsystems.com' oss: false commercial: true +- name: Bonree # cspell:ignore Bonree + distribution: false + nativeOTLP: true + url: 'https://one.bonree.com/open/document/187' + contact: 'otel@bonree.com' + oss: false + commercial: true diff --git a/static/refcache.json b/static/refcache.json index 8c07a232e3b9..99e017df18d9 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -5403,6 +5403,10 @@ "StatusCode": 206, "LastSeen": "2024-01-30T06:06:02.410999-05:00" }, + "https://one.bonree.com/open/document/187": { + "StatusCode": 206, + "LastSeen": "2024-04-02T09:45:50.142295155Z" + }, "https://oneuptime.com/product/apm": { "StatusCode": 200, "LastSeen": "2024-02-24T22:10:38.147777993Z" From 2eea5a41a255c841aa82166175b6b96b828575e9 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 2 Apr 2024 10:26:56 -0400 Subject: [PATCH 3/7] [CI] Ensure check-text GHA jobs use proper node version (#4235) Co-authored-by: Phillip Carter --- .github/workflows/check-text.yml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check-text.yml b/.github/workflows/check-text.yml index 9516a2c4e602..6f0ada090584 100644 --- a/.github/workflows/check-text.yml +++ b/.github/workflows/check-text.yml @@ -9,13 +9,18 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - # Make sure that we only install the dependencies for textlint to speed up install - - run: | + - name: Create and use reduced-dependencies package.json + run: | mkdir -p tmp jq '.devDependencies |= with_entries( select(.key | startswith("textlint"))) | del(.dependencies, .optionalDependencies)' \ - package.json > tmp/package-min.json - cp tmp/package-min.json package.json + package.json > tmp/package-ci.json + cp tmp/package-ci.json package.json + - uses: actions/setup-node@v4 + with: + node-version-file: .nvmrc + cache: npm + cache-dependency-path: tmp/package-ci.json - run: npm install --ignore-scripts --omit=optional - run: .github/workflows/scripts/textlint.sh @@ -24,7 +29,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Create and use reduced-dependencies package.json run: | mkdir -p tmp @@ -32,7 +36,12 @@ jobs: select(.key | test("gulp|markdown|through|require|yargs")) ) | del(.dependencies, .optionalDependencies)' \ - package.json > tmp/package-min.json - cp tmp/package-min.json package.json + package.json > tmp/package-ci.json + cp tmp/package-ci.json package.json + - uses: actions/setup-node@v4 + with: + node-version-file: .nvmrc + cache: npm + cache-dependency-path: tmp/package-ci.json - run: npm install --ignore-scripts --omit=optional - run: npm run check:markdown From 01fc58f3bcc1d2aeb98c21d14127865de8153585 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Wed, 3 Apr 2024 08:10:27 +0300 Subject: [PATCH 4/7] Add FluentCI Engine to integration list (#4237) Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> --- data/ecosystem/integrations.yaml | 5 +++++ static/refcache.json | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/data/ecosystem/integrations.yaml b/data/ecosystem/integrations.yaml index 71badf97cc62..9af287587aa2 100644 --- a/data/ecosystem/integrations.yaml +++ b/data/ecosystem/integrations.yaml @@ -196,3 +196,8 @@ docsUrl: https://clickhouse.com/docs/en/operations/opentelemetry components: [C++] oss: true +- name: FluentCI Engine + url: https://github.com/fluentci-io/fluentci-engine + docsUrl: https://github.com/fluentci-io/fluentci-engine#-opentelemetry-tracing + components: [Rust] + oss: true diff --git a/static/refcache.json b/static/refcache.json index 99e017df18d9..293e8bbcc98b 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -2491,6 +2491,14 @@ "StatusCode": 200, "LastSeen": "2024-01-18T19:11:40.246785-05:00" }, + "https://github.com/fluentci-io/fluentci-engine": { + "StatusCode": 200, + "LastSeen": "2024-04-02T19:07:26.97328652Z" + }, + "https://github.com/fluentci-io/fluentci-engine#-opentelemetry-tracing": { + "StatusCode": 200, + "LastSeen": "2024-04-02T19:07:27.790189475Z" + }, "https://github.com/frigus02/opentelemetry-application-insights": { "StatusCode": 200, "LastSeen": "2024-01-18T19:11:01.862354-05:00" From 6fd7aa132c2da53fd4f76eb2cec249f4ef11fc59 Mon Sep 17 00:00:00 2001 From: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com> Date: Wed, 3 Apr 2024 07:17:35 +0200 Subject: [PATCH 5/7] Auto-update registry versions (4fd7d770cec5d7a172a2f0eb613ee7dced709edf) (#4239) Co-authored-by: Phillip Carter --- data/registry/exporter-dotnet-console.yml | 2 +- data/registry/exporter-dotnet-inmemory.yml | 2 +- data/registry/exporter-dotnet-opentelemetryprotocol.yml | 2 +- data/registry/exporter-dotnet-zipkin.yml | 2 +- data/registry/instrumentation-js-prisma.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/registry/exporter-dotnet-console.yml b/data/registry/exporter-dotnet-console.yml index 78f462fead3d..2303b503d037 100644 --- a/data/registry/exporter-dotnet-console.yml +++ b/data/registry/exporter-dotnet-console.yml @@ -15,4 +15,4 @@ createdAt: 2022-11-07 package: registry: nuget name: OpenTelemetry.Exporter.Console - version: 1.8.0-rc.1 + version: 1.8.0 diff --git a/data/registry/exporter-dotnet-inmemory.yml b/data/registry/exporter-dotnet-inmemory.yml index 22b974c4c0a0..a9045b5f886b 100644 --- a/data/registry/exporter-dotnet-inmemory.yml +++ b/data/registry/exporter-dotnet-inmemory.yml @@ -17,4 +17,4 @@ createdAt: 2022-11-07 package: registry: nuget name: OpenTelemetry.Exporter.InMemory - version: 1.8.0-rc.1 + version: 1.8.0 diff --git a/data/registry/exporter-dotnet-opentelemetryprotocol.yml b/data/registry/exporter-dotnet-opentelemetryprotocol.yml index b3f28d24c261..0609b52837b6 100644 --- a/data/registry/exporter-dotnet-opentelemetryprotocol.yml +++ b/data/registry/exporter-dotnet-opentelemetryprotocol.yml @@ -19,4 +19,4 @@ createdAt: 2020-02-05 package: registry: nuget name: OpenTelemetry.Exporter.OpenTelemetryProtocol - version: 1.8.0-rc.1 + version: 1.8.0 diff --git a/data/registry/exporter-dotnet-zipkin.yml b/data/registry/exporter-dotnet-zipkin.yml index 791c23b06234..9134aed63cb8 100644 --- a/data/registry/exporter-dotnet-zipkin.yml +++ b/data/registry/exporter-dotnet-zipkin.yml @@ -12,7 +12,7 @@ authors: package: name: OpenTelemetry.Exporter.Zipkin registry: nuget - version: 1.8.0-rc.1 + version: 1.8.0 urls: repo: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.Zipkin createdAt: 2022-11-07 diff --git a/data/registry/instrumentation-js-prisma.yml b/data/registry/instrumentation-js-prisma.yml index 8b7561889708..e81ab15e1f62 100644 --- a/data/registry/instrumentation-js-prisma.yml +++ b/data/registry/instrumentation-js-prisma.yml @@ -17,4 +17,4 @@ createdAt: 2022-08-25 package: registry: npm name: '@prisma/instrumentation' - version: 5.11.0 + version: 5.12.0 From 7952ea8074b020da6c08226ec2379179cfe0cc7f Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 3 Apr 2024 01:39:33 -0400 Subject: [PATCH 6/7] Normalize vendors.yaml, and don't spell-check it (#4238) Co-authored-by: Phillip Carter --- .cspell.yml | 1 + data/ecosystem/vendors.yaml | 253 ++++++++++++++++++------------------ 2 files changed, 127 insertions(+), 127 deletions(-) diff --git a/.cspell.yml b/.cspell.yml index f2faf61458b7..d1cbfd8c7f7c 100644 --- a/.cspell.yml +++ b/.cspell.yml @@ -5,6 +5,7 @@ version: '0.2' caseSensitive: true ignorePaths: - '*.svg' + - 'vendors.yaml' # words here are only listed for their spelling, if there is a certain way # to write a word (e.g. OpenTelemetry vs Opentelemetry or cloud native vs # cloud-native), edit the text-lint rules in .textlintrc.yml diff --git a/data/ecosystem/vendors.yaml b/data/ecosystem/vendors.yaml index fb07ff083d78..9049968596e0 100644 --- a/data/ecosystem/vendors.yaml +++ b/data/ecosystem/vendors.yaml @@ -1,394 +1,393 @@ -# cSpell:ignore Causely Coralogix Cribl ITRS Kloud Logz Crowdstrike Humio Lumigo observ Uptrace Greptime KloudMate qryn ClickHouse Tracetest opensource OneUptime - name: AppDynamics (Cisco) nativeOTLP: true - url: 'https://docs.appdynamics.com/latest/en/application-monitoring/appdynamics-for-opentelemetry' - contact: '' + url: https://docs.appdynamics.com/latest/en/application-monitoring/appdynamics-for-opentelemetry + contact: oss: false commercial: true - name: Aria by VMware (Wavefront) nativeOTLP: true - url: 'https://docs.wavefront.com/opentelemetry_tracing.html' - contact: '' + url: https://docs.wavefront.com/opentelemetry_tracing.html + contact: oss: false commercial: true - name: Aspecto nativeOTLP: true - url: 'https://www.aspecto.io' - contact: '' + url: https://www.aspecto.io + contact: oss: false commercial: true - name: AWS nativeOTLP: false - url: 'https://aws-otel.github.io' - contact: '' + url: https://aws-otel.github.io + contact: oss: false commercial: true - name: Azure nativeOTLP: false - url: 'https://docs.microsoft.com/azure/azure-monitor/app/opentelemetry-overview' - contact: '' + url: https://docs.microsoft.com/azure/azure-monitor/app/opentelemetry-overview + contact: oss: false commercial: true - name: Better Stack nativeOTLP: true url: https://betterstack.com/docs/logs/open-telemetry/#2-setup - contact: 'hello@betterstack.com' + contact: hello@betterstack.com oss: false commercial: true - name: Causely distribution: false nativeOTLP: true - url: 'https://github.com/Causely/documentation' - contact: 'support@causely.io' + url: https://github.com/Causely/documentation + contact: support@causely.io oss: false commercial: true - name: Chronosphere distribution: false nativeOTLP: true - url: 'https://docs.chronosphere.io/ingest/otel/otel-ingest' - contact: 'support@chronosphere.io' + url: https://docs.chronosphere.io/ingest/otel/otel-ingest + contact: support@chronosphere.io oss: false commercial: true - name: Control Plane nativeOTLP: true - url: 'https://docs.controlplane.com/reference/org#tracing' - contact: 'support@controlplane.com' + url: https://docs.controlplane.com/reference/org#tracing + contact: support@controlplane.com oss: false commercial: true - name: Coralogix nativeOTLP: true - url: 'https://coralogix.com/docs/opentelemetry/' - contact: '' + url: https://coralogix.com/docs/opentelemetry/ + contact: oss: false commercial: true - name: Cribl nativeOTLP: true - url: 'https://docs.cribl.io/stream/sources-otel' - contact: 'hello@cribl.io' + url: https://docs.cribl.io/stream/sources-otel + contact: hello@cribl.io oss: false commercial: true - name: DaoCloud nativeOTLP: true - url: 'https://docs.daocloud.io/en/insight/06UserGuide/01quickstart/otel/otel/' - contact: '' + url: https://docs.daocloud.io/en/insight/06UserGuide/01quickstart/otel/otel/ + contact: oss: false commercial: true - name: Datadog nativeOTLP: true - url: 'https://docs.datadoghq.com/opentelemetry/' - contact: '' + url: https://docs.datadoghq.com/opentelemetry/ + contact: oss: false commercial: true - name: Dynatrace nativeOTLP: true - url: 'https://www.dynatrace.com/support/help/how-to-use-dynatrace/transactions-and-services/service-monitoring-settings/opentelemetry/' - contact: '' + url: https://www.dynatrace.com/support/help/how-to-use-dynatrace/transactions-and-services/service-monitoring-settings/opentelemetry/ + contact: oss: false commercial: true - name: Elastic nativeOTLP: true - url: 'https://www.elastic.co/guide/en/apm/get-started/current/open-telemetry-elastic.html' - contact: '' + url: https://www.elastic.co/guide/en/apm/get-started/current/open-telemetry-elastic.html + contact: oss: false commercial: true - name: F5 nativeOTLP: true - url: 'https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/f5cloudexporter' - contact: '' + url: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/f5cloudexporter + contact: oss: false commercial: true - name: Google Cloud Platform nativeOTLP: true - url: 'https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/googlecloudexporter' - contact: '' + url: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/googlecloudexporter + contact: oss: false commercial: true - name: Grafana Labs nativeOTLP: true - url: 'https://grafana.com/oss/opentelemetry/' - contact: 'https://github.com/jpkrohling/' + url: https://grafana.com/oss/opentelemetry/ + contact: https://github.com/jpkrohling/ oss: true commercial: true - name: Helios nativeOTLP: true - url: 'https://gethelios.dev/' - contact: '' + url: https://gethelios.dev/ + contact: oss: false commercial: true - name: Highlight nativeOTLP: true - url: 'https://www.highlight.io/docs/general/company/open-source/contributing/adding-an-sdk/' - contact: 'support@highlight.io' + url: https://www.highlight.io/docs/general/company/open-source/contributing/adding-an-sdk/ + contact: support@highlight.io oss: true commercial: true - name: Honeycomb nativeOTLP: true - url: 'https://docs.honeycomb.io/getting-data-in/' - contact: '' + url: https://docs.honeycomb.io/getting-data-in/ + contact: oss: false commercial: true - name: HyperDX nativeOTLP: true - url: 'https://www.hyperdx.io/docs/install/opentelemetry' - contact: 'support@hyperdx.io' + url: https://www.hyperdx.io/docs/install/opentelemetry + contact: support@hyperdx.io oss: true commercial: true - name: Immersive Fusion nativeOTLP: true - url: 'https://docs.immersivefusion.com/instrument' - contact: 'support@immersivefusion.com' + url: https://docs.immersivefusion.com/instrument + contact: support@immersivefusion.com oss: false commercial: true - name: Instana nativeOTLP: true - url: 'https://www.ibm.com/docs/en/obi/current?topic=apis-opentelemetry' - contact: '' + url: https://www.ibm.com/docs/en/obi/current?topic=apis-opentelemetry + contact: oss: false commercial: true - name: ITRS nativeOTLP: true - url: 'https://docs.itrsgroup.com/docs/geneos/data-collection/opentelemetry/current/opentelemetry.html' - contact: '' + url: https://docs.itrsgroup.com/docs/geneos/data-collection/opentelemetry/current/opentelemetry.html + contact: oss: false commercial: true - name: KloudFuse nativeOTLP: true - url: 'https://kloudfuse.atlassian.net/wiki/spaces/EX/pages/753860609/APM#Sending-traces-to-Kloudfuse-data-plane%3A' - contact: '' + url: https://kloudfuse.atlassian.net/wiki/spaces/EX/pages/753860609/APM#Sending-traces-to-Kloudfuse-data-plane%3A + contact: oss: false commercial: true - name: KloudMate nativeOTLP: true - url: 'https://docs.kloudmate.com/using-opentelemetry-collector' - contact: 'hello@kloudmate.com' + url: https://docs.kloudmate.com/using-opentelemetry-collector + contact: hello@kloudmate.com oss: false commercial: true - name: ServiceNow Cloud Observability (Lightstep) nativeOTLP: true - url: 'https://github.com/lightstep?q=launcher' - contact: '' + url: https://github.com/lightstep?q=launcher + contact: oss: false commercial: true - name: LogicMonitor nativeOTLP: true - url: 'https://www.logicmonitor.com/support/tracing/getting-started-with-tracing' - contact: '' + url: https://www.logicmonitor.com/support/tracing/getting-started-with-tracing + contact: oss: false commercial: true - name: Logz.io nativeOTLP: false - url: 'https://docs.logz.io/shipping/tracing-sources/opentelemetry.html#overview' - contact: '' + url: https://docs.logz.io/shipping/tracing-sources/opentelemetry.html#overview + contact: oss: false commercial: true - name: LogScale by Crowdstrike (Humio) nativeOTLP: true - url: 'https://library.humio.com/falcon-logscale/log-shippers-opentelemetry.html' - contact: '' + url: https://library.humio.com/falcon-logscale/log-shippers-opentelemetry.html + contact: oss: false commercial: true - name: Lumigo nativeOTLP: true - url: 'https://docs.lumigo.io/docs/opentelemetry' - contact: '' + url: https://docs.lumigo.io/docs/opentelemetry + contact: oss: false commercial: true - name: Middleware nativeOTLP: true - url: 'https://docs.middleware.io/open-telemetry' - contact: 'hello@middleware.io' + url: https://docs.middleware.io/open-telemetry + contact: hello@middleware.io oss: false commercial: true - name: New Relic nativeOTLP: true - url: 'https://newrelic.com/solutions/opentelemetry' - contact: '' + url: https://newrelic.com/solutions/opentelemetry + contact: oss: false commercial: true - name: Observe, Inc. nativeOTLP: true - url: 'https://docs.observeinc.com/en/latest/content/integrations/otel/opentelemetry.html' - contact: '' + url: https://docs.observeinc.com/en/latest/content/integrations/otel/opentelemetry.html + contact: oss: false commercial: true - name: observIQ nativeOTLP: true - url: 'https://docs.bindplane.observiq.com' - contact: '' + url: https://docs.bindplane.observiq.com + contact: oss: true commercial: true - name: OneUptime nativeOTLP: true - url: 'https://oneuptime.com/product/apm' - contact: 'hello@oneuptime.com' + url: https://oneuptime.com/product/apm + contact: hello@oneuptime.com oss: true commercial: true - name: OpenObserve nativeOTLP: true - url: 'https://openobserve.ai/docs/ingestion/logs/otlp/' - contact: 'hello@openobserve.ai' + url: https://openobserve.ai/docs/ingestion/logs/otlp/ + contact: hello@openobserve.ai oss: true commercial: true - name: OpenText nativeOTLP: true - url: 'https://docs.microfocus.com/doc/OBS/SaaS/ConfigureOTELCollector' - contact: 'skotagiri@opentext.com' + url: https://docs.microfocus.com/doc/OBS/SaaS/ConfigureOTELCollector + contact: skotagiri@opentext.com oss: false commercial: true - name: Oracle nativeOTLP: true - url: 'https://docs.oracle.com/en-us/iaas/application-performance-monitoring/doc/configure-open-source-tracing-systems.html#GUID-4D941163-F357-4839-8B06-688876D4C61F' - contact: '' + url: https://docs.oracle.com/en-us/iaas/application-performance-monitoring/doc/configure-open-source-tracing-systems.html#GUID-4D941163-F357-4839-8B06-688876D4C61F + contact: oss: false commercial: true - name: qryn nativeOTLP: true - url: 'https://qryn.metrico.in/#/support?id=tempo-api' - contact: 'https://github.com/lmangani' + url: https://qryn.metrico.in/#/support?id=tempo-api + contact: https://github.com/lmangani oss: true commercial: true - name: Sentry nativeOTLP: false - url: 'https://sentry.io/for/opentelemetry/' - contact: '' + url: https://sentry.io/for/opentelemetry/ + contact: oss: false commercial: true - name: Red Hat nativeOTLP: true - url: 'https://docs.openshift.com/container-platform/4.14/otel/otel-release-notes.html' - contact: 'ploffay@redhat.com' + url: https://docs.openshift.com/container-platform/4.14/otel/otel-release-notes.html + contact: ploffay@redhat.com oss: true commercial: true - name: Sentry Software nativeOTLP: true - url: 'https://www.sentrysoftware.com/products/hardware-sentry-opentelemetry-collector.html' - contact: '' + url: https://www.sentrysoftware.com/products/hardware-sentry-opentelemetry-collector.html + contact: oss: false commercial: true - name: ServicePilot nativeOTLP: true - url: 'https://www.servicepilot.com/en/doc/apm#opentelemetry' - contact: '' + url: https://www.servicepilot.com/en/doc/apm#opentelemetry + contact: oss: false commercial: true - name: SigNoz nativeOTLP: true - url: 'https://signoz.io' - contact: '' + url: https://signoz.io + contact: oss: true commercial: true - name: SolarWinds nativeOTLP: true - url: 'https://documentation.solarwinds.com/en/success_center/observability/default.htm#cshid=third-otel-integration' - contact: '' + url: https://documentation.solarwinds.com/en/success_center/observability/default.htm#cshid=third-otel-integration + contact: oss: false commercial: true - name: Splunk nativeOTLP: true - url: 'https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html' - contact: '' + url: https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html + contact: oss: false commercial: true - name: Sumo Logic nativeOTLP: true - url: 'https://help.sumologic.com/docs/send-data/opentelemetry-collector/' - contact: 'https://github.com/astencel-sumo' + url: https://help.sumologic.com/docs/send-data/opentelemetry-collector/ + contact: https://github.com/astencel-sumo oss: false commercial: true - name: TelemetryHub nativeOTLP: true - url: 'https://app.telemetryhub.com/docs' - contact: '' + url: https://app.telemetryhub.com/docs + contact: oss: false commercial: true - name: Traceloop nativeOTLP: true - url: 'https://www.traceloop.com' - contact: '' + url: https://www.traceloop.com + contact: oss: false commercial: true - name: Uptrace nativeOTLP: true - url: 'https://uptrace.dev' - contact: '' + url: https://uptrace.dev + contact: oss: false commercial: true - name: Apache SkyWalking nativeOTLP: true - url: 'https://skywalking.apache.org/docs/main/v9.0.0/en/setup/backend/opentelemetry-receiver/' - contact: '' + url: https://skywalking.apache.org/docs/main/v9.0.0/en/setup/backend/opentelemetry-receiver/ + contact: oss: true commercial: false - name: Fluent Bit nativeOTLP: true url: https://docs.fluentbit.io/manual/pipeline/inputs/opentelemetry/ - contact: '' + contact: oss: true commercial: false - name: Jaeger nativeOTLP: true url: https://www.jaegertracing.io/docs/1.47/getting-started/ - contact: '' + contact: oss: true commercial: false - name: ObserveAny nativeOTLP: true url: https://www.observeany.com/learn/opentelemetry-receiver - contact: 'contact@observeany.com' + contact: contact@observeany.com oss: false commercial: true - name: GreptimeDB nativeOTLP: true url: https://docs.greptime.com/user-guide/clients/otlp - contact: 'info@greptime.com' + contact: info@greptime.com oss: true commercial: true - name: ClickHouse nativeOTLP: false - url: 'https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/clickhouseexporter' - contact: 'https://github.com/tbragin' + url: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/clickhouseexporter + contact: https://github.com/tbragin oss: true commercial: true - name: TingYun nativeOTLP: true - url: 'https://wukongdoc.tingyun.com/apm/userguide/deploy_manage/opentelemetry.html' - contact: 'otel@tingyun.com' + url: https://wukongdoc.tingyun.com/apm/userguide/deploy_manage/opentelemetry.html + contact: otel@tingyun.com oss: false commercial: true - name: VictoriaMetrics nativeOTLP: true - url: 'https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/docs#sending-data-via-opentelemetry' - contact: 'https://github.com/hagen1778' + url: https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/docs#sending-data-via-opentelemetry + contact: https://github.com/hagen1778 oss: true commercial: true - name: Tracetest nativeOTLP: true - url: 'https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector' - contact: 'https://github.com/adnanrahic' + url: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector + contact: https://github.com/adnanrahic oss: true commercial: true - name: Alibaba Cloud nativeOTLP: true - url: 'https://www.alibabacloud.com/help/en/arms/tracing-analysis/get-started-with-tracing-analysis' - contact: 'opensource@alibaba-inc.com' + url: https://www.alibabacloud.com/help/en/arms/tracing-analysis/get-started-with-tracing-analysis + contact: opensource@alibaba-inc.com oss: false commercial: true - name: Seq nativeOTLP: true - url: 'https://docs.datalust.co/docs/opentelemetry-net-sdk-1' - contact: 'support@datalust.co' + url: https://docs.datalust.co/docs/opentelemetry-net-sdk-1 + contact: support@datalust.co oss: false commercial: true - name: VuNet Systems nativeOTLP: true - url: 'https://vunetsystems.com/vuapp360/' - contact: 'info@vunetsystems.com' + url: https://vunetsystems.com/vuapp360/ + contact: info@vunetsystems.com oss: false commercial: true -- name: Bonree # cspell:ignore Bonree +- name: Bonree distribution: false nativeOTLP: true - url: 'https://one.bonree.com/open/document/187' - contact: 'otel@bonree.com' + url: https://one.bonree.com/open/document/187 + contact: otel@bonree.com oss: false commercial: true From ad29f7a568b7804939c487d0d226aec61f9096da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Wed, 3 Apr 2024 10:38:18 +0200 Subject: [PATCH 7/7] Go: OTLP metrics exporters are stable (#4240) --- content/en/docs/languages/go/exporters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/languages/go/exporters.md b/content/en/docs/languages/go/exporters.md index 86d5f1608752..7214a2b2d615 100644 --- a/content/en/docs/languages/go/exporters.md +++ b/content/en/docs/languages/go/exporters.md @@ -110,7 +110,7 @@ docker run -d --name jaeger \ jaegertracing/all-in-one:latest ``` -### OTLP metrics over HTTP (Experimental) +### OTLP metrics over HTTP [`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`](https://pkg.go.dev/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp) contains an implementation of OTLP metrics exporter using HTTP with binary @@ -129,7 +129,7 @@ func newExporter(ctx context.Context) (metric.Exporter, error) { } ``` -### OTLP metrics over gRPC (Experimental) +### OTLP metrics over gRPC [`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc`](https://pkg.go.dev/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc) contains an implementation of OTLP metrics exporter using gRPC.