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: create keptn metrics getting started #1375

Merged
merged 41 commits into from
May 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
80f05f9
docs: create metrics getting started guide
StackScribe May 4, 2023
86d4b2f
markdownlint-fix
StackScribe May 4, 2023
53b10d3
Copy in install
StackScribe May 5, 2023
33a2906
fix dead link in metrics-gs
StackScribe May 6, 2023
a0ecd62
Merge branch 'main' into 0504-metrics-gs
StackScribe May 6, 2023
caccf2d
updated syntax for KeptnMetricsProvider and KeptnMetric
StackScribe May 8, 2023
b04853f
Full install/enable/annotations
StackScribe May 8, 2023
ac986e6
Merge branch 'main' into 0504-metrics-gs
StackScribe May 9, 2023
651adc6
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 9, 2023
0ade565
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 9, 2023
4b006b4
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 9, 2023
3b83409
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 9, 2023
7c1fd19
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 9, 2023
c257b08
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 9, 2023
6cf7572
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 9, 2023
ba579d2
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 9, 2023
eae05ba
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 9, 2023
b7842bc
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 9, 2023
5e10ab0
Giovanni comments
StackScribe May 9, 2023
1429130
Merge branch '0504-metrics-gs' of github.com:StackScribe/lifecycle-to…
StackScribe May 9, 2023
1b9fe6c
Merge branch 'main' into 0504-metrics-gs
StackScribe May 11, 2023
8da2851
fix markdownlint issues
aepfli May 11, 2023
372277f
a bit of polishing
StackScribe May 11, 2023
6cb9f98
Merge branch 'main' of github.com:keptn/lifecycle-toolkit into 0504-m…
StackScribe May 11, 2023
4b60da8
Merge branch 'main' into 0504-metrics-gs
StackScribe May 11, 2023
7189c15
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 11, 2023
063ec52
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 11, 2023
805cf1f
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 11, 2023
0dc265b
Merge branch '0504-metrics-gs' of github.com:StackScribe/lifecycle-to…
StackScribe May 11, 2023
489b083
Giovanni's comments
StackScribe May 11, 2023
a111dee
Merge branch 'main' into 0504-metrics-gs
StackScribe May 11, 2023
2408885
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 11, 2023
6fc5982
markdownlint-fix
StackScribe May 11, 2023
c9093ff
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 11, 2023
2adafa4
Merge branch 'main' into 0504-metrics-gs
StackScribe May 11, 2023
7343221
HPA xref
StackScribe May 11, 2023
7ab5779
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 11, 2023
e49dfb9
fix xref structure
StackScribe May 11, 2023
9d11971
Update docs/content/en/docs/getting-started/metrics/_index.md
StackScribe May 11, 2023
6a641db
Merge branch '0504-metrics-gs' of github.com:StackScribe/lifecycle-to…
StackScribe May 11, 2023
ac3728f
more xref
StackScribe May 11, 2023
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
Prev Previous commit
Next Next commit
Copy in install
Signed-off-by: Meg McRoberts <meg.mcroberts@dynatrace.com>
  • Loading branch information
StackScribe committed May 5, 2023
commit 53b10d393e833a678d629994ac03e9256e1916f9
10 changes: 9 additions & 1 deletion docs/content/en/docs/getting-started/metrics/_index.md
Original file line number Diff line number Diff line change
@@ -40,7 +40,15 @@ to implement Keptn metrics:
1. Run the metrics
1. View metrics

Andi's demo environment: my-klt-demo-with-argo/simplenode-dev
This exercise is based on the
[simplenode-dev](https://github.com/keptn-sandbox/klt-on-k3s-with-argocd)
example.
You can clone that repo to access it locally
or just look at it for examples
as you implement the functionality "from scratch"
on your local Kubernetes deployment cluster.

The steps to implement Keptn metrics are:

## Install KLT or just metrics server