-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
Tracing: Split name column in search results #72449
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
joey-grafana
added
area/explore
add to changelog
area/tracing
datasource/Tempo
no-backport
Skip backport of PR
labels
Jul 27, 2023
adrapereira
approved these changes
Jul 31, 2023
bergquist
added a commit
that referenced
this pull request
Aug 15, 2023
* main: (233 commits) PublicDashboards: Query order bug fixed (#73293) PostgreSQL: bump lib/pq to latest version (#72416) InfluxDB: Tests for #73247 (#73250) Docs: Add plugin dev documentation for logs to trace (#73225) Alerting: Update state manager to change all current states in the case when Error\NoData is executed as Ok\Nomal (#68142) Docs: correct SAML docs (#73281) CloudWatch: Add missing AppFlow metrics (#73149) docs: What’s New & Upgrade Guide 10.1 (#70636) Dashboard: Fix repeated row panel placement with larger number of rows (#72011) Geomap: Fix crosshair glitch (#72909) Logs: Fix scrolling with `exploreScrollableLogsContainer` feature (#73272) CodeEditor: Correctly fires onChange handler (#73030) InfluxDB: make influxql options the default if nothing defined (#73247) Cloudwatch: Upgrade aws-sdk and display external ids for temporary credentials (#72821) Cloudwatch: reorg files in components (#73176) Elasticsearch: Enable running of queries trough data source backend (#73222) Chore: fix some more types (#72726) Loki: Migrate HTTP settings to new components (#72831) Tracing: Split name column in search results (#72449) Plugins: Remove unnecessary error result from env vars interface (#73224) ...
aishyandapalli
pushed a commit
to aishyandapalli/grafana
that referenced
this pull request
Aug 16, 2023
* Split name column * Add tests * Update test
chauchausoup
pushed a commit
to chauchausoup/grafana
that referenced
this pull request
Sep 15, 2023
* Split name column * Add tests * Update test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
add to changelog
area/explore
area/frontend
area/tracing
datasource/Tempo
no-backport
Skip backport of PR
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this feature?
Changes the trace name column in the trace results table.
Why do we need this feature?
Make it clearer which value is the trace name and which is the service name.
Who is this feature for?
Tracing users.
Which issue(s) does this PR fix?:
Fixes #70932
Special notes for your reviewer:
Please check that: