Dokploy dashboard requests with service name dokploy-service@swarm
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
filter out Dokploy dashboard requests from logs processing is not working in my Dokploy setup. It is still logging all dashboard requests.
Describe the solution you'd like
We can also add dokploy-service@swarm to filter Dokploy dashboard requests.
In addition to the changes made here, we can add a check for dokploy-service@swarm.
const excludedServices = [
"dokploy-service-app@file",
"dokploy-service@swarm"
];
// Exclude Dokploy service app and Dashboard requests
if (!excludedServices.includes(log.ServiceName)) {
Describe alternatives you've considered
.
Additional context
No response
Will you send a PR to implement it?
No
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing commit 7998b296a29ed78a8b82dcdaec173696cc6a02d7 and locating the existing log.ServiceName filtering. Verify the dashboard request handling for the dokploy-service@swarm service, then confirm that those requests are excluded from log processing without affecting other services.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100