We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0affb82 commit d3f4ce9Copy full SHA for d3f4ce9
_template/pyproject.toml
@@ -35,7 +35,7 @@ dependencies = [
35
[project.entry-points.opentelemetry_instrumentor]
36
# REPLACE ME: the entrypoint for the instrumentor e.g
37
# sqlalchemy = "opentelemetry.instrumentation.sqlalchemy:SQLAlchemyInstrumentor"
38
-<REPLACE ME> = "opentelemetry.instrumentation.<REPLACE>"
+REPLACE_ME = "opentelemetry.instrumentation.<REPLACE>"
39
40
[project.urls]
41
# url of the instrumentation e.g
pyproject.toml
@@ -3,8 +3,8 @@
3
target-version = "py38"
4
line-length = 79
5
extend-exclude = [
6
- "*_pb2*.py*",
7
"_template",
+ "*_pb2*.py*",
8
]
9
output-format = "concise"
10
0 commit comments