Skip to content

Commit

Permalink
Update banner to use register function (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgilhuly authored Oct 9, 2024
1 parent 80e1199 commit 499db66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
| 🚀 Phoenix Server 🚀
| Phoenix UI: https://{auth}@{endpoint}
|
| Instrument your code with environment variables set to
| PHOENIX_COLLECTOR_ENDPOINT=https://{auth}@{endpoint}
| COLLECTOR_ENDPOINT=https://{auth}@{endpoint}/v1/traces
| Instrument your code with:
| from phoenix.otel import register
| register(endpoint="https://{auth}@{endpoint}/v1/traces")
""".format(auth=values['SECRET'][0:32]+":"+values['SECRET'][32:], endpoint=values['SERVICE_APP_URI'][8:]))

0 comments on commit 499db66

Please sign in to comment.