-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create application-integration-py-checkmk.yml
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 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 |
---|---|---|
@@ -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 |