{"id":57880,"date":"2026-07-16T15:53:48","date_gmt":"2026-07-16T05:53:48","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/"},"modified":"2026-07-16T15:55:15","modified_gmt":"2026-07-16T05:55:15","slug":"monitoring-claude-code-and-agent-activity-with-opentelemetry","status":"publish","type":"post","link":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/","title":{"rendered":"Monitoring Claude Code and Agent Activity With OpenTelemetry"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this blog post Monitoring Claude Code and Agent Activity With OpenTelemetry we will look at how business and technology leaders can keep visibility over AI coding activity before costs, security risks, or poor governance quietly get out of hand.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">If your developers are already using Claude Code, or if you are planning to introduce AI agents into software delivery, the uncomfortable question is not whether the tool is powerful. It is whether you can see what it is doing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For many mid-market organisations, AI coding tools start as a productivity experiment. A few developers use them to fix bugs, write tests, update scripts, or modernise old code. Then usage spreads quickly, the monthly bill rises, and nobody can clearly answer which teams are using it, what it is changing, how much it costs, or whether risky actions are being approved properly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That is where OpenTelemetry comes in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What OpenTelemetry means in plain English<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">OpenTelemetry, often shortened to OTel, is an open standard for collecting operational data from software. In simpler terms, it is a common language for sending useful monitoring information from one system to another.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Instead of each tool having its own reporting format, OpenTelemetry lets Claude Code and agent workflows send data to the monitoring platforms your IT team may already use, such as Grafana, Datadog, Honeycomb, Langfuse, SigNoz, Microsoft-aligned observability tooling, or a self-managed OpenTelemetry Collector.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For Claude Code, this can include three practical types of information:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n <li><strong>Metrics<\/strong>, which are numbers over time, such as token usage, estimated cost, session count, or tool decisions.<\/li>\n <li><strong>Logs<\/strong>, which are structured records of events, such as prompts, tool results, API errors, or failed actions.<\/li>\n <li><strong>Traces<\/strong>, which show the journey of a request, including model calls, tool calls, delays, failures, and hand-offs.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If you are a CIO or CTO, you do not need to become an observability engineer. The important idea is this: OpenTelemetry gives you the evidence layer for AI agent activity. It helps answer, \u201cWhat happened, who triggered it, what did it cost, and did it stay inside our rules?\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This builds naturally on the governance questions we covered in Designing Secure Tool Use for Claude Agents in Business Systems. Controls decide what an agent is allowed to do. Monitoring proves what it actually did.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The business problem is not lack of AI adoption<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most organisations are no longer asking whether AI can help developers. They are asking whether AI can be adopted safely, affordably, and consistently.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A 150-person business might have a small internal development team maintaining customer portals, reporting tools, automations, integrations, and legacy systems. Claude Code can help that team move faster, especially when used well. But without monitoring, leaders are left guessing.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n <li>Which developers or teams are using Claude Code the most?<\/li>\n <li>Which projects are consuming the most tokens and cost?<\/li>\n <li>Are agents repeatedly failing and retrying expensive tasks?<\/li>\n <li>Are tools being used to edit files, run commands, or connect to business systems?<\/li>\n <li>Can the organisation produce an audit trail if something goes wrong?<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These are not technical vanity metrics. They affect budgets, security, compliance, and productivity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Claude Code monitoring matters for decision-makers<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. You can control AI spend before it becomes a surprise<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">AI coding tools can feel inexpensive at the start. The problem is that cost often grows quietly as more people use them, as context windows get larger, and as agents run longer tasks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">OpenTelemetry helps you track token usage, estimated cost, sessions, and activity by team or environment. Tokens are the pieces of text an AI model reads and writes. More tokens usually means more cost.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a business leader, the outcome is simple: you can move from \u201cAI spend feels high\u201d to \u201cthese three workflows are driving 68 percent of our usage, and this one is worth optimising.\u201d<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. You can spot productivity gains that are real, not anecdotal<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Developers may say Claude Code saves time, and often they are right. But leadership still needs evidence before expanding licences, changing delivery practices, or building agent workflows into production processes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Monitoring can show session volume, tool activity, error rates, successful completions, and time spent waiting on model responses. Combined with delivery metrics such as pull requests, incident reduction, or cycle time, this helps build a more honest view of return on investment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This extends the adoption and ROI thinking from Why Claude Code Is Suddenly on Every CIO\u2019s Radar in 2026. The next step after adoption is measurement.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. You can reduce security risk from agent tool use<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Claude Code becomes much more powerful when it can use tools. That might include reading files, editing code, running tests, calling internal APIs, or working with developer systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That power needs visibility. If an agent attempts a risky command, connects to an unexpected tool, or repeatedly fails on a sensitive task, your team should know quickly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">OpenTelemetry does not replace access control. It complements it. Think of it like CCTV for your AI development workflows: it does not stop every bad decision by itself, but it gives your team the evidence to detect, investigate, and improve controls.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. You can support governance and compliance conversations<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Australian organisations are under increasing pressure to demonstrate that systems are controlled, monitored, and recoverable. The Essential 8, the Australian government\u2019s cybersecurity framework that many organisations are now expected to align with, is not specifically about AI coding agents. But its themes are very relevant: control access, patch systems, restrict risky actions, log activity, and recover from incidents.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If AI agents are touching code, infrastructure scripts, identity systems, or business data, leaders need an audit trail. OpenTelemetry can help provide that operational record.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For boards and executives, this changes the conversation from \u201ctrust us, the developers are using AI responsibly\u201d to \u201cwe have controls, logs, reporting, and review processes.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How the technology works behind the scenes<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Claude Code can export telemetry using environment variables. Environment variables are simple configuration settings passed to software when it starts. They tell Claude Code whether to send monitoring data, what type of data to send, and where to send it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A basic setup might look like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>export CLAUDE_CODE_ENABLE_TELEMETRY=1\nexport OTEL_METRICS_EXPORTER=otlp\nexport OTEL_LOGS_EXPORTER=otlp\nexport OTEL_EXPORTER_OTLP_PROTOCOL=grpc\nexport OTEL_EXPORTER_OTLP_ENDPOINT=http:\/\/localhost:4317\nexport OTEL_METRIC_EXPORT_INTERVAL=10000\nexport OTEL_LOGS_EXPORT_INTERVAL=5000\n\nclaude<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">In plain English, this says:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n <li>Turn Claude Code telemetry on.<\/li>\n <li>Send metrics and logs using OTLP, the OpenTelemetry Protocol.<\/li>\n <li>Use gRPC, a fast communication method commonly used between services.<\/li>\n <li>Send the data to a local collector on port 4317.<\/li>\n <li>Export metrics every 10 seconds and logs every 5 seconds during testing.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In production, you would usually avoid every developer manually setting this up. Administrators can centrally manage settings so telemetry is applied consistently across teams. For organisations already using Microsoft Intune, which manages and secures company devices, this can be part of a broader endpoint management approach.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The role of the OpenTelemetry Collector<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The OpenTelemetry Collector is a small service that receives monitoring data, processes it, and forwards it to the right destination. Think of it as a switchboard for telemetry.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Instead of every laptop, server, or agent sending data directly to multiple systems, Claude Code can send data to the collector. The collector can then forward metrics to a dashboard, logs to a security platform, and traces to an observability tool.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A simplified collector configuration may look like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>receivers:\n otlp:\n protocols:\n grpc:\n endpoint: 0.0.0.0:4317\n http:\n endpoint: 0.0.0.0:4318\n\nprocessors:\n batch:\n\nexporters:\n logging:\n verbosity: basic\n otlp:\n endpoint: your-observability-platform:4317\n tls:\n insecure: false\n\nservice:\n pipelines:\n metrics:\n receivers: [otlp]\n processors: [batch]\n exporters: [otlp]\n logs:\n receivers: [otlp]\n processors: [batch]\n exporters: [otlp]<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This is not something most executives need to configure themselves. But it is worth understanding the pattern. Claude Code produces the evidence. OpenTelemetry carries it. The collector routes it. Your dashboards and alerts turn it into decisions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What should you actually monitor?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The mistake many organisations make is collecting everything and reviewing nothing. A better approach is to start with a small set of questions that matter to the business.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Cost visibility<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n <li>Total Claude Code usage by day, week, and month.<\/li>\n <li>Estimated cost by team, project, model, or environment.<\/li>\n <li>High-cost sessions that may indicate inefficient prompts or runaway agent loops.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Adoption and productivity<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n <li>Active users and sessions over time.<\/li>\n <li>Tool usage patterns, such as file edits, searches, test runs, and code changes.<\/li>\n <li>Failed sessions or repeated retries that slow teams down.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Security and governance<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n <li>Use of sensitive tools or commands.<\/li>\n <li>Agent activity in production repositories or high-risk systems.<\/li>\n <li>Permission changes, failed tool attempts, and unusual access patterns.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Reliability<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n <li>API errors and timeouts.<\/li>\n <li>Slow model responses.<\/li>\n <li>Trace data showing where agent workflows break down.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This is especially important when moving from individual Claude Code use to production-grade agents, which we explored in Building Production AI Agents With Claude API and Agent SDKs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A practical example<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Consider a 220-person professional services company with a 12-person technology team. Developers are using Claude Code to maintain internal applications, automate reporting, and update integration code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At first, management sees faster delivery. Then the finance team notices AI costs increasing each month. The CTO also worries that agents may be interacting with scripts connected to client data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By adding OpenTelemetry monitoring, the company can see that most cost is coming from two long-running workflows. One is genuinely valuable because it reduces manual testing effort. The other is repeatedly retrying because the agent lacks the right project context.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The result is practical, not theoretical. The team improves the prompt and repository instructions, reduces wasted usage, creates alerts for unusually long sessions, and limits sensitive tool access. Spend drops, delivery stays fast, and the CTO has a defensible governance story.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How CloudProInc approaches this with clients<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">At CloudProInc, we usually recommend starting small. Do not build a giant AI monitoring program before you understand how teams are actually using the tools.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A sensible first phase looks like this:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n <li><strong>Define the business questions.<\/strong> What do you need to know about cost, risk, productivity, and compliance?<\/li>\n <li><strong>Enable telemetry for a pilot group.<\/strong> Start with one development team or one agent workflow.<\/li>\n <li><strong>Route data to a trusted platform.<\/strong> Use an OpenTelemetry Collector and connect it to your preferred monitoring or security tools.<\/li>\n <li><strong>Create simple dashboards.<\/strong> Focus on spend, usage, errors, tool activity, and high-risk events.<\/li>\n <li><strong>Set alert thresholds.<\/strong> Flag unusual cost spikes, repeated failures, or risky tool behaviour.<\/li>\n <li><strong>Review monthly.<\/strong> Use the data to improve policies, prompts, access controls, and training.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Because CloudProInc works across Microsoft 365, Azure, Intune, Defender, Wiz, OpenAI, and Claude, we tend to look at AI monitoring as part of the wider security and operations picture. Claude Code telemetry should not sit in a separate reporting island. It should connect to how your business already manages devices, identities, cloud platforms, and security events.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The key takeaway<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Claude Code and AI agents can help teams move faster, but speed without visibility creates new problems. Costs become hard to explain. Security teams lose confidence. Leaders struggle to prove whether AI investment is paying off.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">OpenTelemetry gives you a practical way to monitor what matters: usage, cost, tool activity, failures, and agent behaviour. It turns AI adoption from a hopeful experiment into something measurable and manageable.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are using Claude Code, building Claude agents, or considering AI-assisted development in your organisation, now is the time to put the monitoring layer in place. It is much easier to design visibility early than to reconstruct what happened after an incident or budget surprise.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are not sure whether your current AI setup gives you enough visibility, CloudProInc can help you assess it. We are a Melbourne-based Microsoft Partner and Wiz Security Integrator with 20+ years of enterprise IT experience, and we are happy to take a practical look at your environment \u2014 no pressure, no jargon, just clear advice.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Claude Code can move fast, but leaders need visibility. Here is how OpenTelemetry helps monitor cost, risk, productivity, and agent behaviour without slowing teams down.<\/p>\n","protected":false},"author":1,"featured_media":57887,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"Monitoring Claude Code and Agent Activity With OpenTelemetry","_yoast_wpseo_opengraph-description":"Learn how OpenTelemetry monitoring gives leaders visibility into agent activity, AI coding costs, security risks, and governance before issues escalate.","_yoast_wpseo_twitter-title":"Monitoring Claude Code and Agent Activity With OpenTelemetry","_yoast_wpseo_twitter-description":"Learn how OpenTelemetry monitoring gives leaders visibility into agent activity, AI coding costs, security risks, and governance before issues escalate.","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[114,121,13,105],"tags":[],"class_list":["post-57880","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-coding-agents","category-ai-governance-risk-management","category-blog","category-claude-code"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Monitoring Claude Code and Agent Activity With OpenTelemetry<\/title>\n<meta name=\"description\" content=\"Learn how OpenTelemetry monitoring gives leaders visibility into agent activity, AI coding costs, security risks, and governance before issues escalate.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Monitoring Claude Code and Agent Activity With OpenTelemetry\" \/>\n<meta property=\"og:description\" content=\"Learn how OpenTelemetry monitoring gives leaders visibility into agent activity, AI coding costs, security risks, and governance before issues escalate.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-16T05:53:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-16T05:55:15+00:00\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Monitoring Claude Code and Agent Activity With OpenTelemetry\" \/>\n<meta name=\"twitter:description\" content=\"Learn how OpenTelemetry monitoring gives leaders visibility into agent activity, AI coding costs, security risks, and governance before issues escalate.\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CPI Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"Monitoring Claude Code and Agent Activity With OpenTelemetry\",\"datePublished\":\"2026-07-16T05:53:48+00:00\",\"dateModified\":\"2026-07-16T05:55:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/\"},\"wordCount\":1893,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry.png\",\"articleSection\":[\"AI Coding Agents\",\"AI Governance &amp; Risk Management\",\"Blog\",\"Claude Code\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/\",\"name\":\"Monitoring Claude Code and Agent Activity With OpenTelemetry\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry.png\",\"datePublished\":\"2026-07-16T05:53:48+00:00\",\"dateModified\":\"2026-07-16T05:55:15+00:00\",\"description\":\"Learn how OpenTelemetry monitoring gives leaders visibility into agent activity, AI coding costs, security risks, and governance before issues escalate.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/16\\\/monitoring-claude-code-and-agent-activity-with-opentelemetry\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Monitoring Claude Code and Agent Activity With OpenTelemetry\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\",\"name\":\"CPI Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"caption\":\"CPI Staff\"},\"sameAs\":[\"http:\\\/\\\/www.cloudproinc.com.au\"],\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Monitoring Claude Code and Agent Activity With OpenTelemetry","description":"Learn how OpenTelemetry monitoring gives leaders visibility into agent activity, AI coding costs, security risks, and governance before issues escalate.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/","og_locale":"en_US","og_type":"article","og_title":"Monitoring Claude Code and Agent Activity With OpenTelemetry","og_description":"Learn how OpenTelemetry monitoring gives leaders visibility into agent activity, AI coding costs, security risks, and governance before issues escalate.","og_url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/","og_site_name":"CPI Consulting","article_published_time":"2026-07-16T05:53:48+00:00","article_modified_time":"2026-07-16T05:55:15+00:00","author":"CPI Staff","twitter_card":"summary_large_image","twitter_title":"Monitoring Claude Code and Agent Activity With OpenTelemetry","twitter_description":"Learn how OpenTelemetry monitoring gives leaders visibility into agent activity, AI coding costs, security risks, and governance before issues escalate.","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/#article","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/"},"author":{"name":"CPI Staff","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"Monitoring Claude Code and Agent Activity With OpenTelemetry","datePublished":"2026-07-16T05:53:48+00:00","dateModified":"2026-07-16T05:55:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/"},"wordCount":1893,"commentCount":0,"publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/monitoring-claude-code-and-agent-activity-with-opentelemetry.png","articleSection":["AI Coding Agents","AI Governance &amp; Risk Management","Blog","Claude Code"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/","url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/","name":"Monitoring Claude Code and Agent Activity With OpenTelemetry","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/monitoring-claude-code-and-agent-activity-with-opentelemetry.png","datePublished":"2026-07-16T05:53:48+00:00","dateModified":"2026-07-16T05:55:15+00:00","description":"Learn how OpenTelemetry monitoring gives leaders visibility into agent activity, AI coding costs, security risks, and governance before issues escalate.","breadcrumb":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/#primaryimage","url":"\/wp-content\/uploads\/2026\/07\/monitoring-claude-code-and-agent-activity-with-opentelemetry.png","contentUrl":"\/wp-content\/uploads\/2026\/07\/monitoring-claude-code-and-agent-activity-with-opentelemetry.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/monitoring-claude-code-and-agent-activity-with-opentelemetry\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"Monitoring Claude Code and Agent Activity With OpenTelemetry"}]},{"@type":"WebSite","@id":"https:\/\/www.cloudproinc.com.au\/#website","url":"https:\/\/www.cloudproinc.com.au\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cloudproinc.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cloudproinc.com.au\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/www.cloudproinc.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e","name":"CPI Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","caption":"CPI Staff"},"sameAs":["http:\/\/www.cloudproinc.com.au"],"url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2026\/07\/monitoring-claude-code-and-agent-activity-with-opentelemetry.png","jetpack-related-posts":[{"id":57733,"url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/07\/02\/github-copilot-claude-code-or-gemini-agents-for-tech-teams\/","url_meta":{"origin":57880,"position":0},"title":"GitHub Copilot Claude Code or Gemini Agents for Tech Teams","author":"CPI Staff","date":"July 2, 2026","format":false,"excerpt":"A practical guide for CIOs and CTOs choosing the right AI coding stack for productivity, governance, security and cost control.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/github-copilot-claude-code-or-gemini-agents-for-tech-teams.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/github-copilot-claude-code-or-gemini-agents-for-tech-teams.png 1x, \/wp-content\/uploads\/2026\/07\/github-copilot-claude-code-or-gemini-agents-for-tech-teams.png 1.5x, \/wp-content\/uploads\/2026\/07\/github-copilot-claude-code-or-gemini-agents-for-tech-teams.png 2x, \/wp-content\/uploads\/2026\/07\/github-copilot-claude-code-or-gemini-agents-for-tech-teams.png 3x, \/wp-content\/uploads\/2026\/07\/github-copilot-claude-code-or-gemini-agents-for-tech-teams.png 4x"},"classes":[]},{"id":57389,"url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/04\/02\/anthropics-claude-code-leak-just-changed-the-business-case-for-ai-coding-tools\/","url_meta":{"origin":57880,"position":1},"title":"Anthropic&#8217;s Claude Code Leak Just Changed the Business Case for AI Coding Tools","author":"CPI Staff","date":"April 2, 2026","format":false,"excerpt":"The immediate story was easy to misunderstand. On April 1-2 2026, Anthropic confirmed that a Claude Code release packaging issue was caused by human error, not a security breach. Anthropic also said no customer data or credentials were exposed. That matters. But the more important business lesson sits elsewhere. AI\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png 1x, \/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png 1.5x, \/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png 2x, \/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png 3x, \/wp-content\/uploads\/2026\/04\/anthropics-claude-code-leak-business-case-ai-coding-cover.png 4x"},"classes":[]},{"id":57453,"url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/04\/18\/openai-codex-can-now-do-almost-everything-heres-how-australian-cios-should-respond\/","url_meta":{"origin":57880,"position":2},"title":"OpenAI Codex Can Now Do Almost Everything. Here&#8217;s How Australian CIOs Should Respond","author":"CPI Staff","date":"April 18, 2026","format":false,"excerpt":"OpenAI Codex has quietly crossed a line that most CIOs haven't fully registered yet. It's no longer a code completion tool. It's a cloud-based software engineering agent that can read a repository, run tests, fix bugs, write features, and open pull requests \u2014 all in parallel, all while the developer\u2026","rel":"","context":"In &quot;AI Coding Agents&quot;","block_context":{"text":"AI Coding Agents","link":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/category\/ai-coding-agents\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/04\/openai-codex-almost-everything-australian-cios-respond-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/04\/openai-codex-almost-everything-australian-cios-respond-cover.png 1x, \/wp-content\/uploads\/2026\/04\/openai-codex-almost-everything-australian-cios-respond-cover.png 1.5x, \/wp-content\/uploads\/2026\/04\/openai-codex-almost-everything-australian-cios-respond-cover.png 2x, \/wp-content\/uploads\/2026\/04\/openai-codex-almost-everything-australian-cios-respond-cover.png 3x, \/wp-content\/uploads\/2026\/04\/openai-codex-almost-everything-australian-cios-respond-cover.png 4x"},"classes":[]},{"id":57224,"url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/03\/13\/how-ai-coding-agents-help-businesses-build-software-faster-safely\/","url_meta":{"origin":57880,"position":3},"title":"How AI Coding Agents Help Businesses Build Software Faster Safely","author":"CPI Staff","date":"March 13, 2026","format":false,"excerpt":"AI coding agents cut repetitive work, speed up delivery, and help software teams do more with the same headcount when security, review, and privacy controls are set up properly.","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/post-13.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/post-13.png 1x, \/wp-content\/uploads\/2026\/03\/post-13.png 1.5x, \/wp-content\/uploads\/2026\/03\/post-13.png 2x, \/wp-content\/uploads\/2026\/03\/post-13.png 3x, \/wp-content\/uploads\/2026\/03\/post-13.png 4x"},"classes":[]},{"id":57068,"url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/02\/20\/the-real-security-risk-in-ai-coding-agents-for-claude-code-users\/","url_meta":{"origin":57880,"position":4},"title":"The Real Security Risk in AI Coding Agents for Claude Code Users","author":"CPI Staff","date":"February 20, 2026","format":false,"excerpt":"AI coding agents can quietly turn untrusted text into real actions. Here\u2019s what February\u2019s prompt-injection fallout teaches Claude Code users about reducing risk without killing productivity.","rel":"","context":"In &quot;AI Agents&quot;","block_context":{"text":"AI Agents","link":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/category\/ai-agents\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/02\/post-33.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/02\/post-33.png 1x, \/wp-content\/uploads\/2026\/02\/post-33.png 1.5x, \/wp-content\/uploads\/2026\/02\/post-33.png 2x, \/wp-content\/uploads\/2026\/02\/post-33.png 3x, \/wp-content\/uploads\/2026\/02\/post-33.png 4x"},"classes":[]},{"id":57638,"url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2026\/06\/15\/anthropics-agent-sdk-billing-change-is-a-warning-for-enterprise-ai-cost-governance\/","url_meta":{"origin":57880,"position":5},"title":"Anthropic&#8217;s Agent SDK Billing Change Is a Warning for Enterprise AI Cost Governance","author":"CPI Staff","date":"June 15, 2026","format":false,"excerpt":"Anthropic has changed how programmatic Claude Agent SDK usage is billed, and Australian organisations experimenting with automated AI workloads should pay attention. From 15 June 2026, Anthropic separates interactive Claude usage from programmatic agent usage. According to Anthropic\u2019s support documentation, automated workloads such as Claude Agent SDK projects, the claude\u2026","rel":"","context":"In &quot;AI for Business &amp; AI Strategy&quot;","block_context":{"text":"AI for Business &amp; AI Strategy","link":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/category\/ai-for-business-ai-strategy\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/06\/anthropics-agent-sdk-billing-change-is-a-warning-for-enterpr.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/06\/anthropics-agent-sdk-billing-change-is-a-warning-for-enterpr.png 1x, \/wp-content\/uploads\/2026\/06\/anthropics-agent-sdk-billing-change-is-a-warning-for-enterpr.png 1.5x, \/wp-content\/uploads\/2026\/06\/anthropics-agent-sdk-billing-change-is-a-warning-for-enterpr.png 2x, \/wp-content\/uploads\/2026\/06\/anthropics-agent-sdk-billing-change-is-a-warning-for-enterpr.png 3x, \/wp-content\/uploads\/2026\/06\/anthropics-agent-sdk-billing-change-is-a-warning-for-enterpr.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/posts\/57880","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/comments?post=57880"}],"version-history":[{"count":1,"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/posts\/57880\/revisions"}],"predecessor-version":[{"id":57881,"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/posts\/57880\/revisions\/57881"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/media\/57887"}],"wp:attachment":[{"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/media?parent=57880"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/categories?post=57880"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/wp-json\/wp\/v2\/tags?post=57880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}