mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-30 07:03:06 -08:00
updates
This commit is contained in:
parent
7bc845c858
commit
7cf125c715
|
@ -174,6 +174,7 @@ func (m *Manager) reload() {
|
|||
// model.NameValidationScheme = model.LegacyValidation
|
||||
// }
|
||||
// level.Info(m.logger).Log("msg", "validation scheme", "scheme", model.NameValidationScheme, "arg", m.opts.UTF8Names)
|
||||
// XXXXX the problem with this is that agent does not really use scrape.Options. Also too, this is like per-scrape not per-instance, so it's not really the right place for this at all.
|
||||
// if m.opts.NameEscapingScheme != "" {
|
||||
// model.NameEscapingScheme, err = model.ToEscapingScheme(m.opts.NameEscapingScheme)
|
||||
// if err != nil {
|
||||
|
|
Loading…
Reference in a new issue