mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Rename :orgId to :instanceId in metrics graph url
- Renames placeholders `:orgId` to `:instanceId` in `--app.metrics-graph` - Adjusts frontend client to use the provided instanceId by its host application (Weave Cloud)
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
sampleMetricsGraphURL = "/prom/:orgID/notebook/new"
|
||||
sampleMetricsGraphURL = "/prom/:instanceID/notebook/new"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user