MCPcopy Create free account
hub / github.com/Azure-Samples/llama-index-python / initObservability

Function initObservability

frontend/app/observability/index.ts:4–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import * as LlamaIndex from "llamaindex";
3
4export const initObservability = () => {
5 traceloop.initialize({
6 appName: "llama-app",
7 disableBatch: true,
8 instrumentModules: {
9 llamaIndex: LlamaIndex,
10 },
11 });
12};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected