LLMonitor is an open-source observability platform that provides cost and usage analytics, user tracking, tracing and evaluation tools.
Setup
Create an account on llmonitor.com, then copy your new app’stracking id
.
Once you have it, set it as an environment variable by running:
Usage with LLM/Chat models
Usage with chains and agents
Make sure to pass the callback handler to therun
method so that all related chains and llm calls are correctly tracked.
It is also recommended to pass agent_name
in the metadata to be able to distinguish between agents in the dashboard.
Example: