Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 7e9c35d

Browse files
committed
disable http compression by default
1 parent ad56eac commit 7e9c35d

File tree

5 files changed

+162
-10
lines changed

5 files changed

+162
-10
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ services:
4848
# CH
4949
- ${PMM_PORT_CH_TCP:-11000}:9000
5050
- ${PMM_PORT_CH_HTTP:-11123}:8123
51+
# Exporters
52+
- ${PMM_PORT_EXP_0:-52000}:42000
53+
- ${PMM_PORT_EXP_1:-52001}:42001
54+
- ${PMM_PORT_EXP_2:-52002}:42002
5155
volumes:
5256
- .:/root/go/src/github.com/percona/pmm-managed
5357
# for local test

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/percona-platform/dbaas-api v0.0.0-20220110092915-5aacd784d472
3939
github.com/percona-platform/saas v0.0.0-20220427162947-f9d246ad0f16
4040
github.com/percona/pmm v0.0.0-20220613185940-593b9a167d9f
41-
github.com/percona/promconfig v0.2.4-0.20211110115058-98687f586f54
41+
github.com/percona/promconfig v0.2.5-0.20220614151255-5619997cf14d
4242
github.com/pkg/errors v0.9.1
4343
github.com/pmezard/go-difflib v1.0.0
4444
github.com/prometheus/alertmanager v0.24.0

0 commit comments

Comments
 (0)