Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[super-agent-deployment] provide example for status server #1367

Merged
merged 1 commit into from
May 16, 2024

Conversation

paologallinaharbur
Copy link
Member

Just giving an example to enable and query the status server:

{
  "super_agent": {
    "healthy": true
  },
  "opamp": {
    "enabled": true,
    "endpoint": "https://opamp.service.newrelic.com/v1/opamp",
    "reachable": true
  },
  "sub_agents": {
    "open-telemetry": {
      "agent_id": "open-telemetry",
      "agent_type": "newrelic/io.opentelemetry.collector:0.1.1",
      "healthy": true
    }
  }
}

@paologallinaharbur paologallinaharbur requested a review from a team May 16, 2024 13:31
Copy link
Contributor

@marcsanmi marcsanmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's cool 👍

@paologallinaharbur paologallinaharbur merged commit fbc8533 into master May 16, 2024
10 checks passed
@paologallinaharbur paologallinaharbur deleted the feat/SaEnableStatusServer branch May 16, 2024 14:20
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.

2 participants