Documentation / LogicMonitor

Connect LogicMonitor to Meridian

LogicMonitor pulls read-only agent-spend metrics from Meridian. Meridian never receives credentials to your LogicMonitor portal.

1. Create an integration key

  1. Open LogicMonitor settings.
  2. Label the key, choose its allowed workspaces, and select its reporting currency.
  3. Create the key and copy it from the one-time dialog.

Rotation gives the prior key a 24-hour grace period. Revocation is immediate.

2. Configure LogicMonitor

  1. Add a virtual device with hostname api.onaro.io and category OnaroMeridian.
  2. Add masked property onaro.meridian.key with the copied key.
  3. Import Onaro_Meridian_Agents and Onaro_Meridian_Portal.
  4. Run Active Discovery and verify collection in the collector debug console.

The modules use the stable /api/v1/lm/* aliases. See the Metrics Export API for the canonical vendor-neutral contract. Alias consumers inherit its versioning and stability promise.

3. Verify Poll Health

Poll Health is green within 15 minutes, amber through 60 minutes, and red after an hour. Before the first authenticated pull, it displays a waiting state.

Alert thresholds

  • Anomaly: 0.70 warning, 0.85 error, 0.95 critical—approximately 2σ, 3σ, and 4σ.
  • Budget burn: 80% warning, 100% error, 120% critical.
  • Attribution coverage: below 95% warning, below 85% error. Investigate gaps in Shadow AI.

Anomaly score is null until seven days of history exist. Budget burn is null without an explicitly entered agent budget. Groovy omits null lines so LogicMonitor shows No Data.

Troubleshooting

  • 401: recopy or rotate the key.
  • 403: use a metrics:read integration key.
  • 429: honor Retry-After.
  • No instances: check workspace scope and the 30-day activity cutoff.
  • DNS/TLS: verify access to api.onaro.io:443.