Home
last modified time | relevance | path

Searched refs:PostableSilence (Results 1 – 25 of 54) sorted by relevance

123

/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/
H A Dpostable_silence.go31 type PostableSilence struct { struct
40 func (m *PostableSilence) UnmarshalJSON(raw []byte) error { argument
62 func (m PostableSilence) MarshalJSON() ([]byte, error) { argument
87 func (m *PostableSilence) Validate(formats strfmt.Registry) error { argument
102 func (m *PostableSilence) MarshalBinary() ([]byte, error) { argument
110 func (m *PostableSilence) UnmarshalBinary(b []byte) error { argument
111 var res PostableSilence
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/api/v2/models/
H A Dpostable_silence.go31 type PostableSilence struct { struct
40 func (m *PostableSilence) UnmarshalJSON(raw []byte) error { argument
62 func (m PostableSilence) MarshalJSON() ([]byte, error) { argument
86 func (m *PostableSilence) Validate(formats strfmt.Registry) error { argument
101 func (m *PostableSilence) MarshalBinary() ([]byte, error) { argument
109 func (m *PostableSilence) UnmarshalBinary(b []byte) error { argument
110 var res PostableSilence
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/alertmanager/api/v2/models/
H A Dpostable_silence.go31 type PostableSilence struct { struct
40 func (m *PostableSilence) UnmarshalJSON(raw []byte) error { argument
62 func (m PostableSilence) MarshalJSON() ([]byte, error) { argument
86 func (m *PostableSilence) Validate(formats strfmt.Registry) error { argument
101 func (m *PostableSilence) MarshalBinary() ([]byte, error) { argument
109 func (m *PostableSilence) UnmarshalBinary(b []byte) error { argument
110 var res PostableSilence
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/alertmanager/api/v2/models/
H A Dpostable_silence.go31 type PostableSilence struct { struct
40 func (m *PostableSilence) UnmarshalJSON(raw []byte) error { argument
62 func (m PostableSilence) MarshalJSON() ([]byte, error) { argument
86 func (m *PostableSilence) Validate(formats strfmt.Registry) error { argument
101 func (m *PostableSilence) MarshalBinary() ([]byte, error) { argument
109 func (m *PostableSilence) UnmarshalBinary(b []byte) error { argument
110 var res PostableSilence
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/api/v2/models/
H A Dpostable_silence.go31 type PostableSilence struct { struct
40 func (m *PostableSilence) UnmarshalJSON(raw []byte) error { argument
62 func (m PostableSilence) MarshalJSON() ([]byte, error) { argument
87 func (m *PostableSilence) Validate(formats strfmt.Registry) error { argument
102 func (m *PostableSilence) MarshalBinary() ([]byte, error) { argument
110 func (m *PostableSilence) UnmarshalBinary(b []byte) error { argument
111 var res PostableSilence
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/
H A Dpostable_silence.go31 type PostableSilence struct { struct
40 func (m *PostableSilence) UnmarshalJSON(raw []byte) error { argument
62 func (m PostableSilence) MarshalJSON() ([]byte, error) { argument
87 func (m *PostableSilence) Validate(formats strfmt.Registry) error { argument
102 func (m *PostableSilence) MarshalBinary() ([]byte, error) { argument
110 func (m *PostableSilence) UnmarshalBinary(b []byte) error { argument
111 var res PostableSilence
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/api/v2/models/
H A Dpostable_silence.go31 type PostableSilence struct { struct
40 func (m *PostableSilence) UnmarshalJSON(raw []byte) error { argument
62 func (m PostableSilence) MarshalJSON() ([]byte, error) { argument
86 func (m *PostableSilence) Validate(formats strfmt.Registry) error { argument
101 func (m *PostableSilence) MarshalBinary() ([]byte, error) { argument
109 func (m *PostableSilence) UnmarshalBinary(b []byte) error { argument
110 var res PostableSilence
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/ui/app/src/Data/
H A DPostableSilence.elm13 module Data.PostableSilence exposing (PostableSilence, decoder, encoder)
23 type alias PostableSilence = alias
33 decoder : Decoder PostableSilence
35 Decode.succeed PostableSilence
44 encoder : PostableSilence -> Encode.Value
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/ui/app/src/Data/
H A DPostableSilence.elm13 module Data.PostableSilence exposing (PostableSilence, decoder, encoder)
23 type alias PostableSilence = alias
33 decoder : Decoder PostableSilence
35 Decode.succeed PostableSilence
44 encoder : PostableSilence -> Encode.Value
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/ui/app/src/Data/
H A DPostableSilence.elm13 module Data.PostableSilence exposing (PostableSilence, decoder, encoder)
23 type alias PostableSilence = alias
33 decoder : Decoder PostableSilence
35 Decode.succeed PostableSilence
44 encoder : PostableSilence -> Encode.Value
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/ui/app/src/Silences/
H A DTypes.elm7 import Data.PostableSilence exposing (PostableSilence)
12 nullSilence : PostableSilence
H A DApi.elm4 import Data.PostableSilence exposing (PostableSilence)
33 create : String -> PostableSilence -> Cmd (ApiData String)
40 Http.jsonBody <| Data.PostableSilence.encoder silence
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/ui/app/src/Silences/
H A DTypes.elm7 import Data.PostableSilence exposing (PostableSilence)
12 nullSilence : PostableSilence
H A DApi.elm4 import Data.PostableSilence exposing (PostableSilence)
33 create : String -> PostableSilence -> Cmd (ApiData String)
40 Http.jsonBody <| Data.PostableSilence.encoder silence
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/ui/app/src/Silences/
H A DTypes.elm9 import Data.PostableSilence exposing (PostableSilence)
14 nullSilence : PostableSilence
H A DApi.elm4 import Data.PostableSilence exposing (PostableSilence)
33 create : String -> PostableSilence -> Cmd (ApiData String)
40 Http.jsonBody <| Data.PostableSilence.encoder silence
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/api/v2/client/silence/
H A Dpost_silences_parameters.go83 Silence *models.PostableSilence
124 func (o *PostSilencesParams) WithSilence(silence *models.PostableSilence) *PostSilencesParams {
130 func (o *PostSilencesParams) SetSilence(silence *models.PostableSilence) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/api/v2/client/silence/
H A Dpost_silences_parameters.go84 Silence *models.PostableSilence
125 func (o *PostSilencesParams) WithSilence(silence *models.PostableSilence) *PostSilencesParams {
131 func (o *PostSilencesParams) SetSilence(silence *models.PostableSilence) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/api/v2/client/silence/
H A Dpost_silences_parameters.go83 Silence *models.PostableSilence
124 func (o *PostSilencesParams) WithSilence(silence *models.PostableSilence) *PostSilencesParams {
130 func (o *PostSilencesParams) SetSilence(silence *models.PostableSilence) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/alertmanager/api/v2/restapi/operations/silence/
H A Dpost_silences_parameters.go53 Silence *models.PostableSilence
67 var body models.PostableSilence
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/alertmanager/api/v2/restapi/operations/silence/
H A Dpost_silences_parameters.go53 Silence *models.PostableSilence
67 var body models.PostableSilence
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/api/v2/restapi/operations/silence/
H A Dpost_silences_parameters.go53 Silence *models.PostableSilence
67 var body models.PostableSilence
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/api/v2/restapi/operations/silence/
H A Dpost_silences_parameters.go53 Silence *models.PostableSilence
67 var body models.PostableSilence
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/cli/
H A Dsilence_import.go60 …text.Context, sclient silence.ClientService, silencec <-chan *models.PostableSilence, errc chan<- … argument
99 silencec := make(chan *models.PostableSilence, 100)
121 var s models.PostableSilence
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/cli/
H A Dsilence_import.go60 …tx context.Context, sclient *silence.Client, silencec <-chan *models.PostableSilence, errc chan<- … argument
99 silencec := make(chan *models.PostableSilence, 100)
121 var s models.PostableSilence

123