Skip to content

Commit 00ad327

Browse files
authored
Merge pull request #106725 from lzchen/patch-1
Fix up OpenCensus Python Links
2 parents b6ff614 + ea3cd71 commit 00ad327

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-monitor/app/opencensus-python.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -422,13 +422,14 @@ For more detailed information about how to use queries and logs, see [Logs in Az
422422

423423
* [OpenCensus Python on GitHub](https://github.com/census-instrumentation/opencensus-python)
424424
* [Customization](https://github.com/census-instrumentation/opencensus-python/blob/master/README.rst#customization)
425-
* [Flask integration](https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-flask)
426-
* [Django integration](https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-django)
427-
* [MySQL integration](https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-mysql)
428-
* [PostgreSQL](https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-postgresql)
425+
* [Azure Monitor Exporters on GitHub](https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-azure)
426+
* [OpenCensus Integrations](https://github.com/census-instrumentation/opencensus-python#extensions)
427+
* [Azure Monitor Sample Applications](https://github.com/Azure-Samples/azure-monitor-opencensus-python)
429428

430429
## Next steps
431430

431+
* [Tracking Incoming requests](./../../azure-monitor/app/opencensus-python-dependency.md)
432+
* [Tracking Out-going requests](./../../azure-monitor/app/opencensus-python-request.md)
432433
* [Application map](./../../azure-monitor/app/app-map.md)
433434
* [End-to-end performance monitoring](./../../azure-monitor/learn/tutorial-performance.md)
434435

0 commit comments

Comments
 (0)