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 kloudfuse #176

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions logos/kloudfuse-logo.svg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you provide the file as a png as well as in a square format? Not using a square format would result in the logo not being displayed correctly but cropped instead

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions model/components/commercial/kloudfuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
components:

# Kloudfuse
- id: kloudfuse
name: kloudfuse
description: Kloudfuse is a unified monitoring and observability platform covering metrics, traces and logs, events, etc. Kloudfuse supports all open source agents and data collection sources (prometheus, open telemetry, fluentbit, etc.) and also promql, logql and traceql.
link: https://www.kloudfuse.com/
github: []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if there is no GitHub reference just remove the field altogether, just as within the definition for other commercial tools. E.g. AppDynamics also has no GitHub link in the component definition.

twitter: kloudfuse
logo: kloudfuse
categories:
- commercial-services
capabilities:
aspects:
- tracing
- metrics
- logs
- events
connections:
dataTo:
- grafana
dataFrom:
- datadog-agent
- fluentbit
- opentelemetry
- prometheus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to reference another id from within the components here. In that sense 'prometheus' does not exist as an id and the data model cannot be build correctly.
You can check the prometheus.yml file to see which id's are available and use whichever component is suitable e.g. 'prometheus-exposition-format' or 'prometheus-exporter'

- opentracing
isCommercial: true