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

[SQL Server] expose server.port #35183

Open
atoulme opened this issue Sep 13, 2024 · 2 comments
Open

[SQL Server] expose server.port #35183

atoulme opened this issue Sep 13, 2024 · 2 comments
Labels
enhancement New feature or request needs triage New item requiring triage receiver/sqlserver

Comments

@atoulme
Copy link
Contributor

atoulme commented Sep 13, 2024

Component(s)

receiver/sqlserver

Is your feature request related to a problem? Please describe.

Similar to #32810 we find that multiple SQL server instances running on the same host will be commingled.

Describe the solution you'd like

the SQL server receiver should expose a server.port attribute similar to what the mongodbreceiver is doing.

Describe alternatives you've considered

No response

Additional context

No response

@atoulme atoulme added enhancement New feature or request needs triage New item requiring triage labels Sep 13, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@atoulme
Copy link
Contributor Author

atoulme commented Sep 13, 2024

The metadata.yaml would be enhanced with

  server.address:
    description: The address of the SQL server host.
    enabled: true
    type: string
  server.port:
    description: The port of the SQL server host.
    enabled: false
    type: int

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New item requiring triage receiver/sqlserver
Projects
None yet
Development

No branches or pull requests

1 participant