AICoE / prometheus-anomaly-detector

A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
GNU General Public License v3.0
596 stars 150 forks source link

The value predicted by Prophet did not change much #179

Closed lynBIT closed 2 years ago

lynBIT commented 2 years ago

The value predicted by Prophet did not change much

Here are my variable settings: FLT_PROM_URL = http://xx:xx:xx:xx:30090 FLT_PROM_ACCESS_TOKEN = xxxxx; FLT_METRICS_LIST = node_load1{instance='192.29.3.11:9100'}; FLT_RETRAINING_INTERVAL_MINUTES = 15; FLT_ROLLING_TRAINING_WINDOW_SIZE = 20d; FLT_PARALLELISM= 2;

I have deployed the anomaly detection service on k8s, and my prometheus can also discover the anomaly detection target。

However, I found that the yhat of the metrics output by anomaly detection is basically stable at around 0.6, and does not change with the original data. The figure below is the predicted metrics versus the original metrics in grafana image Green bar is : node_load1{instance='192.29.3.11:9100'} (origin metrics) yellow Bar is : yhat. Orange Bar is :yhat_upper Sky blue bar is : yhat_lower Red Bar is : anomaly

How should I adjust the prophet parameters, or is there any other way to make Prophet predict the value accurately? please help me

LOTFIChaimaa commented 2 years ago

Please, can we have a call to discuss about the set up of the environment

lynBIT commented 2 years ago

Please, can we have a call to discuss about the set up of the environment

That is to say, I have the above problem because of the wrong environment configuration?

LOTFIChaimaa commented 2 years ago

not really, I just want to ask about something in the environment configuration, if you have a lit bit of time

lynBIT commented 2 years ago

not really, I just want to ask about something in the environment configuration, if you have a lit bit of time

You can ask here and I will try to help you if I know

sesheta commented 2 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

/lifecycle stale

sesheta commented 2 years ago

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

/lifecycle rotten

sesheta commented 2 years ago

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

/close

sesheta commented 2 years ago

@sesheta: Closing this issue.

In response to [this](https://github.com/AICoE/prometheus-anomaly-detector/issues/179#issuecomment-1275596309): >Rotten issues close after 30d of inactivity. >Reopen the issue with `/reopen`. >Mark the issue as fresh with `/remove-lifecycle rotten`. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.