Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix:#1575 API Documentation for Metrics SDK and API #1678

Merged
merged 3 commits into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion docs/public/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -799,11 +799,13 @@ INPUT = \
../../api//include/opentelemetry/nostd/string_view.h \
../../api/include/opentelemetry/nostd/unique_ptr.h \
../../api/include/opentelemetry/nostd/variant.h \
../../api/include/opentelemetry/metrics \
../../api/include/opentelemetry/trace \
../../sdk/include/opentelemetry/sdk/instrumentationscope \
../../sdk/include/opentelemetry/sdk/instrumentationlibrary \
../../sdk/include/opentelemetry/sdk/resource \
../../sdk/include/opentelemetry/sdk/trace
../../sdk/include/opentelemetry/sdk/metrics \
../../sdk/include/opentelemetry/sdk/trace \


# This tag can be used to specify the character encoding of the source files
Expand Down
3 changes: 3 additions & 0 deletions docs/public/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ OpenTelemetry C++
otel_docs/namespace_opentelemetry__baggage
otel_docs/namespace_opentelemetry__common
otel_docs/namespace_opentelemetry__context
otel_docs/namespace_opentelemetry__metrics

.. toctree::
:maxdepth: 1
Expand All @@ -35,6 +36,8 @@ OpenTelemetry C++
otel_docs/namespace_opentelemetry__sdk__trace
otel_docs/namespace_opentelemetry__sdk__instrumentationlibrary
otel_docs/namespace_opentelemetry__sdk__resource
otel_docs/namespace_opentelemetry__sdk__metrics


.. toctree::
:maxdepth: 1
Expand Down