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

[APM] Add table search to services, transactions and errors #174490

Merged
merged 42 commits into from
Jan 30, 2024

Conversation

sorenlouv
Copy link
Member

@sorenlouv sorenlouv commented Jan 8, 2024

Closes: #127036

This adds the ability to easily search for data in tables. The search will be performed server side if there are more results than initially returned by Elasticsearch. If all results were returned the search is performed client side to provide a more snappy experience.
The feature is guarded by a feature flag (disabled by default) and only available for services, transactions and errors table.

Transactions

quick-filtering

Errors

error3

Dependencies:

@apmmachine
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • /oblt-deploy-serverless : Deploy a serverless Kibana instance using the Observability test environments.
  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@sorenlouv sorenlouv force-pushed the add-search-bar-to-errors branch 3 times, most recently from 03c50da to 3ace84a Compare January 12, 2024 12:53
@sorenlouv sorenlouv changed the title Add search bar to errors [APM] Add table search to APM services, transactions and errors Jan 12, 2024
@sorenlouv sorenlouv force-pushed the add-search-bar-to-errors branch 2 times, most recently from 082e4d4 to b615cac Compare January 12, 2024 17:44
sorenlouv added a commit that referenced this pull request Jan 12, 2024
This adds a feature flag for table search
(#127036). The feature itself is
being worked on in #174490
@sorenlouv sorenlouv force-pushed the add-search-bar-to-errors branch from b615cac to 5923466 Compare January 13, 2024 18:34
@sorenlouv sorenlouv force-pushed the add-search-bar-to-errors branch from 3b87ba6 to 9165c71 Compare January 15, 2024 09:58
@sorenlouv sorenlouv marked this pull request as ready for review January 16, 2024 14:01
@sorenlouv sorenlouv requested review from a team as code owners January 16, 2024 14:01
@sorenlouv sorenlouv force-pushed the add-search-bar-to-errors branch from f82fc14 to 9758819 Compare January 16, 2024 14:01
@botelastic botelastic bot added Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team Team:obs-ux-management Observability Management User Experience Team labels Jan 16, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@sorenlouv sorenlouv changed the title [APM] Add table search to APM services, transactions and errors [APM] Add table search to services, transactions and errors Jan 16, 2024
Copy link
Contributor

@cauemarcondes cauemarcondes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@achyutjhunjhunwala
Copy link
Contributor

Synthtrace changes are LGTM

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
apm 1604 1607 +3

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/apm-synthtrace-client 188 189 +1
observability 606 610 +4
total +5

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
apm 3.2MB 3.2MB +473.0B
Unknown metric groups

API count

id before after diff
@kbn/apm-synthtrace-client 188 189 +1
observability 615 619 +4
total +5

ESLint disabled line counts

id before after diff
apm 77 75 -2

Total ESLint disabled count

id before after diff
apm 91 89 -2

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@cauemarcondes cauemarcondes merged commit c0077d6 into elastic:main Jan 30, 2024
21 checks passed
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Jan 30, 2024
@sorenlouv sorenlouv deleted the add-search-bar-to-errors branch January 31, 2024 00:41
CoenWarmer pushed a commit to CoenWarmer/kibana that referenced this pull request Feb 15, 2024
…174490)

Closes: elastic#127036

This adds the ability to easily search for data in tables. The search
will be performed server side if there are more results than initially
returned by Elasticsearch. If all results were returned the search is
performed client side to provide a more snappy experience.
The feature is guarded by a feature flag (disabled by default) and only
available for services, transactions and errors table.

# Transactions


![quick-filtering](https://github.com/elastic/kibana/assets/209966/20684b88-a103-4000-a012-ee6e35479b44)

# Errors


![error3](https://github.com/elastic/kibana/assets/209966/c7f09dd9-24a5-482a-ae72-4c4477f65d3a)


**Dependencies:**

- elastic#173973
- elastic#174746
- elastic#174750

---------

Co-authored-by: Caue Marcondes <caue.marcondes@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
fkanout pushed a commit to fkanout/kibana that referenced this pull request Mar 4, 2024
…174490)

Closes: elastic#127036

This adds the ability to easily search for data in tables. The search
will be performed server side if there are more results than initially
returned by Elasticsearch. If all results were returned the search is
performed client side to provide a more snappy experience.
The feature is guarded by a feature flag (disabled by default) and only
available for services, transactions and errors table.

# Transactions


![quick-filtering](https://github.com/elastic/kibana/assets/209966/20684b88-a103-4000-a012-ee6e35479b44)

# Errors


![error3](https://github.com/elastic/kibana/assets/209966/c7f09dd9-24a5-482a-ae72-4c4477f65d3a)


**Dependencies:**

- elastic#173973
- elastic#174746
- elastic#174750

---------

Co-authored-by: Caue Marcondes <caue.marcondes@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:enhancement Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team Team:obs-ux-management Observability Management User Experience Team v8.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Ability to search tables by specific field
10 participants