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

elasticsearch span_name not correctly #947

Closed
zzhutianyu opened this issue Mar 7, 2022 · 1 comment · Fixed by #1018
Closed

elasticsearch span_name not correctly #947

zzhutianyu opened this issue Mar 7, 2022 · 1 comment · Fixed by #1018
Labels
bug Something isn't working

Comments

@zzhutianyu
Copy link
Contributor

Steps to reproduce
Describe exactly how to reproduce the error. Include a code sample if applicable.

What is the expected behavior?
Our index is created on a rolling basis
Therefore, we will use a specific time to query the index when querying, and when the plugin generates span_name, it will bring the unified index, so that span_name cannot be described as an operation. As follows

Elasticsearch/bkfta_action_20220228_read,bkfta_action_20220301_read,bkfta_action_20220302_read,bkfta_action_20220303_read,bkfta_action_20220304_read,bkfta_action_20220305_read,bkfta_action_20220306_read,bkfta_action_20220307_read/_search

What is the actual behavior?
span_name shuld be

Elasticsearch/{index_name}/_search

Additional context
Add any other context about the problem here.

@zzhutianyu zzhutianyu added the bug Something isn't working label Mar 7, 2022
@zzhutianyu
Copy link
Contributor Author

zzhutianyu commented Mar 23, 2022

#1018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant