Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
69de22bb
Commit
69de22bb
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix documentation for Prometheus Helm charts
parent
a74d032e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
execution/README.md
+9
-6
9 additions, 6 deletions
execution/README.md
with
9 additions
and
6 deletions
execution/README.md
+
9
−
6
View file @
69de22bb
...
@@ -13,20 +13,23 @@ cluster, you might want to consider creating a dedicated namespace for your benc
...
@@ -13,20 +13,23 @@ cluster, you might want to consider creating a dedicated namespace for your benc
### Installing Dependencies
### Installing Dependencies
The following third-party services need to be installed in your cluster.
The following third-party services need to be installed in your cluster. For most of them, the suggested way to install
them is via
[
Helm
](
https://helm.sh
)
.
#### Prometheus
#### Prometheus
We suggest to use the
[
Prometheus Operator
](
https://github.com/coreos/prometheus-operator
)
We suggest to use the
[
Prometheus Operator
](
https://github.com/coreos/prometheus-operator
)
and create a dedicated Prometheus instance for these benchmarks.
and create a dedicated Prometheus instance for these benchmarks.
If Prometheus Operator is not already available on your cluster, a convenient
If Prometheus Operator is not already available on your cluster, a convenient
way to install it is via the
way to install is via the
[
**unofficial**
Prometheus
Operator
Helm chart
](
https://github.com/helm
/
charts/tree/ma
ster/stable/
prometheus-
operator
)
.
[
Prometheus
community
Helm chart
](
https://github.com/
prometheus-community/
helm
-
charts/tree/ma
in/charts/kube-
prometheus-
stack
)
.
As you may not need an entire cluster monitoring stack, you can use our Helm
As you may not need an entire cluster monitoring stack, you can use our Helm
configuration to only install the
configuration to only install the
operator:
operator:
```
sh
```
sh
helm
install
prometheus-operator stable/prometheus-operator
-f
infrastructure/prometheus/helm-values.yaml
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm
install
prometheus-operator prometheus-community/kube-prometheus-stack
-f
infrastructure/prometheus/helm-values.yaml
```
```
After installation, you need to create a Prometheus instance:
After installation, you need to create a Prometheus instance:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment