Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
magnum
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kubernetes
magnum
Merge requests
!98
[cern] Enable K8s Central Monitoring
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[cern] Enable K8s Central Monitoring
k8s_central_monitoring
into
cern/stein
Overview
7
Commits
1
Pipelines
0
Changes
6
Merged
Diogo Filipe Tomas Guerra
requested to merge
k8s_central_monitoring
into
cern/stein
6 years ago
Overview
7
Commits
1
Pipelines
0
Changes
6
Expand
Add label metrics_producer to identify the metrics producing cluster when monit team scrapes said cluster
Add label to specify metric_producer_version
OS-8917
Edited
5 years ago
by
Diogo Filipe Tomas Guerra
0
0
Merge request reports
Compare
cern/stein
version 15
5f523289
5 years ago
version 14
dbd55f50
5 years ago
version 13
2de48328
5 years ago
version 12
674e7389
5 years ago
version 11
1dfdba40
5 years ago
version 10
065b71a9
5 years ago
version 9
367afe51
5 years ago
version 8
2a5e6343
5 years ago
version 7
fda2af0c
6 years ago
version 6
bce5f0c0
6 years ago
version 5
ae8c40ba
6 years ago
version 4
ae8c40ba
6 years ago
version 3
8efdbd68
6 years ago
version 2
05bdb320
6 years ago
version 1
05bdb320
6 years ago
cern/stein (base)
and
latest version
latest version
08a7ebbc
1 commit,
5 years ago
version 15
5f523289
1 commit,
5 years ago
version 14
dbd55f50
3 commits,
5 years ago
version 13
2de48328
3 commits,
5 years ago
version 12
674e7389
2 commits,
5 years ago
version 11
1dfdba40
2 commits,
5 years ago
version 10
065b71a9
1 commit,
5 years ago
version 9
367afe51
4 commits,
5 years ago
version 8
2a5e6343
4 commits,
5 years ago
version 7
fda2af0c
4 commits,
6 years ago
version 6
bce5f0c0
4 commits,
6 years ago
version 5
ae8c40ba
4 commits,
6 years ago
version 4
ae8c40ba
5 commits,
6 years ago
version 3
8efdbd68
1 commit,
6 years ago
version 2
05bdb320
36 commits,
6 years ago
version 1
05bdb320
1 commit,
6 years ago
6 files
+
138
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
magnum/drivers/common/templates/kubernetes/fragments/write-heat-params-master.yaml
+
2
−
0
Options
@@ -95,6 +95,8 @@ write_files:
LOGGING_HTTP_DESTINATION="$LOGGING_HTTP_DESTINATION"
LOGGING_PRODUCER="$LOGGING_PRODUCER"
LOGGING_VERSION="$LOGGING_VERSION"
METRICS_PRODUCER="$METRICS_PRODUCER"
METRICS_PRODUCER_VERSION="$METRICS_PRODUCER_VERSION"
CERN_TAG="$CERN_TAG"
KUBE_CSI_ENABLED="$KUBE_CSI_ENABLED"
KUBE_CSI_VERSION="$KUBE_CSI_VERSION"
Loading