influxdata / kapacitor

Open source framework for processing, monitoring, and alerting on time series data
MIT License
2.32k stars 492 forks source link

custom anomaly detection #1620

Open baselm opened 7 years ago

baselm commented 7 years ago

Hi, I'm trying to this example in influxdata https://docs.influxdata.com/kapacitor/v1.3/guides/anomaly_detection/ keep falling because the logs are given me an error pen server: open service *udf.Service: failed to load process info for "tTest": error processing request of type info: global name 'udf_pb2' is not defined Any help please

nickolay-github commented 6 years ago

If you did everything as in the guide and downloaded the kapacitor git repo to your work folder, try to use import like this from kapacitor.udf import udf_pb2 instead import kapacitor.udf.udf_pb2