Skip to content

Commit

Permalink
add n0.computer to list of monitored websites (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra authored Sep 11, 2023
1 parent dc18dcc commit c671c57
Show file tree
Hide file tree
Showing 27 changed files with 15,331 additions and 215 deletions.
23 changes: 23 additions & 0 deletions config/profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
type: KUBO
- website: singularity.storage
type: KUBO
- website: n0.computer
type: KUBO

- source: ./plotdefs-website/website-trend-hosters.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}.json"
Expand All @@ -68,6 +70,7 @@
- website: probelab.io
- website: docs.ipfs.tech
- website: singularity.storage
- website: n0.computer

- source: ./plotdefs-website/website-trend-metrics.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}.json"
Expand All @@ -92,6 +95,7 @@
- website: probelab.io
- website: docs.ipfs.tech
- website: singularity.storage
- website: n0.computer

- source: ./plotdefs-website/website-trend-providers.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}.json"
Expand All @@ -116,6 +120,7 @@
- website: probelab.io
- website: docs.ipfs.tech
- website: singularity.storage
- website: n0.computer

- source: ./plotdefs-website/website-trend-retrieval-errors.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}-{{ .Params.type }}.json"
Expand Down Expand Up @@ -160,6 +165,8 @@
type: KUBO
- website: singularity.storage
type: KUBO
- website: n0.computer
type: KUBO

- source: ./plotdefs-website/website-snapshot-probes-count.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}.json"
Expand Down Expand Up @@ -188,6 +195,7 @@
- website: probelab.io
- website: docs.ipfs.tech
- website: singularity.storage
- website: n0.computer

- source: ./plotdefs-website/website-snapshot-web-vitals-barchart.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}-{{ .Params.type }}-{{ .Params.region }}.json"
Expand Down Expand Up @@ -252,6 +260,9 @@
- website: singularity.storage
type: KUBO
region: eu-central-1
- website: n0.computer
type: KUBO
region: eu-central-1

- source: ./plotdefs-website/website-snapshot-retrieval-errors.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}.json"
Expand Down Expand Up @@ -280,6 +291,7 @@
- website: probelab.io
- website: docs.ipfs.tech
- website: singularity.storage
- website: n0.computer

- source: ./plotdefs-website/website-snapshot-metric-cdf.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}-{{ .Params.type }}-{{ .Params.metric }}.json"
Expand Down Expand Up @@ -464,6 +476,15 @@
- website: singularity.storage
type: KUBO
metric: lcp
- website: n0.computer
type: KUBO
metric: ttfb
- website: n0.computer
type: KUBO
metric: fcp
- website: n0.computer
type: KUBO
metric: lcp

- source: ./plotdefs-website/website-snapshot-http-ratio.yaml
output: "{{.PlotDefFilename}}-{{ .Params.website }}-{{ .Params.metric }}.json"
Expand Down Expand Up @@ -508,6 +529,8 @@
metric: ttfb
- website: singularity.storage
metric: ttfb
- website: n0.computer
metric: ttfb

- source: ./plotdefs-website/websites-web-vitals-heatmap.yaml
output: "{{.PlotDefFilename}}-{{ .Params.type }}-{{ .Params.metric }}-p{{ .Params.percentile }}.json"
Expand Down
Loading

0 comments on commit c671c57

Please sign in to comment.