Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Checkmk App Integration Into the Registry #5079

Merged
merged 5 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions data/registry/application-integration-python-checkmk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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
chalin marked this conversation as resolved.
Show resolved Hide resolved
website: https://checkmk.com
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: 2024-08-22
isNative: True
12 changes: 12 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@
"StatusCode": 200,
"LastSeen": "2024-02-26T10:53:38.116124+01:00"
},
"https://checkmk.com": {
"StatusCode": 200,
"LastSeen": "2024-08-26T19:11:38.75527-04:00"
},
"https://checkmk.com/werk/16565": {
"StatusCode": 200,
"LastSeen": "2024-08-26T18:57:00.215281-04:00"
},
"https://circleci.com": {
"StatusCode": 206,
"LastSeen": "2024-01-30T05:18:29.78394-05:00"
Expand Down Expand Up @@ -2335,6 +2343,10 @@
"StatusCode": 200,
"LastSeen": "2024-03-15T20:34:22.210208944Z"
},
"https://github.com/Checkmk/checkmk": {
"StatusCode": 200,
"LastSeen": "2024-08-26T18:57:03.140376-04:00"
},
"https://github.com/ChrsMark": {
"StatusCode": 200,
"LastSeen": "2024-05-15T19:23:42.377730577+03:00"
Expand Down
Loading