prometheus remote write with alloy using it
Some checks failed
/ Ansible Lint (push) Failing after 1m53s
Some checks failed
/ Ansible Lint (push) Failing after 1m53s
This commit is contained in:
parent
e21ff26f36
commit
e183f1a2c3
8 changed files with 161 additions and 7 deletions
|
@ -3,13 +3,16 @@ server {
|
|||
allow 172.31.17.128/25;
|
||||
allow 212.12.51.128/28;
|
||||
allow 2a00:14b0:42:100::/56;
|
||||
allow 2a00:14b0:4200:3380::/64;
|
||||
# Z9
|
||||
allow 2a07:c480:0:100::/56;
|
||||
allow 2a07:c481:1::/48;
|
||||
|
||||
deny all;
|
||||
|
||||
listen [2a00:14b0:4200:3380:0000:5a5f:1dbc:6a39]:9099 ssl http2;
|
||||
listen 172.31.17.145:9099 ssl http2;
|
||||
listen [2a00:14b0:4200:3380:0000:5a5f:1dbc:6a39]:50051 ssl;
|
||||
listen 172.31.17.145:50051 ssl;
|
||||
http2 on;
|
||||
|
||||
server_name loki.hamburg.ccc.de;
|
||||
|
||||
|
@ -27,7 +30,7 @@ server {
|
|||
# This is https in any case.
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
proxy_set_header X-Scope-OrgID $remote_user;
|
||||
grpc_pass grpc://localhost:19009;
|
||||
grpc_pass grpc://localhost:19099;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -36,13 +39,15 @@ server {
|
|||
allow 172.31.17.128/25;
|
||||
allow 212.12.51.128/28;
|
||||
allow 2a00:14b0:42:100::/56;
|
||||
allow 2a00:14b0:4200:3380::/64;
|
||||
# Z9
|
||||
allow 2a07:c480:0:100::/56;
|
||||
allow 2a07:c481:1::/48;
|
||||
deny all;
|
||||
|
||||
listen [2a00:14b0:4200:3380:0000:5a5f:1dbc:6a39]:3100 ssl http2;
|
||||
listen 172.31.17.145:3100 ssl http2;
|
||||
listen [2a00:14b0:4200:3380:0000:5a5f:1dbc:6a39]:443 ssl;
|
||||
listen 172.31.17.145:443 ssl;
|
||||
http2 on;
|
||||
|
||||
server_name loki.hamburg.ccc.de;
|
||||
|
||||
|
@ -62,7 +67,6 @@ server {
|
|||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Port 3100;
|
||||
# This is https in any case.
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
proxy_set_header X-Scope-OrgID $remote_user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue