| { |
| "URL": "https://perf.skia.org", |
| "instance_name": "chrome-perf-test", |
| "allowed_hosts": [ |
| "status.skia.org" |
| ], |
| "contact": "https://bugs.skia.org", |
| "trace_sample_proportion": 0.01, |
| "notify_config": { |
| "notifications": "markdown_issuetracker", |
| "subject": "", |
| "body": [ |
| "The base URL of the instance: {{ .URL }}", |
| "{{ .ViewOnDashboard }}", |
| "{{ .Commit.CommitNumber }}", |
| "{{ .Commit.GitHash }}", |
| "{{ .Commit.Timestamp }}", |
| "{{ .Commit.HumanTime }}", |
| "{{ .Commit.Author }}", |
| "{{ .Commit.Subject }}", |
| "{{ buildIDFromSubject .Commit.Subject }}", |
| "{{ .Commit.URL }}", |
| "{{ .PreviousCommit.CommitNumber }}", |
| "{{ .PreviousCommit.GitHash }}", |
| "{{ .PreviousCommit.Timestamp }}", |
| "{{ .PreviousCommit.HumanTime }}", |
| "{{ .PreviousCommit.Author }}", |
| "{{ .PreviousCommit.Subject }}", |
| "{{ buildIDFromSubject .PreviousCommit.Subject }}", |
| "{{ .PreviousCommit.URL }}", |
| "{{ .CommitURL }}", |
| "{{ .Alert.DisplayName }}", |
| "{{ .Alert.Query }}", |
| "{{ .Alert.IssueTrackerComponent }}", |
| "{{ .Alert.Interesting }}", |
| "{{ .Alert.Algo }}", |
| "{{ .Alert.Step }}", |
| "{{ .Alert.DirectionAsString }}", |
| "{{ .Alert.Radius }}", |
| "{{ .Alert.K }}", |
| "{{ .Alert.GroupBy }}", |
| "{{ .Alert.Sparse }}", |
| "{{ .Alert.MinimumNum }}", |
| "{{ .Alert.Category }}", |
| "{{ .Cluster.Keys }}", |
| "{{ .Cluster.Shortcut }}", |
| "{{ .Cluster.ParamSummaries }}", |
| "{{ .Cluster.StepFit.LeastSquares }}", |
| "{{ .Cluster.StepFit.TurningPoint }}", |
| "{{ .Cluster.StepFit.StepSize }}", |
| "{{ .Cluster.StepFit.Regression }}", |
| "{{ .Cluster.StepFit.Status }}", |
| "{{ .Cluster.StepPoint.Offset }}", |
| "{{ .Cluster.StepPoint.Timestamp }}", |
| "{{ .Cluster.Num }}", |
| "{{ .Cluster.Timestamp }}", |
| "{{ .Cluster.NotificationID }}", |
| "{{ index .ParamSet \"device_name\" }}", |
| "{{ index .ParamSet \"unknown_key\" }}" |
| ] |
| }, |
| "issue_tracker_config" : { |
| "notification_type": "issuetracker", |
| "issue_tracker_api_key_secret_project": "skia-infra-public", |
| "issue_tracker_api_key_secret_name": "perf-issue-tracker-apikey" |
| }, |
| "auth_config": { |
| "header_name": "X-WEBAUTH-USER" |
| }, |
| "data_store_config": { |
| "datastore_type": "cockroachdb", |
| "connection_string": "postgresql://root@perf-cockroachdb-public:26257/skia?sslmode=disable", |
| "tile_size": 256, |
| "enable_follower_reads": true |
| }, |
| "ingestion_config": { |
| "source_config": { |
| "source_type": "gcs", |
| "project": "skia-public", |
| "topic": "perf-ingestion-skia-production", |
| "subscription": "perf-ingestion-skia-production-cdb-prod", |
| "sources": [ |
| "gs://skia-perf/nano-json-v1", |
| "gs://skia-perf/task-duration", |
| "gs://skia-perf/buildstats-json-v1", |
| "gs://skia-perf/gold-summary-v1" |
| ] |
| }, |
| "branches": [], |
| "file_ingestion_pubsub_topic_name": "" |
| }, |
| "git_repo_config": { |
| "provider": "gitiles", |
| "url": "https://skia.googlesource.com/skia", |
| "dir": "/tmp/skiaperf", |
| "debounce_commit_url": false |
| } |
| } |