Skip to content

Commit

Permalink
Renaming agent-logs to agent-log-pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman committed Jan 31, 2025
1 parent 94b06c6 commit cc7706f
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 47 deletions.
6 changes: 3 additions & 3 deletions .ddqa/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ exclude_members = ["olivielpeau"]
jira_project = "AGNTLOG"
jira_issue_type = "Task"
jira_statuses = ["To Do", "In Progress", "Done"]
github_team = "agent-logs"
github_labels = ["team/agent-logs"]
github_team = "agent-log-pipelines"
github_labels = ["team/agent-log-pipelines"]
exclude_members = [""]

[teams."Agent Metrics"]
Expand Down Expand Up @@ -51,7 +51,7 @@ exclude_members = ["sgnn7", "truthbk", "cmourot"]
# github_team = "agent-runtimes"
# github_labels = ["team/agent-runtimes"]
# exclude_members = ["sgnn7", "cmourot"]
#
#
# [teams."Agent Configuration"]
# jira_project = "ACFG"
# jira_issue_type = "QA"
Expand Down
48 changes: 24 additions & 24 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@
/cmd/agent/subcommands/dogstatsd* @DataDog/agent-metrics-logs
/cmd/agent/subcommands/remoteconfig @Datadog/remote-config
/cmd/agent/subcommands/snmp @DataDog/ndm-core
/cmd/agent/subcommands/streamlogs @DataDog/agent-logs
/cmd/agent/subcommands/analyzelogs @DataDog/agent-logs
/cmd/agent/subcommands/streamlogs @DataDog/agent-log-pipelines
/cmd/agent/subcommands/analyzelogs @DataDog/agent-log-pipelines
/cmd/agent/subcommands/streamep @DataDog/container-integrations
/cmd/agent/subcommands/taggerlist @DataDog/container-platform
/cmd/agent/subcommands/workloadlist @DataDog/container-platform
Expand Down Expand Up @@ -280,7 +280,7 @@
/omnibus/config/software/datadog-agent-integrations-*.rb @DataDog/agent-integrations
/omnibus/config/software/datadog-security-agent*.rb @Datadog/agent-security @DataDog/agent-delivery
/omnibus/config/software/openscap.rb @DataDog/agent-cspm
/omnibus/config/software/sds.rb @DataDog/agent-logs
/omnibus/config/software/sds.rb @DataDog/agent-log-pipelines
/omnibus/config/software/snmp-traps.rb @DataDog/ndm-core
/omnibus/resources/*/msi/ @DataDog/windows-agent

Expand All @@ -295,7 +295,7 @@
/comp/core @DataDog/agent-runtimes
/comp/dogstatsd @DataDog/agent-metrics
/comp/forwarder @DataDog/agent-metrics
/comp/logs @DataDog/agent-logs
/comp/logs @DataDog/agent-log-pipelines
/comp/metadata @DataDog/agent-configuration
/comp/ndmtmp @DataDog/ndm-core
/comp/netflow @DataDog/ndm-integrations
Expand Down Expand Up @@ -324,17 +324,17 @@
/comp/core/sysprobeconfig @DataDog/ebpf-platform
/comp/core/tagger @DataDog/container-platform
/comp/core/workloadmeta @DataDog/container-platform
/comp/forwarder/eventplatform @DataDog/agent-logs
/comp/forwarder/eventplatformreceiver @DataDog/agent-logs
/comp/forwarder/orchestrator @DataDog/agent-logs
/comp/forwarder/eventplatform @DataDog/agent-log-pipelines
/comp/forwarder/eventplatformreceiver @DataDog/agent-log-pipelines
/comp/forwarder/orchestrator @DataDog/agent-log-pipelines
/comp/metadata/packagesigning @DataDog/agent-delivery
/comp/trace/etwtracer @DataDog/windows-agent
/comp/autoscaling/datadogclient @DataDog/container-integrations
/comp/etw @DataDog/windows-agent
/comp/haagent @DataDog/ndm-core
/comp/languagedetection/client @DataDog/container-platform
/comp/rdnsquerier @DataDog/ndm-integrations
/comp/serializer/logscompression @DataDog/agent-logs
/comp/serializer/logscompression @DataDog/agent-log-pipelines
/comp/serializer/metricscompression @DataDog/agent-metrics
/comp/snmpscan @DataDog/ndm-core
# END COMPONENTS
Expand Down Expand Up @@ -381,8 +381,8 @@
/comp/core/autodiscovery/listeners/cloudfoundry*.go @DataDog/agent-integrations
/comp/core/autodiscovery/listeners/snmp*.go @DataDog/ndm-core
/comp/core/autodiscovery/providers/ @DataDog/container-platform
/comp/core/autodiscovery/providers/file*.go @DataDog/agent-logs
/comp/core/autodiscovery/providers/config_reader*.go @DataDog/container-platform @DataDog/agent-logs
/comp/core/autodiscovery/providers/file*.go @DataDog/agent-log-pipelines
/comp/core/autodiscovery/providers/config_reader*.go @DataDog/container-platform @DataDog/agent-log-pipelines
/comp/core/autodiscovery/providers/cloudfoundry*.go @DataDog/agent-integrations
/comp/core/autodiscovery/providers/remote_config*.go @DataDog/remote-config
/pkg/cloudfoundry @Datadog/agent-integrations
Expand Down Expand Up @@ -496,17 +496,17 @@
/pkg/languagedetection @DataDog/container-intake @DataDog/universal-service-monitoring @DataDog/agent-discovery
/pkg/linters/ @DataDog/agent-devx-loops
/pkg/linters/components/ @DataDog/agent-runtimes
/pkg/logs/ @DataDog/agent-logs
/pkg/logs/launchers/windowsevent @DataDog/agent-logs @DataDog/windows-agent
/pkg/logs/tailers/windowsevent @DataDog/agent-logs @DataDog/windows-agent
/pkg/logs/util/windowsevent @DataDog/agent-logs @DataDog/windows-agent
/pkg/logs/client @DataDog/agent-logs
/pkg/logs/diagnostic @DataDog/agent-logs
/pkg/logs/message @DataDog/agent-logs
/pkg/logs/pipeline @DataDog/agent-logs
/pkg/logs/processor @DataDog/agent-logs
/pkg/logs/sds @DataDog/agent-logs
/pkg/logs/sender @DataDog/agent-logs
/pkg/logs/ @DataDog/agent-log-pipelines
/pkg/logs/launchers/windowsevent @DataDog/agent-log-pipelines @DataDog/windows-agent
/pkg/logs/tailers/windowsevent @DataDog/agent-log-pipelines @DataDog/windows-agent
/pkg/logs/util/windowsevent @DataDog/agent-log-pipelines @DataDog/windows-agent
/pkg/logs/client @DataDog/agent-log-pipelines
/pkg/logs/diagnostic @DataDog/agent-log-pipelines
/pkg/logs/message @DataDog/agent-log-pipelines
/pkg/logs/pipeline @DataDog/agent-log-pipelines
/pkg/logs/processor @DataDog/agent-log-pipelines
/pkg/logs/sds @DataDog/agent-log-pipelines
/pkg/logs/sender @DataDog/agent-log-pipelines
/pkg/process/ @DataDog/container-intake
/pkg/process/util/address*.go @DataDog/Networks
/pkg/process/checks/net*.go @DataDog/Networks
Expand Down Expand Up @@ -589,7 +589,7 @@
/tasks/trace_agent.py @DataDog/agent-apm
/tasks/rtloader.py @DataDog/agent-metrics
/tasks/security_agent.py @DataDog/agent-security
/tasks/sds.py @DataDog/agent-logs
/tasks/sds.py @DataDog/agent-log-pipelines
/tasks/systray.py @DataDog/windows-agent
/tasks/winbuildscripts/ @DataDog/windows-agent
/tasks/winbuild.py @DataDog/windows-agent
Expand Down Expand Up @@ -641,7 +641,7 @@
/test/new-e2e/tests/sysprobe-functional @DataDog/windows-kernel-integrations
/test/new-e2e/tests/security-agent-functional @DataDog/windows-kernel-integrations @DataDog/agent-security
/test/new-e2e/tests/cws @DataDog/agent-security
/test/new-e2e/tests/agent-metrics-logs @DataDog/agent-logs
/test/new-e2e/tests/agent-log-pipelines @DataDog/agent-log-pipelines
/test/new-e2e/tests/windows @DataDog/windows-agent @DataDog/windows-kernel-integrations
/test/new-e2e/tests/apm @DataDog/agent-apm
/test/new-e2e/tests/remote-config @DataDog/remote-config
Expand All @@ -663,7 +663,7 @@
/tools/retry_file_dump/ @DataDog/agent-metrics
/tools/windows/ @DataDog/windows-agent
/tools/windows/DatadogAgentInstaller/WixSetup/localization-en-us.wxl @DataDog/windows-agent @DataDog/documentation
/tools/agent_QA/ @DataDog/agent-metrics @DataDog/agent-logs
/tools/agent_QA/ @DataDog/agent-metrics @DataDog/agent-log-pipelines

/internal/tools/ @DataDog/agent-devx-loops @DataDog/agent-devx-infra
/internal/third_party/client-go @DataDog/container-platform
Expand Down
10 changes: 5 additions & 5 deletions comp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,19 +255,19 @@ Package defaultforwarder implements a component to send payloads to the backend

### [comp/forwarder/eventplatform](https://pkg.go.dev/github.com/DataDog/datadog-agent/comp/forwarder/eventplatform)

*Datadog Team*: agent-logs
*Datadog Team*: agent-log-pipelines

Package eventplatform contains the logic for forwarding events to the event platform

### [comp/forwarder/eventplatformreceiver](https://pkg.go.dev/github.com/DataDog/datadog-agent/comp/forwarder/eventplatformreceiver)

*Datadog Team*: agent-logs
*Datadog Team*: agent-log-pipelines

Package eventplatformreceiver implements the receiver for the event platform package

### [comp/forwarder/orchestrator](https://pkg.go.dev/github.com/DataDog/datadog-agent/comp/forwarder/orchestrator)

*Datadog Team*: agent-logs
*Datadog Team*: agent-log-pipelines

Package orchestrator implements the orchestrator forwarder component.

Expand All @@ -277,7 +277,7 @@ Package orchestratorinterface defines the interface for the orchestrator forward

## [comp/logs](https://pkg.go.dev/github.com/DataDog/datadog-agent/comp/logs) (Component Bundle)

*Datadog Team*: agent-logs
*Datadog Team*: agent-log-pipelines



Expand Down Expand Up @@ -637,7 +637,7 @@ Package rdnsquerier provides the reverse DNS querier component.

### [comp/serializer/logscompression](https://pkg.go.dev/github.com/DataDog/datadog-agent/comp/serializer/logscompression)

*Datadog Team*: agent-logs
*Datadog Team*: agent-log-pipelines

Package logscompression provides the component for logs compression

Expand Down
2 changes: 1 addition & 1 deletion comp/forwarder/eventplatform/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/DataDog/datadog-agent/pkg/logs/message"
)

// team: agent-logs
// team: agent-log-pipelines

const (
// EventTypeNetworkDevicesMetadata is the event type for network devices metadata
Expand Down
2 changes: 1 addition & 1 deletion comp/forwarder/eventplatformreceiver/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/DataDog/datadog-agent/pkg/logs/message"
)

// team: agent-logs
// team: agent-log-pipelines

// Component is the component type.
type Component interface {
Expand Down
2 changes: 1 addition & 1 deletion comp/forwarder/eventplatformreceiver/component_mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package eventplatformreceiver

// team: agent-metrics-logs
// team: agent-log-pipelines

// Mock is the component type.
type Mock interface {
Expand Down
2 changes: 1 addition & 1 deletion comp/forwarder/orchestrator/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package orchestrator

import "github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface"

// team: agent-logs
// team: agent-log-pipelines

// Component is the alias of orchestratorinterface.Component.
type Component = orchestratorinterface.Component
2 changes: 1 addition & 1 deletion comp/logs/adscheduler/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Package adscheduler is glue code to connect autodiscovery to the logs agent. It receives and filters events and converts them into log sources.
package adscheduler

// team: agent-logs
// team: agent-log-pipelines

// Component is the component type.
type Component interface{}
2 changes: 1 addition & 1 deletion comp/logs/agent/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/DataDog/datadog-agent/pkg/logs/sources"
)

// team: agent-logs
// team: agent-log-pipelines

// Component is the component type.
type Component interface {
Expand Down
2 changes: 1 addition & 1 deletion comp/logs/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/DataDog/datadog-agent/pkg/util/fxutil"
)

// team: agent-logs
// team: agent-log-pipelines

// Bundle defines the fx options for this bundle.
func Bundle() fxutil.BundleOptions {
Expand Down
2 changes: 1 addition & 1 deletion comp/logs/integrations/def/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package integrations

import "github.com/DataDog/datadog-agent/comp/core/autodiscovery/integration"

// team: agent-logs
// team: agent-log-pipelines

// Component is the component type.
type Component interface {
Expand Down
2 changes: 1 addition & 1 deletion comp/serializer/logscompression/def/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Package logscompression provides the component for logs compression
package logscompression

// team: agent-logs
// team: agent-log-pipelines

import (
"github.com/DataDog/datadog-agent/pkg/util/compression"
Expand Down
3 changes: 2 additions & 1 deletion tasks/libs/issue/assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def simple_match(word):
'kubelet',
'helm',
],
"agent-metrics-logs": ['logs', 'metric', 'log-ag', 'statsd', 'tags', 'hostnam'],
"agent-log-pipelines": ['logs', 'log-ag'],
"agent-metric-pipelines": ['metric', 'statsd'],
"agent-build-and-releases": ['omnibus', 'packaging', 'script'],
"remote-config": ['installer', 'oci'],
"agent-cspm": ['cspm'],
Expand Down
2 changes: 1 addition & 1 deletion tasks/libs/issue/model/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'agent-integrations',
'agent-metrics-logs',
'agent-metrics',
'agent-logs',
'agent-log-pipelines',
'platform-integrations',
'agent-ci-experience',
'asm-go',
Expand Down
2 changes: 1 addition & 1 deletion tasks/libs/pipeline/github_jira_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'@datadog/container-intake': CTK
'@datadog/agent-metrics-logs': AMLII
'@datadog/agent-metrics': AGTMETRICS
'@datadog/agent-logs': AGNTLOG
'@datadog/agent-log-pipelines': AGNTLOG
'@datadog/agent-runtimes': ARUN
'@datadog/agent-configuration': ACFG
'@datadog/container-app': CAP
Expand Down
2 changes: 1 addition & 1 deletion tasks/libs/pipeline/github_slack_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'@datadog/container-intake': '#process-agent-ops'
'@datadog/agent-metrics-logs': '#agent-metrics-logs'
'@datadog/agent-metrics': '#agent-metrics'
'@datadog/agent-logs': '#agent-logs'
'@datadog/agent-log-pipelines': '#agent-log-pipelines'
'@datadog/agent-processing-and-routing': '#agent-processing-and-routing'
'@datadog/agent-runtimes': '#agent-runtimes-ops'
'@datadog/agent-configuration': '#agent-configuration-ops'
Expand Down
2 changes: 1 addition & 1 deletion tasks/libs/pipeline/github_slack_review_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'@datadog/container-intake': '#process-agent-ops'
'@datadog/agent-metrics-logs': '#agent-metrics-logs'
'@datadog/agent-metrics': '#agent-metrics'
'@datadog/agent-logs': '#agent-logs'
'@datadog/agent-log-pipelines': '#agent-log-pipelines'
'@datadog/agent-processing-and-routing': '#agent-processing-and-routing'
'@datadog/agent-runtimes': '#agent-runtimes'
'@datadog/agent-configuration': '#agent-configuration'
Expand Down
2 changes: 1 addition & 1 deletion tasks/unit_tests/issue_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_without_team(self):
class TestGuessFromKeywords(unittest.TestCase):
def test_from_simple_match(self):
issue = MagicMock(title="I have an issue", body="I can't get any logs from the agent.")
self.assertEqual(guess_from_keywords(issue), "agent-metrics-logs")
self.assertEqual(guess_from_keywords(issue), "agent-log-pipelines")

def test_with_a_file(self):
issue = MagicMock(title="fix bug", body="It comes from the file pkg/agent/build.py")
Expand Down

0 comments on commit cc7706f

Please sign in to comment.