Skip to content

Commit

Permalink
Merge pull request #28 from monocle2ai/raanne/fix_user_guide
Browse files Browse the repository at this point in the history
Updated user guide to reflect the monocle setup call
  • Loading branch information
oi-raanne authored Aug 16, 2024
2 parents 98188db + 126380a commit 039f165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Monocle_User_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Monocle generates spans which adhere to [Tracing API | OpenTelemetry](https://op
| Span JSON | Description |
| ------------- | ------------- |
| {||
| "```name```": "langchain.workflow",|span name and is configurable in [__init.py__](src/monocle_apptrace/langchain/__init__.py) or in ```setup_okahu_telemetry(...)```|
| "```name```": "langchain.workflow",|span name and is configurable in [__init.py__](src/monocle_apptrace/langchain/__init__.py) or in ```setup_monocle_telemetry(...)```|
| "```context```": {|this gets autogenerated|
|   "```trace_id```": "0xe5269f0e534efa098b240f974220d6b7",||
|   "```span_id```": "0x30b13075eca52f44",||
Expand All @@ -136,7 +136,7 @@ Monocle generates spans which adhere to [Tracing API | OpenTelemetry](https://op
|  "```status_code```": "UNSET"| status of span to OK or ERROR. Default is UNSET|
|  },||
|"```attributes```": {||
|  "workflow_name": "ml_rag_app",|defines the name of the service being set in ```setup_okahu_telemetry(...)``` during initialization of instrumentation|
|  "workflow_name": "ml_rag_app",|defines the name of the service being set in ```setup_monocle_telemetry(...)``` during initialization of instrumentation|
|  "workflow_type": "workflow.langchain"|type of framework that generated this span|
|  },||
|"```events```": [|captures the log records|
Expand Down

0 comments on commit 039f165

Please sign in to comment.