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

docs: remove old observability and orchestrate get-started guides #2583

Merged
merged 18 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from 8 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
27 changes: 14 additions & 13 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
(?:^|/)(?i)LICENSE
/package-lock\.json$
/swagger-ui/
CODEOWNERS
CONTRIBUTORS.md
CHANGELOG.md
ignore$
\.editorconfig$
\.gif$
\.gitkeep$
\.ico$
\.jpg$
\.map$
\.mod$
\.npmrc$
\.png$
\.jpg$
\.ttf$
\.sav$
\.sum$
\.xlf$
\.svg$
\.ico$
\.ttf$
\.xlf$
\.zip$
\.gif$
^\.github/actions/spelling
_test\.go$
^examples/support/observability/config/
^examples/support/observability/assets/
^test/prometheus/
^\.github/scripts/\.helm-tests/[a-zA-Z0-9-]+/result.ya?ml
^\Qdocs/layouts/partials/hooks/body-end.html\E$
^dashboards/grafana/configmap/.*\.ya?ml
^dashboards/grafana/import/.*\.json
^examples/support/observability/assets/
^examples/support/observability/config/
^test/prometheus/
_test\.go$
CHANGELOG.md
CODEOWNERS
CONTRIBUTORS.md
ignore$
7 changes: 1 addition & 6 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Analysislog
analysismetrics
analysispool
analysisspec
analysisstate
analysisstatus
analysistypes
analysisvaluetemplate
Expand Down Expand Up @@ -67,7 +66,6 @@ BUILDPLATFORM
buildx
CACHEDIR
cainjection
canonical
carryforward
certificatehandler
certmanager
Expand Down Expand Up @@ -367,7 +365,6 @@ lastword
lfc
Lifcycle
lifecyclekeptnsh
lightbox
linkedin
linktitle
linting
Expand Down Expand Up @@ -509,7 +506,6 @@ readinessprobe
readyz
realpath
redis
referrerpolicy
relref
remediations
replicasets
Expand Down Expand Up @@ -561,7 +557,7 @@ spanhandler
spanitem
spdx
spf
stakeholders
Stakeholders
standalone
statefulset
statefultest
Expand Down Expand Up @@ -625,7 +621,6 @@ undeploy
unmarshal
unmarshalling
urlset
usecase
usecasebox
usr
utilruntime
Expand Down
6 changes: 3 additions & 3 deletions docs/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ cascade:
</div>
<div class="usecasebox">

## Use Cases
## Use cases

We extend the K8s APIs with the following Use Cases:
We extend the K8s APIs with the following use cases:

<div class="row usecases">
<div class="row use cases">
StackScribe marked this conversation as resolved.
Show resolved Hide resolved
StackScribe marked this conversation as resolved.
Show resolved Hide resolved
{{% blocks/feature icon="home homeobservability" title="Deployment Observability" %}}
Make ANY Kubernetes Deployment observable

Expand Down
8 changes: 3 additions & 5 deletions docs/content/en/docs/core-concepts/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Core Concepts
description: An introduction to Keptn and the usecases.
description: An introduction to Keptn and the use cases.
weight: 10
---

Expand Down Expand Up @@ -68,8 +68,8 @@ deployment durations and failures across multiple deployment strategies.
[DORA metrics](../guides/dora.md)
and exposes them as OpenTelemetry metrics out of the box.

* Reports traces and custom Keptn metrics from configured data providers
using OpenTelemetry.
* Uses OpenTelemetry to Report traces and custom Keptn metrics
from all data providers that are configured in your cluster.

* Enables monitoring of new logs from log monitoring solutions.

Expand All @@ -87,7 +87,6 @@ to ensure that your deployments are observable.
To learn more, see:

* [Getting started with Keptn Observability](../getting-started/observability.md)
* [Standardize observability](usecase-observability.md/)
* [DORA metrics](../guides/dora.md) User Guide
* [OpenTelemetry observability](../guides/otel.md) User Guide

Expand Down Expand Up @@ -137,5 +136,4 @@ For more information, see:
* [Getting started with release lifecycle management](../getting-started/lifecycle-management.md)
* [Deployment tasks](../guides/tasks.md) User Guide
* [Evaluations](../guides/evaluations.md) User Guide
* [Manage release lifecycle](usecase-orchestrate.md)
* [KeptnApp and KeptnWorkload resources](../components/lifecycle-operator/keptn-apps.md)
147 changes: 0 additions & 147 deletions docs/content/en/docs/core-concepts/usecase-observability.md

This file was deleted.

Loading
Loading