File tree Expand file tree Collapse file tree 32 files changed +559
-94
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 +559
-94
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
- "prepare" : " husky"
6
+ "prepare" : " husky" ,
7
+ "lint" : " nx run-many --target=lint" ,
8
+ "lint:fix" : " nx run-many --target=lint:fix"
7
9
},
8
10
"private" : true ,
9
11
"devDependencies" : {
16
18
" packages/*"
17
19
],
18
20
"lint-staged" : {
19
- "**/*.py" : " npx nx affected --target=lint -- -- fix"
21
+ "**/*.py" : " npx nx affected --target=lint: fix"
20
22
}
21
23
}
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 ,
46
48
"lint" : {
47
49
"executor" : " @nxlv/python:ruff-check" ,
48
50
"options" : {
49
- "lintFilePatterns" : [" **/*.py" ],
51
+ "lintFilePatterns" : [
52
+ " **/*.py"
53
+ ],
50
54
"fix" : false
51
55
}
52
56
},
70
74
],
71
75
"cwd" : " packages/opentelemetry-instrumentation-alephalpha"
72
76
}
77
+ },
78
+ "lint:fix" : {
79
+ "executor" : " @nxlv/python:ruff-check" ,
80
+ "options" : {
81
+ "lintFilePatterns" : [
82
+ " **/*.py"
83
+ ],
84
+ "fix" : true
85
+ }
73
86
}
74
87
},
75
- "tags" : [" instrumentation" ]
88
+ "tags" : [
89
+ " instrumentation"
90
+ ]
76
91
}
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 ,
46
48
"lint" : {
47
49
"executor" : " @nxlv/python:ruff-check" ,
48
50
"options" : {
49
- "lintFilePatterns" : [" **/*.py" ],
51
+ "lintFilePatterns" : [
52
+ " **/*.py"
53
+ ],
50
54
"fix" : false
51
55
}
52
56
},
70
74
],
71
75
"cwd" : " packages/opentelemetry-instrumentation-anthropic"
72
76
}
77
+ },
78
+ "lint:fix" : {
79
+ "executor" : " @nxlv/python:ruff-check" ,
80
+ "options" : {
81
+ "lintFilePatterns" : [
82
+ " **/*.py"
83
+ ],
84
+ "fix" : true
85
+ }
73
86
}
74
87
},
75
- "tags" : [" instrumentation" ]
88
+ "tags" : [
89
+ " instrumentation"
90
+ ]
76
91
}
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 ,
46
48
"lint" : {
47
49
"executor" : " @nxlv/python:ruff-check" ,
48
50
"options" : {
49
- "lintFilePatterns" : [" **/*.py" ],
51
+ "lintFilePatterns" : [
52
+ " **/*.py"
53
+ ],
50
54
"fix" : false
51
55
}
52
56
},
70
74
],
71
75
"cwd" : " packages/opentelemetry-instrumentation-bedrock"
72
76
}
77
+ },
78
+ "lint:fix" : {
79
+ "executor" : " @nxlv/python:ruff-check" ,
80
+ "options" : {
81
+ "lintFilePatterns" : [
82
+ " **/*.py"
83
+ ],
84
+ "fix" : true
85
+ }
73
86
}
74
87
},
75
- "tags" : [" instrumentation" ]
88
+ "tags" : [
89
+ " instrumentation"
90
+ ]
76
91
}
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 ,
46
48
"lint" : {
47
49
"executor" : " @nxlv/python:ruff-check" ,
48
50
"options" : {
49
- "lintFilePatterns" : [" **/*.py" ],
51
+ "lintFilePatterns" : [
52
+ " **/*.py"
53
+ ],
50
54
"fix" : false
51
55
}
52
56
},
70
74
],
71
75
"cwd" : " packages/opentelemetry-instrumentation-chromadb"
72
76
}
77
+ },
78
+ "lint:fix" : {
79
+ "executor" : " @nxlv/python:ruff-check" ,
80
+ "options" : {
81
+ "lintFilePatterns" : [
82
+ " **/*.py"
83
+ ],
84
+ "fix" : true
85
+ }
73
86
}
74
87
},
75
- "tags" : [" instrumentation" ]
88
+ "tags" : [
89
+ " instrumentation"
90
+ ]
76
91
}
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 ,
46
48
"lint" : {
47
49
"executor" : " @nxlv/python:ruff-check" ,
48
50
"options" : {
49
- "lintFilePatterns" : [" **/*.py" ],
51
+ "lintFilePatterns" : [
52
+ " **/*.py"
53
+ ],
50
54
"fix" : false
51
55
}
52
56
},
70
74
],
71
75
"cwd" : " packages/opentelemetry-instrumentation-cohere"
72
76
}
77
+ },
78
+ "lint:fix" : {
79
+ "executor" : " @nxlv/python:ruff-check" ,
80
+ "options" : {
81
+ "lintFilePatterns" : [
82
+ " **/*.py"
83
+ ],
84
+ "fix" : true
85
+ }
73
86
}
74
87
},
75
- "tags" : [" instrumentation" ]
88
+ "tags" : [
89
+ " instrumentation"
90
+ ]
76
91
}
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 ,
46
48
"lint" : {
47
49
"executor" : " @nxlv/python:ruff-check" ,
48
50
"options" : {
49
- "lintFilePatterns" : [" **/*.py" ],
51
+ "lintFilePatterns" : [
52
+ " **/*.py"
53
+ ],
50
54
"fix" : false
51
55
}
52
56
},
70
74
],
71
75
"cwd" : " packages/opentelemetry-instrumentation-crewai"
72
76
}
77
+ },
78
+ "lint:fix" : {
79
+ "executor" : " @nxlv/python:ruff-check" ,
80
+ "options" : {
81
+ "lintFilePatterns" : [
82
+ " **/*.py"
83
+ ],
84
+ "fix" : true
85
+ }
73
86
}
74
87
},
75
- "tags" : [" instrumentation" ]
88
+ "tags" : [
89
+ " instrumentation"
90
+ ]
76
91
}
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 ,
46
48
"lint" : {
47
49
"executor" : " @nxlv/python:ruff-check" ,
48
50
"options" : {
49
- "lintFilePatterns" : [" **/*.py" ],
51
+ "lintFilePatterns" : [
52
+ " **/*.py"
53
+ ],
50
54
"fix" : false
51
55
}
52
56
},
70
74
],
71
75
"cwd" : " packages/opentelemetry-instrumentation-google-generativeai"
72
76
}
77
+ },
78
+ "lint:fix" : {
79
+ "executor" : " @nxlv/python:ruff-check" ,
80
+ "options" : {
81
+ "lintFilePatterns" : [
82
+ " **/*.py"
83
+ ],
84
+ "fix" : true
85
+ }
73
86
}
74
87
},
75
- "tags" : [" instrumentation" ]
88
+ "tags" : [
89
+ " instrumentation"
90
+ ]
76
91
}
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 ,
46
48
"lint" : {
47
49
"executor" : " @nxlv/python:ruff-check" ,
48
50
"options" : {
49
- "lintFilePatterns" : [" **/*.py" ],
51
+ "lintFilePatterns" : [
52
+ " **/*.py"
53
+ ],
50
54
"fix" : false
51
55
}
52
56
},
70
74
],
71
75
"cwd" : " packages/opentelemetry-instrumentation-groq"
72
76
}
77
+ },
78
+ "lint:fix" : {
79
+ "executor" : " @nxlv/python:ruff-check" ,
80
+ "options" : {
81
+ "lintFilePatterns" : [
82
+ " **/*.py"
83
+ ],
84
+ "fix" : true
85
+ }
73
86
}
74
87
},
75
- "tags" : [" instrumentation" ]
88
+ "tags" : [
89
+ " instrumentation"
90
+ ]
76
91
}
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 ,
46
48
"lint" : {
47
49
"executor" : " @nxlv/python:ruff-check" ,
48
50
"options" : {
49
- "lintFilePatterns" : [" **/*.py" ],
51
+ "lintFilePatterns" : [
52
+ " **/*.py"
53
+ ],
50
54
"fix" : false
51
55
}
52
56
},
70
74
],
71
75
"cwd" : " packages/opentelemetry-instrumentation-haystack"
72
76
}
77
+ },
78
+ "lint:fix" : {
79
+ "executor" : " @nxlv/python:ruff-check" ,
80
+ "options" : {
81
+ "lintFilePatterns" : [
82
+ " **/*.py"
83
+ ],
84
+ "fix" : true
85
+ }
73
86
}
74
87
},
75
- "tags" : [" instrumentation" ]
88
+ "tags" : [
89
+ " instrumentation"
90
+ ]
76
91
}
You can’t perform that action at this time.
0 commit comments