Skip to content

Releases: GrantBirki/fastly-tempo

v1.5 - Release

01 Dec 03:54
2f15c51
Compare
Choose a tag to compare

Summary

A new release to keep docker builds fresh!

  • Added a new line to a docstring for documentation

v1.4 - Release

10 Apr 18:29
56790f0
Compare
Choose a tag to compare

Summary

This project's name has officially been changed to Fastly-Tempo as there is planned support for other backends in the future beyond New Relic.

Enjoy!

Previous release notes included in this release

The main changes of the Release are as follows:

  • Upgrade OS to Alpine 3.13.4
  • Upgrade Python version to 3.9.4
  • Refactor code base to allow for continuous polling and per second metrics coverage
    No data left behind! This project now covers every second since the last poll so you have 100% data coverage from Fastly!
  • Changed eventType to FastlyLogAggregate for keying off of in the New Relic Console
  • Added a JSON template so you can copy & paste the code to create a pre-made New Relic Dashboard for your Fastly data with ease
  • Updated documentation

Nitty Gritty Details

  • refactor, continuous polling, and per second metrics coverage
  • upgrade alpine to 3.13.4
  • upgrade python version to 3.9.4
  • Makefile updates
  • gitignore for WIP files
  • update NR query examples
  • update dockerfile for faster builds
  • docs updates for interval and FastlyLogAggregate
  • new relic json dashboard template
  • adding images and updated readme

v1.3 - Release

08 Apr 15:32
cdd2ba5
Compare
Choose a tag to compare

v1.3 - Release

Summary

The main changes of the v1.3 Release are as follows:

  • Upgrade OS to Alpine 3.13.4
  • Upgrade Python version to 3.9.4
  • Refactor code base to allow for continuous polling and per second metrics coverage
    No data left behind! This project now covers every second since the last poll so you have 100% data coverage from Fastly!
  • Changed eventType to FastlyLogAggregate for keying off of in the New Relic Console
  • Added a JSON template so you can copy & paste the code to create a pre-made New Relic Dashboard for your Fastly data with ease
  • Updated documentation

Nitty Gritty Details

  • refactor, continuous polling, and per second metrics coverage
  • upgrade alpine to 3.13.4
  • upgrade python version to 3.9.4
  • Makefile updates
  • gitignore for WIP files
  • update NR query examples
  • update dockerfile for faster builds
  • docs updates for interval and FastlyLogAggregate
  • new relic json dashboard template
  • adding images and updated readme

For more details on this change, you may view the main PR: #10

v1.2 - Release

08 Mar 21:51
8a8977f
Compare
Choose a tag to compare

v1.2 - Release

This release changes the base image from slim to alpine.

  • Using an Alpine based Docker image
  • Further hardening the container through a nonroot user
  • Added Synk security checks via GitHub actions
  • Added status badges to the main readme

v1.1 - Release

07 Mar 20:38
518482b
Compare
Choose a tag to compare

v1.1 Release

This version includes the following updates:

  • Better error handling
  • Updated documentation
  • GitHub actions to publish to Docker Hub
  • GitHub action to publish to GitHub releases

v1.0

23 Jan 20:07
fdfcd22
Compare
Choose a tag to compare

Initial Release v1.0

This is the initial release of fastly-to-insights.