Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ of them assume you have docker running on your local machine.
- [Configuring the Logging Exporters](logging)
- This module contains a fully-functional example of configuring the
OpenTelemetry SDK to use a logging exporter.
- [Exporting Application logs using JSON logging in Kubernetes](logging-k8s-stdout-otlp-json)
- This module demonstrates how to export application logs using JSON logging
in Kubernetes.
- [Using the OpenTelemetry metrics API](metrics)
- This module contains examples of using the OpenTelemetry metrics APIs.
- [Using OpenTelemetry Micrometer shim](micrometer-shim)
Expand Down
Loading