Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Fastly Meetup #2 LT

tjun
April 16, 2019

Fastly Meetup #2 LT

- Fastly monitoring at merpay
- Fastlyで404をキャッシュしてハマった話

tjun

April 16, 2019
Tweet

More Decks by tjun

Other Decks in Technology

Transcript

  1. Log streaming: Google BigQuery https://docs.fastly.com/guides/streaming-logs/log-streaming-google-bigquery We sometimes run queries with

    status_code, response_time, host, path, timestamp to detect errors, slow endpoints. Query example SELECT * FROM `project.fastly.default` WHERE host = "example.com" AND response_time >= 10000 AND timestamp > "2019-03-30 02:00:00" LIMIT 1000
  2. Next step: We want to try Fastly Integration (LOG COLLECTION)

    in Datadog https://docs.datadoghq.com/integrations/fastly/
  3. 10 Fastly nginx new replica set pods nodejs ... nginx

    nodejs nginx nodejs nginx pods nodejs nginx nodejs nginx nodejs old replica set Client
  4. 11 Fastly nginx new replica set pods nodejs Service nginx

    nodejs nginx nodejs nginx pods nodejs nginx nodejs nginx nodejs old replica set Client
  5. 14