File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 19
19
## Application Insights
20
20
21
21
- [ Application Insights の概要 - OpenTelemetry の可観測性] ( https://learn.microsoft.com/ja-jp/azure/azure-monitor/app/app-insights-overview )
22
+ - [ open-telemetry/opentelemetry-python > Basic Trace] ( https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/basic_tracer )
22
23
- [ FastAPI のテレメトリデータを Azure Application Insights に送る] ( https://qiita.com/hoto17296/items/2f366dfabdbe3d1d4e97 )
23
24
- [ 【Azure Functions】 - Application Insights のログが表示されない問題] ( https://zenn.dev/headwaters/articles/ff19f7e1b99b44 )
24
25
- [ opentelemetry-instrumentation-fastapi (python) から OpenTelemetry に入門する] ( https://zenn.dev/taxin/articles/opentelemetry-fast-api-instrumentation-basics )
Original file line number Diff line number Diff line change @@ -54,3 +54,7 @@ show_missing = true
54
54
55
55
[tool .ty ]
56
56
environment = { python-version = " 3.10" }
57
+
58
+ [tool .ty .rules ]
59
+ unresolved-attribute = " ignore" # Ignore unresolved attributes in classes
60
+ possibly-unbound-attribute = " ignore" # Ignore possibly unbound attributes in classes
You can’t perform that action at this time.
0 commit comments