Home
last modified time | relevance | path

Searched refs:reqPath (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dapi.go122 func (a *API) Get(reqPath string) ([]byte, error) {
123 return a.apiCall("GET", reqPath, nil)
127 func (a *API) Delete(reqPath string) ([]byte, error) {
128 return a.apiCall("DELETE", reqPath, nil)
133 return a.apiCall("POST", reqPath, data)
137 func (a *API) Put(reqPath string, data []byte) ([]byte, error) {
138 return a.apiCall("PUT", reqPath, data)
146 if reqPath[:1] != "/" {
149 if reqPath[:3] == "/v2" {
150 reqURL += reqPath[3:len(reqPath)]
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dapi.go122 func (a *API) Get(reqPath string) ([]byte, error) {
123 return a.apiCall("GET", reqPath, nil)
127 func (a *API) Delete(reqPath string) ([]byte, error) {
128 return a.apiCall("DELETE", reqPath, nil)
133 return a.apiCall("POST", reqPath, data)
137 func (a *API) Put(reqPath string, data []byte) ([]byte, error) {
138 return a.apiCall("PUT", reqPath, data)
146 if reqPath[:1] != "/" {
149 if reqPath[:3] == "/v2" {
150 reqURL += reqPath[3:len(reqPath)]
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dapi.go122 func (a *API) Get(reqPath string) ([]byte, error) {
123 return a.apiCall("GET", reqPath, nil)
127 func (a *API) Delete(reqPath string) ([]byte, error) {
128 return a.apiCall("DELETE", reqPath, nil)
133 return a.apiCall("POST", reqPath, data)
137 func (a *API) Put(reqPath string, data []byte) ([]byte, error) {
138 return a.apiCall("PUT", reqPath, data)
146 if reqPath[:1] != "/" {
149 if reqPath[:3] == "/v2" {
150 reqURL += reqPath[3:len(reqPath)]
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dapi.go122 func (a *API) Get(reqPath string) ([]byte, error) {
123 return a.apiCall("GET", reqPath, nil)
127 func (a *API) Delete(reqPath string) ([]byte, error) {
128 return a.apiCall("DELETE", reqPath, nil)
133 return a.apiCall("POST", reqPath, data)
137 func (a *API) Put(reqPath string, data []byte) ([]byte, error) {
138 return a.apiCall("PUT", reqPath, data)
146 if reqPath[:1] != "/" {
149 if reqPath[:3] == "/v2" {
150 reqURL += reqPath[3:len(reqPath)]
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/prometheus/client_golang/client_golang-1.1.0/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
208 reqPath: "/api/v1/query",
223 reqPath: "/api/v1/query",
241 reqPath: "/api/v1/query",
259 reqPath: "/api/v1/query",
279 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
335 reqPath: "/api/v1/labels",
352 reqPath: "/api/v1/labels",
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
208 reqPath: "/api/v1/query",
223 reqPath: "/api/v1/query",
241 reqPath: "/api/v1/query",
259 reqPath: "/api/v1/query",
279 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
335 reqPath: "/api/v1/labels",
352 reqPath: "/api/v1/labels",
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/prometheus/client_golang/client_golang-1.1.0/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
208 reqPath: "/api/v1/query",
223 reqPath: "/api/v1/query",
241 reqPath: "/api/v1/query",
259 reqPath: "/api/v1/query",
279 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
335 reqPath: "/api/v1/labels",
352 reqPath: "/api/v1/labels",
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/prometheus/client_golang/client_golang-1.1.0/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
208 reqPath: "/api/v1/query",
223 reqPath: "/api/v1/query",
241 reqPath: "/api/v1/query",
259 reqPath: "/api/v1/query",
279 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
335 reqPath: "/api/v1/labels",
352 reqPath: "/api/v1/labels",
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
208 reqPath: "/api/v1/query",
223 reqPath: "/api/v1/query",
241 reqPath: "/api/v1/query",
259 reqPath: "/api/v1/query",
279 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
335 reqPath: "/api/v1/labels",
352 reqPath: "/api/v1/labels",
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/
H A Dmux_test.go29 reqPath string
42 reqPath: "/",
54 reqPath: "/foo",
67 reqPath: "/bar",
83 reqPath: "/foo",
114 reqPath: "/foo",
126 reqPath: "/foo",
142 reqPath: "/foo",
164 reqPath: "/foo",
186 reqPath: "/foo",
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/
H A Dmux_test.go29 reqPath string
42 reqPath: "/",
54 reqPath: "/foo",
67 reqPath: "/bar",
83 reqPath: "/foo",
114 reqPath: "/foo",
126 reqPath: "/foo",
142 reqPath: "/foo",
164 reqPath: "/foo",
186 reqPath: "/foo",
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/
H A Dmux_test.go29 reqPath string
42 reqPath: "/",
54 reqPath: "/foo",
67 reqPath: "/bar",
83 reqPath: "/foo",
114 reqPath: "/foo",
126 reqPath: "/foo",
142 reqPath: "/foo",
164 reqPath: "/foo",
186 reqPath: "/foo",
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/grpc-ecosystem/grpc-gateway/grpc-gateway-1.3.1/runtime/
H A Dmux_test.go25 reqPath string
34 reqPath: "/",
46 reqPath: "/foo",
59 reqPath: "/bar",
75 reqPath: "/foo",
93 reqPath: "/foo",
106 reqPath: "/foo",
118 reqPath: "/foo",
139 reqPath: "/foo",
156 reqPath: "/foo",
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/
H A Dmux_test.go25 reqPath string
34 reqPath: "/",
46 reqPath: "/foo",
59 reqPath: "/bar",
75 reqPath: "/foo",
93 reqPath: "/foo",
106 reqPath: "/foo",
118 reqPath: "/foo",
139 reqPath: "/foo",
156 reqPath: "/foo",
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go42 reqPath string member
71 if req.URL.Path != test.reqPath {
252 reqPath: "/api/v1/query",
267 reqPath: "/api/v1/query",
285 reqPath: "/api/v1/query",
303 reqPath: "/api/v1/query",
323 reqPath: "/api/v1/query",
347 reqPath: "/api/v1/query",
379 reqPath: "/api/v1/labels",
396 reqPath: "/api/v1/labels",
[all …]

12345678910>>...17