Skip to content

Commit

Permalink
Create application-integration-py-checkmk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiraLemur authored and chalin committed Aug 26, 2024
1 parent 07940cc commit c75fadb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/registry/application-integration-py-checkmk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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: [email protected]
createdAt: <date> # 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

0 comments on commit c75fadb

Please sign in to comment.