Dokploy / Dokploy/dokploy

Dokploy dashboard requests with service name dokploy-service@swarm

Open
#3,622 0 comments 0 reactions 0 assignees View on GitHub

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.

Image
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.