forked from alibaba/loongsuite-go-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
137 lines (128 loc) · 3.4 KB
/
.gitignore
File metadata and controls
137 lines (128 loc) · 3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
.idea
.vscode
**/go.sum
**/vendor
otel-go-auto-instrumentation
otelbuild
otelbuild-*
otel
otel-*
*.log
.otel-build
test/errors-test/errors-test
test/errorstest/errorstest
test/helloworld/helloworld
test/httpclient/httpclient
test/flags/flags
test/build/build
test/build/m1
test/build/m2
test/build/default
test/build/foo
otel_rules
otel_pkgdep
loongsuite-go-agent
*_cache
example/demo/demo
test/zap/test_zap
test/gorm/v1.22.0/test_gorm_crud
test/gorm/v1.23.1/test_gorm_crud
test/golog/test_glog
test/grpc/v1.44.0/test_grpc_basic
test/fasthttp/v1.45.0/test_basic_http
test/hertz/v0.10.1/test_hertz_basic
test/world/world
coverage.txt
example/extension/nethttp/demo
example/log/test
test/build/cmd/cmd
ssa.html
otel_pkg
ssa.html
otel_importer.go
test/fiberv2/v2.43.0/fiber_http
test/redis/v9.0.5/test_redis_ring
test/amqp091/v1.10.0/test_mq_cascading
test/amqp091/v1.10.0/test_mq_no_cascading
test/databasesql/mysql/mysql
test/databasesql/mysql/test_access_database
test/databasesql/mysql/test_fetching_database
test/databasesql/mysql/test_modify_data
test/databasesql/mysql/test_prepared_statement
test/databasesql/mysql/test_single_row_query
test/databasesql/mysql/test_transaction
test/gomicro/v5.3.0/test_gomicro
test/redigo/v1.9.0/test_do_commands
test/redigo/v1.9.0/test_executing_commands
test/redigo/v1.9.0/test_transaction
test/redigo/v1.9.0/test_unsupported_commands
test/elasticsearch/v8.5.0/test_es_typedclient
test/elasticsearch/v8.4.0/test_es_crud
test/nacos/v2.0.0/test_nacos_config
test/amqp091/v1.10.0/test_mq_cascading
test/databasesql/mysql/mysql
test/amqp091/v1.10.0/test_mq_no_cascading
test/echo/v4.0.0/test_echo_basic
test/echo/v4.0.0/test_echo_metrics
test/echo/v4.0.0/test_echo_pattern
test/echo/v4.10.0/test_echo_middleware
test/elasticsearch/v8.5.0/test_es_typedclient
test/gomicro/v5.3.0/test_gomicro
test/langchain/v0.1.13/test_agent
test/langchain/v0.1.13/test_chains
test/langchain/v0.1.13/test_embed
test/langchain/v0.1.13/test_llm_generate
test/langchain/v0.1.13/test_llm_ollama
test/langchain/v0.1.13/test_llm_openai
test/langchain/v0.1.13/test_relevant_doc
test/nacos/v2.1.0/test_nacos_config
test/trpc/v1.0.0/test_trpc_basic
test/trpc/v1.0.0/test_trpc_metrics
test/zap/test_zap_with_field
test/nethttp/nethttp
test/redigo/v1.9.0/redigo
test/redis/v8.11.0/test_redis_ring
test/redis/v8.11.0/v8.11.0
test/redis/v9.0.5/test_executing_commands
test/redis/v9.0.5/v9.0.5
test/nacos/v2.0.0/test_nacos_config
test/nacos/v2.1.0/test_nacos_config
test/nethttp/nethttp
test/redigo/v1.9.0/redigo
test/redigo/v1.9.0/test_do_commands
test/redigo/v1.9.0/test_executing_commands
test/redigo/v1.9.0/test_transaction
test/redigo/v1.9.0/test_unsupported_commands
test/redis/v8.11.0/test_redis_ring
test/redis/v8.11.0/v8.11.0
test/redis/v9.0.5/test_executing_commands
test/redis/v9.0.5/v9.0.5
test/trpc/v1.0.0/test_trpc_basic
test/trpc/v1.0.0/test_trpc_metrics
test/zap/test_zap_with_field
tool/data/alibaba-pkg.gz
test/custom/custom
example/sqlinject/sqlinjectdemo
pkg_tmp
alibaba-pkg.gz
test/gocql/v1.3.0/test_gocql_crud
# Ollama test binaries
test/ollama/*/test_*
!test/ollama/*/test_*.go
# OpenTelemetry collector binaries
test/ollama/*/otelcol
test/ollama/*/*.tar.gz
# Temporary documentation files
*_REVIEW.md
*_FIXES.md
test/ollama/*/README.md
otel.runtime.go
*.so
test/sharedlib/sharedlib
example/nethttp/demo
test/dependencies/main
node_modules
docs/.vitepress/dist
docs/.vitepress/cache
test/build/go.work.sum
test/dubbo/v3.3.0/test_dubbo_basic