google / exposure-notifications-server

Exposure Notification Reference Server | Covid-19 Exposure Notifications
https://www.google.com/covid19/exposurenotifications/
Apache License 2.0
2.46k stars 312 forks source link

log based metrics for export file downloading #1411

Closed mikehelmick closed 3 years ago

mikehelmick commented 3 years ago

TL;DR

Create terraform template so operators can automate the creation log logs based metrics around index.txt downloads through Cloud CDN (applies only when operating on GCP).

The operator would need a list of these in their main.tf, i.e. a list of the URLs

metric type: counter units: 1 The filter selection is

resource.type="http_load_balancer"
httpRequest.requestUrl="https://Hostname/path/index.txt"

Label

iOS

image

Android

image