Skip to content

Commit

Permalink
fix another url
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Apr 9, 2024
1 parent 1c3fdef commit 0cd30f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tabs:
api:
display-name: Dashboard API
icon: "fa-duotone fa-webhook"

slug: dashboard-api
navigation:
- tab: docs
layout:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can decide to selectively enable or disable prompt logging for specific user

<Tabs>
<Tab title="Using the Traceloop Platform">
We have an API to enable content tracing for specific users, as defined by [association entities](/docs/openllmetry/tracing/associating-entities-with-traces). See the [Traceloop API documentation](/dashboard-api/endpoints) for more information.
We have an API to enable content tracing for specific users, as defined by [association entities](/docs/openllmetry/tracing/associating-entities-with-traces). See the [Traceloop API documentation](/docs/dashboard-api/endpoints) for more information.
</Tab>
<Tab title="Without the Traceloop Platform">
Set a key called `override_enable_content_tracing` in the OpenTelemetry context to `True` right before making the LLM call you want to trace with prompts. This will create a new context that will instruct instrumentations to log prompts and completions as span attributes.
Expand Down

0 comments on commit 0cd30f2

Please sign in to comment.