Get deep insights into your cloud-native apps with HoloInsight's low-cost and high-performance monitoring services.
HoloInsight is a cloud-native observability platform with a special focus on real-time log analysis and AI integration. You can check the following documentation for more information.
Requirements:
- docker & docker-compose(>=v1.29 || >=v2) installed
- Linux or Mac environment
To verify whether docker compose is already installed:
# V1
docker-compose version
# V2
docker compose version
Follow the guide in appendix to install docker-compose quickly.
- clone the repo
git clone https://github.com/traas-stack/holoinsight.git --depth 1
- run deploy script
sh ./deploy/examples/docker-compose/up.sh
# Users in China can use the following script for better network access.
# sh ./deploy/examples/docker-compose/up.sh cn
This script will also install an agent inside holoinsight-server container. This usage is only for demonstration and is not applicable to production environment.
- visit holoinsight
visit http://localhost:8080
Check product documentation
Requirements:
-
k8 cluster
-
Linux or Mac environment
-
clone the repo
git clone https://github.com/traas-stack/holoinsight.git --depth 1
- deploy k8s resources
sh ./deploy/examples/k8s/overlays/example/apply.sh
# Users in China can use the following script for better network access.
# sh ./deploy/examples/k8s/overlays/example-cn/apply.sh
Notice: Your k8s user must has the permission to create ClusterRole.
Use following script to uninstall holoinsight from k8s cluster.
# sh ./deploy/examples/k8s/overlays/example/delete.sh
- visit holoinsight
visit http://localhost:8080
Check product documentation
quick install docker-compose V2:
sudo curl -SL https://github.com/docker/compose/releases/download/v2.15.1/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose && sudo chmod a+x /usr/local/bin/docker-compose
Users in China can use the following script for better network access.
docker run --name holoinsight-tools -d registry.cn-hangzhou.aliyuncs.com/holoinsight-examples/tools:latest && \
docker cp holoinsight-tools:/docker-compose . && \
docker rm -f holoinsight-tools
HoloInsight is under Apache License 2.0.
- Contact us via Email: traas_stack@antgroup.com
- WeChat Official Account QR code
- DingTalk group QR code