Skip to content

Commit

Permalink
Merge branch 'v3' into PMM-9288-extended-profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka authored Feb 26, 2025
2 parents f32d830 + 96385dd commit af5ec05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- PMM_ENABLE_ACCESS_CONTROL=${PMM_ENABLE_ACCESS_CONTROL:-0}
- PMM_WATCHTOWER_HOST=${PMM_WATCHTOWER_HOST:-http://watchtower:8080}
- PMM_WATCHTOWER_TOKEN=${PMM_WATCHTOWER_TOKEN:-INSECURE_TOKEN}
- PMM_RELEASE_VERSION=3.0.0-alpha
- PMM_RELEASE_VERSION=3.0.0
# - PMM_DISTRIBUTION_METHOD=${PMM_DISTRIBUTION_METHOD:-docker}
# - PMM_DEV_UPDATE_DOCKER_IMAGE=${PMM_DEV_UPDATE_DOCKER_IMAGE:-}
# - PMM_DEV_PERCONA_PLATFORM_ADDRESS=https://check.localhost
Expand Down
2 changes: 1 addition & 1 deletion managed/services/victoriametrics/scrape_configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func scrapeConfigForGrafana(interval time.Duration) *config.ScrapeConfig {
JobName: "grafana",
ScrapeInterval: config.Duration(interval),
ScrapeTimeout: scrapeTimeout(interval),
MetricsPath: "/metrics",
MetricsPath: "/graph/metrics",
ServiceDiscoveryConfig: config.ServiceDiscoveryConfig{
StaticConfigs: []*config.Group{{
Targets: []string{"127.0.0.1:3000"},
Expand Down
4 changes: 2 additions & 2 deletions managed/services/victoriametrics/victoriametrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ scrape_configs:
honor_timestamps: false
scrape_interval: 10s
scrape_timeout: 9s
metrics_path: /metrics
metrics_path: /graph/metrics
static_configs:
- targets:
- 127.0.0.1:3000
Expand Down Expand Up @@ -843,7 +843,7 @@ scrape_configs:
honor_timestamps: false
scrape_interval: 10s
scrape_timeout: 9s
metrics_path: /metrics
metrics_path: /graph/metrics
static_configs:
- targets:
- 127.0.0.1:3000
Expand Down
2 changes: 1 addition & 1 deletion managed/testdata/victoriametrics/promscrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ scrape_configs:
honor_timestamps: false
scrape_interval: 10s
scrape_timeout: 9s
metrics_path: /metrics
metrics_path: /graph/metrics
static_configs:
- targets:
- 127.0.0.1:3000
Expand Down

0 comments on commit af5ec05

Please sign in to comment.