-
Notifications
You must be signed in to change notification settings - Fork 126
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
Architectural overview of KLT #771
Comments
In 0.7.0, we add the Metrics Operator. That needs to be added into this section. @odubajDT has provided good source info in the following:
Also, it might be good if the first use of the term "Operator" links to https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ . We don't want to be duplicating k8s docs but it doesn't hurt to give people a link, in case they are not total k8s experts. |
From Florian Bacher: Keptn Metric A KeptnMetric is a CRD representing a metric. The metric will be collected from the provider specified in the
In this example, the provider is set to prometheus, which is one of the currently supported KeptnMetricProviders.
Keptn metrics can be exposed as OTel metrics via port 9999 of the KLT metrics-operator. To expose them, the env
and access the metrics via your browser with:
Accessing Metrics via the Kubernetes Custom Metrics API KeptnMetrics can also be retrieved via the Kubernetes Custom Metrics API.
You can also use the kubectl raw command to retrieve the values of a KeptnMetric, as in the following example:
You can also filter based on matching labels. So to e.g. retrieve all metrics that are labelled with app=frontend, you
|
This issue has been automatically marked as stale because it has not had recent activity. It will be |
Move the architectural description that is currently in the README.md file (https://github.com/keptn/lifecycle-toolkit/blob/main/README.md) into the documentation.
Strategy is to quickly pull in the existing material somewhat as it is. Long term, we may want to rework it.
Part of #770
The text was updated successfully, but these errors were encountered: