diff --git a/Monocle_User_Guide.md b/Monocle_User_Guide.md index 734b7a5..7695d65 100644 --- a/Monocle_User_Guide.md +++ b/Monocle_User_Guide.md @@ -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",|| @@ -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|