Releases: GrantBirki/fastly-tempo
Releases · GrantBirki/fastly-tempo
v1.5 - Release
Summary
A new release to keep docker builds fresh!
- Added a new line to a docstring for documentation
v1.4 - Release
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
toFastlyLogAggregate
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
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
toFastlyLogAggregate
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
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
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
Initial Release v1.0
This is the initial release of fastly-to-insights
.