Skip to content

Add AutoOps support as optional profile#20

Open
smith wants to merge 1 commit into
mainfrom
feat/autoops-support
Open

Add AutoOps support as optional profile#20
smith wants to merge 1 commit into
mainfrom
feat/autoops-support

Conversation

@smith

@smith smith commented Feb 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds autoops service behind --profile autoops using the elastic-otel-collector-wolfi image
  • Adds placeholder environment variables in .env for cloud credentials (AUTOOPS_OTEL_URL, AUTOOPS_TOKEN, ELASTIC_CLOUD_CONNECTED_MODE_API_KEY, AUTOOPS_TEMP_RESOURCE_ID)
  • Users supply their own Elastic Cloud credentials to enable AutoOps monitoring

Closes #12

Test plan

  • docker compose --profile autoops config — verify config is valid
  • docker compose --profile autoops up — verify autoops container starts (will fail without credentials, which is expected)
  • With valid credentials set in .env, verify AutoOps agent connects to Elastic Cloud

🤖 Generated with Claude Code

Adds an autoops service behind --profile autoops using the
elastic-otel-collector-wolfi image. Users supply their own cloud
credentials (AUTOOPS_OTEL_URL, AUTOOPS_TOKEN, etc.) via .env.

Closes #12

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AutoOps support

1 participant