Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 360 for promv1 (0.16 sec)

  1. istioctl/pkg/metrics/metrics_test.go

    	startTime time.Time, endTime time.Time,
    ) ([]prometheus_model.LabelSet, promv1.Warnings, error) {
    	return nil, nil, nil
    }
    
    func (client mockPromAPI) Snapshot(ctx context.Context, skipHead bool) (promv1.SnapshotResult, error) {
    	return promv1.SnapshotResult{}, nil
    }
    
    func (client mockPromAPI) Rules(ctx context.Context) (promv1.RulesResult, error) {
    	return promv1.RulesResult{}, nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 02:07:44 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  2. istioctl/pkg/metrics/metrics.go

    	}
    	return nil
    }
    
    func prometheusAPI(address string) (promv1.API, error) {
    	promClient, err := api.NewClient(api.Config{Address: address})
    	if err != nil {
    		return nil, fmt.Errorf("could not build prometheus client: %v", err)
    	}
    	return promv1.NewAPI(promClient), nil
    }
    
    func metrics(promAPI promv1.API, workload string, duration time.Duration) (workloadMetrics, error) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. tests/integration/telemetry/api/dashboard_test.go

    // limitations under the License.
    
    package api
    
    import (
    	"context"
    	"encoding/json"
    	"fmt"
    	"os"
    	"path/filepath"
    	"strings"
    	"testing"
    	"time"
    
    	promv1 "github.com/prometheus/client_golang/api/prometheus/v1"
    	"github.com/prometheus/common/model"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    
    	"istio.io/istio/pkg/config/protocol"
    	"istio.io/istio/pkg/http/headers"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  4. test/prove.go

    // So, instead, opt rewrites the division with a less-than-optimal replacement.
    // Prove, which can see that n is nonnegative, cannot see the division because
    // opt, an earlier pass, has already replaced it.
    // The fix for this issue allows prove to zero a right shift that was added as
    // part of the less-than-optimal reqwrite. That change by prove then allows
    // lateopt to clean up all the unnecessary parts of the original division
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 23 00:02:36 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/tutorial/build-scan-prompt.png

    build-scan-prompt.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 305.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/prove.go

    	if d != signed && d != unsigned {
    		return
    	}
    
    	// Additional facts we know given the relationship between len and cap.
    	//
    	// TODO: Since prove now derives transitive relations, it
    	// should be sufficient to learn that len(w) <= cap(w) at the
    	// beginning of prove where we look for all len/cap ops.
    	if v.Op == OpSliceLen && r&lt == 0 && ft.caps[v.Args[0].ID] != nil {
    		// len(s) > w implies cap(s) > w
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  7. pkg/test/framework/components/prometheus/prometheus.go

    	API() v1.API
    	APIForCluster(cluster cluster.Cluster) v1.API
    
    	// Query run the provided PromQL against the given cluster
    	RawQuery(cluster cluster.Cluster, promQL string) (prom.Value, error)
    
    	// Query Run the provided query against the given cluster
    	Query(cluster cluster.Cluster, query Query) (prom.Value, error)
    
    	// QuerySum is a help around Query to compute the sum
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 02 02:57:50 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  8. src/cmd/covdata/testdata/prog1.go

    Than McIntosh <******@****.***> 1634828243 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 28 11:47:16 UTC 2022
    - 616 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/prop-prov-1.png

    prop-prov-1.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 00:13:54 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/projects/reread/pom1.xml

    rfscholte <******@****.***> 1613318185 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Feb 14 15:56:25 UTC 2021
    - 945 bytes
    - Viewed (0)
Back to top