File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ include = [
203
203
" instrumentation-genai/opentelemetry-instrumentation-langchain" ,
204
204
" instrumentation-genai/opentelemetry-instrumentation-weaviate" ,
205
205
" util/opentelemetry-util-genai" ,
206
+ " opamp/opentelemetry-opamp-client" ,
206
207
]
207
208
# We should also add type hints to the test suite - It helps on finding bugs.
208
209
# We are excluding for now because it's easier, and more important to add to the instrumentation packages.
@@ -217,4 +218,6 @@ exclude = [
217
218
" instrumentation-genai/opentelemetry-instrumentation-weaviate/tests/**/*.py" ,
218
219
" instrumentation-genai/opentelemetry-instrumentation-weaviate/examples/**/*.py" ,
219
220
" util/opentelemetry-util-genai/tests/**/*.py" ,
221
+ " opamp/opentelemetry-opamp-client/tests/**/*.py" ,
222
+ " opamp/opentelemetry-opamp-client/src/opentelemetry/*/proto/*.py" ,
220
223
]
You can’t perform that action at this time.
0 commit comments