Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
TFS
controller
Commits
edd54e91
Commit
edd54e91
authored
2 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Update src/common/perf_eval_method_wrapper/tests/README.md
parent
3637f806
No related branches found
No related tags found
2 merge requests
!54
Release 2.0.0
,
!36
Performance Evaluation Framework + Helper Tools
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/common/perf_eval_method_wrapper/tests/README.md
+4
-12
4 additions, 12 deletions
src/common/perf_eval_method_wrapper/tests/README.md
with
4 additions
and
12 deletions
src/common/perf_eval_method_wrapper/tests/README.md
+
4
−
12
View file @
edd54e91
...
@@ -15,20 +15,12 @@ tfs@tfs-vm:~/tfs-ctrl$ ./deploy.sh
...
@@ -15,20 +15,12 @@ tfs@tfs-vm:~/tfs-ctrl$ ./deploy.sh
```
```
-
expose prometheus and grafana
-
expose prometheus and grafana
terminal 1 (prometheus UI):
```
kubectl port-forward -n monitoring service/prometheus-k8s --address 0.0.0.0 9090:9090
```
terminal 2 (prometheus internal grafana):
-
terminal 1 (prometheus UI):
`kubectl port-forward -n monitoring service/prometheus-k8s --address 0.0.0.0 9090:9090`
```
-
terminal 2 (grafana UI):
`kubectl port-forward -n monitoring service/grafana --address 0.0.0.0 3000:3000`
kubectl port-forward -n monitoring service/grafana --address 0.0.0.0 3000:3000
-
terminal 3 (alertmanager UI):
`kubectl port-forward -n monitoring service/alertmanager-main --address 0.0.0.0 9093:9093`
```
terminal 3 (alertmanager):
-
if using remote server/VM for running MicroK8s and VSCode, forward ports 9090, 3000, 9093
```
kubectl port-forward -n monitoring service/alertmanager-main --address 0.0.0.0 9093:9093
```
-
log into grafana:
-
log into grafana:
-
127.0.0.1:3000
-
127.0.0.1:3000
...
...
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