detección de anomalías
This commit is contained in:
parent
eb290338b5
commit
355d882fe8
3 changed files with 7 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -27,6 +27,8 @@ gem 'bootsnap', '>= 1.4.4', require: false
|
||||||
|
|
||||||
gem 'ssh_data'
|
gem 'ssh_data'
|
||||||
|
|
||||||
|
gem 'anomaly_detection'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
end
|
end
|
||||||
|
|
|
@ -60,6 +60,8 @@ GEM
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
zeitwerk (~> 2.3)
|
zeitwerk (~> 2.3)
|
||||||
|
anomaly_detection (0.1.4-x86_64-linux-musl)
|
||||||
|
rice (>= 4.0.2)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
bcrypt (3.1.17-x86_64-linux-musl)
|
bcrypt (3.1.17-x86_64-linux-musl)
|
||||||
bindex (0.8.1-x86_64-linux-musl)
|
bindex (0.8.1-x86_64-linux-musl)
|
||||||
|
@ -184,6 +186,7 @@ GEM
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
|
rice (4.0.3)
|
||||||
rubocop (1.26.0)
|
rubocop (1.26.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.1.0.0)
|
parser (>= 3.1.0.0)
|
||||||
|
@ -248,6 +251,7 @@ PLATFORMS
|
||||||
x86_64-linux-musl
|
x86_64-linux-musl
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
anomaly_detection
|
||||||
blazer
|
blazer
|
||||||
bootsnap (>= 1.4.4)
|
bootsnap (>= 1.4.4)
|
||||||
brakeman
|
brakeman
|
||||||
|
|
|
@ -63,7 +63,7 @@ check_schedules:
|
||||||
|
|
||||||
# enable anomaly detection
|
# enable anomaly detection
|
||||||
# note: with trend, time series are sent to https://trendapi.org
|
# note: with trend, time series are sent to https://trendapi.org
|
||||||
# anomaly_checks: trend / r
|
anomaly_checks: anomaly_detection
|
||||||
|
|
||||||
# enable forecasting
|
# enable forecasting
|
||||||
# note: with trend, time series are sent to https://trendapi.org
|
# note: with trend, time series are sent to https://trendapi.org
|
||||||
|
|
Loading…
Reference in a new issue