diff --git a/data/registry/application-integration-py-checkmk.yml b/data/registry/application-integration-py-checkmk.yml deleted file mode 100644 index 49b186880483..000000000000 --- a/data/registry/application-integration-py-checkmk.yml +++ /dev/null @@ -1,18 +0,0 @@ -title: Distributed tracing of Checkmk with OpenTelemetry -registryType: Application Integration -language: py -tags: - - py - - Checkmk -urls: - repo: https://github.com/Checkmk/checkmk - docs: https://checkmk.com/werk/16565 -license: GPL-2.0 -description: With this integration we introduced a new way for the developers to look deeper into what happens inside Checkmk through the use of OpenTelemetry traces, -so that everyone using Checkmk could enjoy monitoring their infrastructure with a tool with the best performance and fewer bottlenecks. -authors: - - name: Checkmk GmbH - email: community@checkmk.com -createdAt: # Set todays date -isNative: True # set this to true only if OpenTelemetry is directly integrated into your software (no plugin, no instrumentation library) -isFirstParty: false # set this to true if "isNative" is set to false, but the plugin / instrumentation library is from the same vendor/project as the instrumented software diff --git a/data/registry/application-integration-python-checkmk.yml b/data/registry/application-integration-python-checkmk.yml new file mode 100644 index 000000000000..b443b65cf00a --- /dev/null +++ b/data/registry/application-integration-python-checkmk.yml @@ -0,0 +1,19 @@ +# cspell:ignore checkmk +title: Distributed tracing of Checkmk with OpenTelemetry +registryType: Application Integration +language: python +tags: + - Python + - Checkmk +urls: + repo: https://github.com/Checkmk/checkmk + docs: https://checkmk.com/werk/16565 +license: GPL-2.0 +description: + With this integration we introduced a new way for the developers to look deeper into what happens inside Checkmk through the use of OpenTelemetry traces, + so that everyone using Checkmk could enjoy monitoring their infrastructure with a tool with the best performance and fewer bottlenecks. +authors: + - name: Checkmk GmbH + email: community@checkmk.com +createdAt: 2024-08-22 +isNative: True # set this to true only if OpenTelemetry is directly integrated into your software (no plugin, no instrumentation library)