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

fix: builtin redeploy and associated aliases bug #1486

Merged
merged 3 commits into from
Feb 24, 2023
Merged

fix: builtin redeploy and associated aliases bug #1486

merged 3 commits into from
Feb 24, 2023

Conversation

justprosh
Copy link
Member

No description provided.

@@ -785,14 +787,14 @@ impl ParticleAppServices {
})?;
let stats = service.module_memory_stats();
let stats = ServiceMemoryStat::new(&stats);
let service_type = ServiceType::Service(worker_aliases.first().cloned());
let service_type = ServiceType::Service(root_aliases.first().cloned());
Copy link
Contributor

@kmd-fl kmd-fl Feb 24, 2023

Choose a reason for hiding this comment

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

That explains what I saw in grafana! I was very confused about why there was no registry and so on.

Copy link
Contributor

Choose a reason for hiding this comment

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

Is the decider in root aliases? It would be good to monitor it via grafana.

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.

None yet

2 participants