Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
float
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
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
ai3
float
Commits
024df6b9
Unverified
Commit
024df6b9
authored
4 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
move the websock nginx config to the grafana endpoint
parent
c664fae8
Branches
Branches containing commit
No related tags found
1 merge request
!110
Draft: Enable Loki as a replacement for Elasticsearch when `enable_loki` is set.
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
services.yml.loki
+6
-6
6 additions, 6 deletions
services.yml.loki
with
6 additions
and
6 deletions
services.yml.loki
+
6
−
6
View file @
024df6b9
...
@@ -128,18 +128,18 @@ prometheus:
...
@@ -128,18 +128,18 @@ prometheus:
- name: loki
- name: loki
port: 3100
port: 3100
scheme: http
scheme: http
- name: grafana
port: 2929
scheme: https
enable_sso_proxy: true
extra_nginx_config: |
extra_nginx_config: |
location ^~ /api/datasources/proxy/
\d+
/loki/api/v1/tail {
location ^~ /api/datasources/proxy/
2
/loki/api/v1/tail {
proxy_pass http://be_loki_3100_prometheus;
proxy_pass http://be_loki_3100_prometheus;
proxy_http_version 1.1;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_set_header Host $host;
}
}
- name: grafana
port: 2929
scheme: https
enable_sso_proxy: true
- name: thanos
- name: thanos
port: 10904
port: 10904
scheme: http
scheme: http
...
...
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