Skip to content

Commit

Permalink
fix(lib): add deprecation notices to teads curve and teads-aws plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcook1186 committed Jun 5, 2024
1 parent 0e73386 commit 8c4601b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/teads-aws/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Teads' AWS Estimation Plugin

> [!NOTE] > `Teads-AWS` is a community plugin, not part of the IF standard library. This means the IF core team are not closely monitoring these plugins to keep them up to date. You should do your own research before implementing them!
**This plugin is deprecated and will be deleted, likely before July 2024. We no longer want to support this plugin. It is possibel to replicate its behaviour using a set of generic arithmetic plugins that now come bundled in IF. You should start migrating your pipelines over to this method as soon as possible instead of relying on this plugin.**

Teads Engineering Team built a plugin for estimating AWS instances energy usage. This plugin creates a power curve on a correlation to SPEC Power database. This allows the plugin to generate a power curve for any AWS EC2 instance type based on publicly available AWS EC2 Instance CPU data.

Expand Down
4 changes: 3 additions & 1 deletion src/lib/teads-curve/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Teads' CPU Estimation Plugin

> [!NOTE] > `Teads-Curve` is a community plugin, not part of the IF standard library. This means the IF core team are not closely monitoring these plugins to keep them up to date. You should do your own research before implementing them!
**IMPORTANT**

**This plugin is deprecated and will be deleted, likely before July 2024. Instead of providing a Teads plugin we have created a set of generic arithmetic plugins that can be chained together to replicate the behaviour of this plugin. We have added an example manifest to the IF repository to use as a template. You should start migrating your pipelines over to this method as soon as possible instead of relying on this Teads curve plugin.**

Teads Engineering team has built a plugin that is capable of estimating CPU usages across varying type of CPUs using a curve commonly known as Teads Curve.

Expand Down

0 comments on commit 8c4601b

Please sign in to comment.