You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,14 @@
24
24
25
25
LoongCollector is a high-performance, lightweight observability data collector designed for modern cloud-native environments. Born from Alibaba's 15-year journey handling exponential traffic growth and powering tens of millions of deployments, LoongCollector delivers **10x higher throughput** with **80% lower resource usage** compared to open-source alternatives.
26
26
27
+
LoongCollector is a key component of LoongSuite(Alibaba's unified observability data collection suite). LoongSuite includes the following key components:
28
+
29
+
*[LoongCollector](https://github.com/alibaba/loongcollector): universal node agent, which prodivdes log collection, prometheus metric collection, and network and security collection capabilities based on eBPF.
30
+
*[LoongSuite Python Agent](https://github.com/alibaba/loongsuite-python-agent): a process agent providing instrumentaion for python applications.
31
+
*[LoongSuite Go Agent](https://github.com/alibaba/loongsuite-go-agent): a process agent for golang with compile time instrumentation.
32
+
*[LoongSuite Java Agent](https://github.com/alibaba/loongsuite-java-agent): a process agent for Java applications.
33
+
* Other upcoming language agent.
34
+
27
35
### 🚀 Core Advantages
28
36
29
37
-**⚡ High Performance**
@@ -173,9 +181,17 @@ We welcome contributions from the community! Here are some ways you can help:
173
181
-**WeChat/DingTalk**: LoongCollector社区
174
182
175
183
<divalign="center">
176
-
<imgsrc="https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/images/chatgroup/chatgroup.png"alt="Community QR Code"width="300"/>
184
+
<imgsrc="https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/images/chatgroup/chatgroup.png"alt="Community QR Code"width="60%"/>
177
185
</div>
178
186
187
+
### Other LoongSuite components's Community contact information
188
+
189
+
We are looking forward to your feedback and suggestions. You can scan the QR code below to engage with us.
190
+
191
+
| LoongSuite Python SIG | LoongSuite Go SIG | LoongSuite Java SIG |
set(PROVIDER_PATH ${CMAKE_CURRENT_SOURCE_DIR}/provider CACHEPATH"Path to the provider module") # external provider path can be set with -DPROVIDER_PATH
39
40
set(UNITTEST_PATH ${CMAKE_CURRENT_SOURCE_DIR}/unittest CACHEPATH"Path to the unittest module") # external unittest path can be set with -DUNITTEST_PATH
0 commit comments