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

feat: add columns used in Third Party Api Monitoring features #541

Open
shivanshuraj1333 opened this issue Feb 7, 2025 · 1 comment · May be fixed by #542
Open

feat: add columns used in Third Party Api Monitoring features #541

shivanshuraj1333 opened this issue Feb 7, 2025 · 1 comment · May be fixed by #542
Assignees

Comments

@shivanshuraj1333
Copy link
Member

shivanshuraj1333 commented Feb 7, 2025

Related to: SigNoz/signoz#6815
Need to allow populating fields under a common column name:

| deprecated | new field | new column name |

  1. net.peer.name -> server.address -> serverAddress
  2. http.url -> url.full -> httpUrl
  3. http.target -> url.path -> urlPath
@shivanshuraj1333 shivanshuraj1333 self-assigned this Feb 7, 2025
@nityanandagohain
Copy link
Member

please user underscore convention.

server_address, http_url, url_path . We have support for both in the old schema due to backward compatibilty but we don't suggest them in UI

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 a pull request may close this issue.

2 participants