File tree Expand file tree Collapse file tree 32 files changed +297
-368
lines changed
opentelemetry-instrumentation-alephalpha
opentelemetry-instrumentation-anthropic
opentelemetry-instrumentation-bedrock
opentelemetry-instrumentation-chromadb
opentelemetry-instrumentation-cohere
opentelemetry-instrumentation-crewai
opentelemetry-instrumentation-google-generativeai
opentelemetry-instrumentation-groq
opentelemetry-instrumentation-haystack
opentelemetry-instrumentation-lancedb
opentelemetry-instrumentation-langchain
opentelemetry-instrumentation-llamaindex
opentelemetry-instrumentation-marqo
opentelemetry-instrumentation-mcp
opentelemetry-instrumentation-milvus
opentelemetry-instrumentation-mistralai
opentelemetry-instrumentation-ollama
opentelemetry-instrumentation-openai-agents
opentelemetry-instrumentation-openai
opentelemetry-instrumentation-pinecone
opentelemetry-instrumentation-qdrant
opentelemetry-instrumentation-replicate
opentelemetry-instrumentation-sagemaker
opentelemetry-instrumentation-together
opentelemetry-instrumentation-transformers
opentelemetry-instrumentation-vertexai
opentelemetry-instrumentation-watsonx
opentelemetry-instrumentation-weaviate
opentelemetry-semantic-conventions-ai Expand file tree Collapse file tree 32 files changed +297
-368
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " nx/presets/npm.json" ,
3
3
"$schema" : " ./node_modules/nx/schemas/nx-schema.json" ,
4
- "plugins" : [" @nxlv/python" ]
4
+ "plugins" : [" @nxlv/python" ],
5
+ "targetDefaults" : {
6
+ "lint" : {
7
+ "executor" : " @nxlv/python:ruff-check" ,
8
+ "options" : {
9
+ "lintFilePatterns" : [
10
+ " **/*.py"
11
+ ]
12
+ }
13
+ },
14
+ "lint:fix" : {
15
+ "executor" : " @nxlv/python:ruff-check" ,
16
+ "options" : {
17
+ "lintFilePatterns" : [
18
+ " **/*.py"
19
+ ],
20
+ "fix" : true
21
+ }
22
+ }
23
+ }
5
24
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"build" : {
27
27
"executor" : " @nxlv/python:build" ,
28
- "outputs" : [" {projectRoot}/dist" ],
28
+ "outputs" : [
29
+ " {projectRoot}/dist"
30
+ ],
29
31
"options" : {
30
32
"outputPath" : " packages/opentelemetry-instrumentation-alephalpha/dist" ,
31
33
"publish" : false ,
43
45
"debug" : false
44
46
}
45
47
},
46
- "lint" : {
47
- "executor" : " @nxlv/python:flake8" ,
48
- "outputs" : [
49
- " {workspaceRoot}/reports/packages/opentelemetry-instrumentation-alephalpha/pylint.txt"
50
- ],
51
- "options" : {
52
- "outputFile" : " reports/packages/opentelemetry-instrumentation-alephalpha/pylint.txt"
53
- }
54
- },
48
+ "lint" : {},
55
49
"test" : {
56
50
"executor" : " @nxlv/python:run-commands" ,
57
51
"outputs" : [
72
66
],
73
67
"cwd" : " packages/opentelemetry-instrumentation-alephalpha"
74
68
}
75
- }
69
+ },
70
+ "lint:fix" : {}
76
71
},
77
- "tags" : [" instrumentation" ]
72
+ "tags" : [
73
+ " instrumentation"
74
+ ]
78
75
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"build" : {
27
27
"executor" : " @nxlv/python:build" ,
28
- "outputs" : [" {projectRoot}/dist" ],
28
+ "outputs" : [
29
+ " {projectRoot}/dist"
30
+ ],
29
31
"options" : {
30
32
"outputPath" : " packages/opentelemetry-instrumentation-anthropic/dist" ,
31
33
"publish" : false ,
43
45
"debug" : false
44
46
}
45
47
},
46
- "lint" : {
47
- "executor" : " @nxlv/python:flake8" ,
48
- "outputs" : [
49
- " {workspaceRoot}/reports/packages/opentelemetry-instrumentation-anthropic/pylint.txt"
50
- ],
51
- "options" : {
52
- "outputFile" : " reports/packages/opentelemetry-instrumentation-anthropic/pylint.txt"
53
- }
54
- },
48
+ "lint" : {},
55
49
"test" : {
56
50
"executor" : " @nxlv/python:run-commands" ,
57
51
"outputs" : [
72
66
],
73
67
"cwd" : " packages/opentelemetry-instrumentation-anthropic"
74
68
}
75
- }
69
+ },
70
+ "lint:fix" : {}
76
71
},
77
- "tags" : [" instrumentation" ]
72
+ "tags" : [
73
+ " instrumentation"
74
+ ]
78
75
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"build" : {
27
27
"executor" : " @nxlv/python:build" ,
28
- "outputs" : [" {projectRoot}/dist" ],
28
+ "outputs" : [
29
+ " {projectRoot}/dist"
30
+ ],
29
31
"options" : {
30
32
"outputPath" : " packages/opentelemetry-instrumentation-bedrock/dist" ,
31
33
"publish" : false ,
43
45
"debug" : false
44
46
}
45
47
},
46
- "lint" : {
47
- "executor" : " @nxlv/python:flake8" ,
48
- "outputs" : [
49
- " {workspaceRoot}/reports/packages/opentelemetry-instrumentation-bedrock/pylint.txt"
50
- ],
51
- "options" : {
52
- "outputFile" : " reports/packages/opentelemetry-instrumentation-bedrock/pylint.txt"
53
- }
54
- },
48
+ "lint" : {},
55
49
"test" : {
56
50
"executor" : " @nxlv/python:run-commands" ,
57
51
"outputs" : [
72
66
],
73
67
"cwd" : " packages/opentelemetry-instrumentation-bedrock"
74
68
}
75
- }
69
+ },
70
+ "lint:fix" : {}
76
71
},
77
- "tags" : [" instrumentation" ]
72
+ "tags" : [
73
+ " instrumentation"
74
+ ]
78
75
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"build" : {
27
27
"executor" : " @nxlv/python:build" ,
28
- "outputs" : [" {projectRoot}/dist" ],
28
+ "outputs" : [
29
+ " {projectRoot}/dist"
30
+ ],
29
31
"options" : {
30
32
"outputPath" : " packages/opentelemetry-instrumentation-chromadb/dist" ,
31
33
"publish" : false ,
43
45
"debug" : false
44
46
}
45
47
},
46
- "lint" : {
47
- "executor" : " @nxlv/python:flake8" ,
48
- "outputs" : [
49
- " {workspaceRoot}/reports/packages/opentelemetry-instrumentation-chromadb/pylint.txt"
50
- ],
51
- "options" : {
52
- "outputFile" : " reports/packages/opentelemetry-instrumentation-chromadb/pylint.txt"
53
- }
54
- },
48
+ "lint" : {},
55
49
"test" : {
56
50
"executor" : " @nxlv/python:run-commands" ,
57
51
"outputs" : [
72
66
],
73
67
"cwd" : " packages/opentelemetry-instrumentation-chromadb"
74
68
}
75
- }
69
+ },
70
+ "lint:fix" : {}
76
71
},
77
- "tags" : [" instrumentation" ]
72
+ "tags" : [
73
+ " instrumentation"
74
+ ]
78
75
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"build" : {
27
27
"executor" : " @nxlv/python:build" ,
28
- "outputs" : [" {projectRoot}/dist" ],
28
+ "outputs" : [
29
+ " {projectRoot}/dist"
30
+ ],
29
31
"options" : {
30
32
"outputPath" : " packages/opentelemetry-instrumentation-cohere/dist" ,
31
33
"publish" : false ,
43
45
"debug" : false
44
46
}
45
47
},
46
- "lint" : {
47
- "executor" : " @nxlv/python:flake8" ,
48
- "outputs" : [
49
- " {workspaceRoot}/reports/packages/opentelemetry-instrumentation-cohere/pylint.txt"
50
- ],
51
- "options" : {
52
- "outputFile" : " reports/packages/opentelemetry-instrumentation-cohere/pylint.txt"
53
- }
54
- },
48
+ "lint" : {},
55
49
"test" : {
56
50
"executor" : " @nxlv/python:run-commands" ,
57
51
"outputs" : [
72
66
],
73
67
"cwd" : " packages/opentelemetry-instrumentation-cohere"
74
68
}
75
- }
69
+ },
70
+ "lint:fix" : {}
76
71
},
77
- "tags" : [" instrumentation" ]
72
+ "tags" : [
73
+ " instrumentation"
74
+ ]
78
75
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"build" : {
27
27
"executor" : " @nxlv/python:build" ,
28
- "outputs" : [" {projectRoot}/dist" ],
28
+ "outputs" : [
29
+ " {projectRoot}/dist"
30
+ ],
29
31
"options" : {
30
32
"outputPath" : " packages/opentelemetry-instrumentation-crewai/dist" ,
31
33
"publish" : false ,
43
45
"debug" : false
44
46
}
45
47
},
46
- "lint" : {
47
- "executor" : " @nxlv/python:flake8" ,
48
- "outputs" : [
49
- " {workspaceRoot}/reports/packages/opentelemetry-instrumentation-crewai/pylint.txt"
50
- ],
51
- "options" : {
52
- "outputFile" : " reports/packages/opentelemetry-instrumentation-crewai/pylint.txt"
53
- }
54
- },
48
+ "lint" : {},
55
49
"test" : {
56
50
"executor" : " @nxlv/python:run-commands" ,
57
51
"outputs" : [
72
66
],
73
67
"cwd" : " packages/opentelemetry-instrumentation-crewai"
74
68
}
75
- }
69
+ },
70
+ "lint:fix" : {}
76
71
},
77
- "tags" : [" instrumentation" ]
72
+ "tags" : [
73
+ " instrumentation"
74
+ ]
78
75
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"build" : {
27
27
"executor" : " @nxlv/python:build" ,
28
- "outputs" : [" {projectRoot}/dist" ],
28
+ "outputs" : [
29
+ " {projectRoot}/dist"
30
+ ],
29
31
"options" : {
30
32
"outputPath" : " packages/opentelemetry-instrumentation-google-generativeai/dist" ,
31
33
"publish" : false ,
43
45
"debug" : false
44
46
}
45
47
},
46
- "lint" : {
47
- "executor" : " @nxlv/python:flake8" ,
48
- "outputs" : [
49
- " {workspaceRoot}/reports/packages/opentelemetry-instrumentation-google-generativeai/pylint.txt"
50
- ],
51
- "options" : {
52
- "outputFile" : " reports/packages/opentelemetry-instrumentation-google-generativeai/pylint.txt"
53
- }
54
- },
48
+ "lint" : {},
55
49
"test" : {
56
50
"executor" : " @nxlv/python:run-commands" ,
57
51
"outputs" : [
72
66
],
73
67
"cwd" : " packages/opentelemetry-instrumentation-google-generativeai"
74
68
}
75
- }
69
+ },
70
+ "lint:fix" : {}
76
71
},
77
- "tags" : [" instrumentation" ]
72
+ "tags" : [
73
+ " instrumentation"
74
+ ]
78
75
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"build" : {
27
27
"executor" : " @nxlv/python:build" ,
28
- "outputs" : [" {projectRoot}/dist" ],
28
+ "outputs" : [
29
+ " {projectRoot}/dist"
30
+ ],
29
31
"options" : {
30
32
"outputPath" : " packages/opentelemetry-instrumentation-groq/dist" ,
31
33
"publish" : false ,
43
45
"debug" : false
44
46
}
45
47
},
46
- "lint" : {
47
- "executor" : " @nxlv/python:flake8" ,
48
- "outputs" : [
49
- " {workspaceRoot}/reports/packages/opentelemetry-instrumentation-groq/pylint.txt"
50
- ],
51
- "options" : {
52
- "outputFile" : " reports/packages/opentelemetry-instrumentation-groq/pylint.txt"
53
- }
54
- },
48
+ "lint" : {},
55
49
"test" : {
56
50
"executor" : " @nxlv/python:run-commands" ,
57
51
"outputs" : [
72
66
],
73
67
"cwd" : " packages/opentelemetry-instrumentation-groq"
74
68
}
75
- }
69
+ },
70
+ "lint:fix" : {}
76
71
},
77
- "tags" : [" instrumentation" ]
72
+ "tags" : [
73
+ " instrumentation"
74
+ ]
78
75
}
Original file line number Diff line number Diff line change 25
25
},
26
26
"build" : {
27
27
"executor" : " @nxlv/python:build" ,
28
- "outputs" : [" {projectRoot}/dist" ],
28
+ "outputs" : [
29
+ " {projectRoot}/dist"
30
+ ],
29
31
"options" : {
30
32
"outputPath" : " packages/opentelemetry-instrumentation-haystack/dist" ,
31
33
"publish" : false ,
43
45
"debug" : false
44
46
}
45
47
},
46
- "lint" : {
47
- "executor" : " @nxlv/python:flake8" ,
48
- "outputs" : [
49
- " {workspaceRoot}/reports/packages/opentelemetry-instrumentation-haystack/pylint.txt"
50
- ],
51
- "options" : {
52
- "outputFile" : " reports/packages/opentelemetry-instrumentation-haystack/pylint.txt"
53
- }
54
- },
48
+ "lint" : {},
55
49
"test" : {
56
50
"executor" : " @nxlv/python:run-commands" ,
57
51
"outputs" : [
72
66
],
73
67
"cwd" : " packages/opentelemetry-instrumentation-haystack"
74
68
}
75
- }
69
+ },
70
+ "lint:fix" : {}
76
71
},
77
- "tags" : [" instrumentation" ]
72
+ "tags" : [
73
+ " instrumentation"
74
+ ]
78
75
}
You can’t perform that action at this time.
0 commit comments