TraceAnomaly icon indicating copy to clipboard operation
TraceAnomaly copied to clipboard

ISSRE'20: Unsupervised Detection of Microservice Trace Anomalies through Service-Level Deep Bayesian Networks

Results 11 TraceAnomaly issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.5 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...

dependencies

你好,我想问一下每一条trace数据具体代表什么,我注意到提供的数据集的每条trace是890维的,Train-Ticket不是只有41个微服务嘛?

![image](https://user-images.githubusercontent.com/41854310/161943396-4524f4e9-ac1f-4983-b488-2db63b31ce8b.png)

After I pull and run the docker mirror silence1990/docker_for_traceanomaly:latest, it exited with error code 127, and the debug info: "bash: /home/liuping15/research/scripts/start-jupyter.sh: No such file or directory". Could you please tell...

我发现了问题,我错误处理了数据集

Hello, Thanks for sharing the code. Could you please show me how to run TraceAnomaly in GPU? I notice that by default it runs on multiple CPUs. Thanks!

when I start run.sh from tfsnippet.examples.utils import (print_with_title, ImportError: cannot import name 'collect_outputs' from 'tfsnippet.examples.utils' how to fix this problem? thank you

我观察到数据集中提供的数据是编码后的数据,在这里我想问一下作者能否提供原始的服务调用关系以及对应的响应时间的数据,非常感谢!

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.5 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Dear author @traceanomaly @Sahandfer @lizeyan @federicozaiter : Read tarin data: Training set: train_ticket/train.zip, the shape of train data is (100000, 890), what does column 890 mean?Please