mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Merge pull request #158 from linux-on-ibm-z/cross-compile
Edited Makefile to add cross build support for s390x. Adding External Metrics Provider
This commit is contained in:
commit
c2e176bb23
17 changed files with 1913 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ type MetricsDiscoveryConfig struct {
|
|||
// will make only a single API call.
|
||||
Rules []DiscoveryRule `yaml:"rules"`
|
||||
ResourceRules *ResourceRules `yaml:"resourceRules,omitempty"`
|
||||
ExternalRules []DiscoveryRule `yaml:"externalRules,omitempty"`
|
||||
}
|
||||
|
||||
// DiscoveryRule describes a set of rules for transforming Prometheus metrics to/from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue