Joey
9101eb219c
Tempo: Improve UX of service graph related warnings ( #76134 )
...
Improve UX of service graph related warnings
2023-10-11 09:43:05 +01:00
Joey
d57aef2eda
Tempo: Normalize static filter queries ( #72794 )
...
* Only show static filter if tag is defined
* Update previosuly left out test
* Add test
* Add warning if tag is missing
2023-09-27 09:03:37 +01:00
Joey
4155f0a92e
Tracing: Fix cannot assign to read only property in TagMappingInput ( #75070 )
...
* Fix cannot assign to read only property in TagMappingInput
* cloneDeep and updates
* Update assignment
* Updates state change
2023-09-22 15:03:42 +01:00
Joey
e0659c05da
Tracing: Span filters reset show matches only ( #75150 )
...
* Reset show matches only when clear button pressed
* Add test
* Update test
2023-09-22 09:02:38 +01:00
Joey
a8a8c9849d
Tempo: Metrics summary update sorting no values ( #74818 )
...
* Update sorting when there is no value
* Update test
2023-09-13 14:23:17 +01:00
Joey
a12c224cc0
Tempo: Metrics summary no value ( #74582 )
...
Metrics summary no value
2023-09-13 10:22:22 +01:00
Joey
ee96b08f4b
Table: Add dataframe name to single table ( #74584 )
...
* Add dataframe name to single table
* Extract method
* Update name
2023-09-13 10:16:02 +01:00
Joey
16bdd55696
Tempo: Fix metricSummary sorting in spanCount and errorPercentage ( #74542 )
...
* Fix sorting in spanCount and errorPercentage
* Update types
* Spelling
* Update errorPercentage
2023-09-13 08:48:58 +01:00
Joey
3a90e2d13c
Tempo: Remove noop ( #74207 )
...
Remove noop
2023-09-04 15:55:22 +01:00
Joey
7f2841aeca
Tempo: Update default editor to TraceQL tab ( #74153 )
...
Update default editor to TraceQL tab
2023-09-04 15:53:03 +01:00
Joey
a8fcbe75ea
Trace View: Use number instead of array for last color index ( #74115 )
...
* Use integer instead of array for last color index
* Update naming
2023-08-31 16:27:09 +01:00
Joey
dc26cdf6c9
Tempo: Reset metrics summary tag when scope changes ( #74028 )
...
Reset tag when scope changes
2023-08-30 11:26:09 +01:00
Joey
61fd34ca2b
Tempo Config editor updates ( #73992 )
...
Config editor updates
2023-08-30 08:53:13 +01:00
Joey
e8aa74aba2
Rename Group By Metrics to Aggregate by ( #73980 )
...
* Rename Group By Metrics to Aggregate by
* Update test
2023-08-29 09:28:55 +01:00
Joey
59e4c257bb
Tempo: Metrics summary ( #73201 )
...
* Metrics summary
* Update query
* Remove colors
* Update states
* Add group by into its own component
* Add group by to search and traceql tabs
* Add spacing for group by
* Update span kind values
* Update span status code values
* Update query based on target + group by
* Cleanup
* Only add targetQuery if not empty
* Add kind=server to table
* Update groupBy query logic
* Add feature toggle
* Use feature toggle
* Self review
* Update target query
* Make gen-cue
* Tweak query
* Update states
* useRef for onChange
* Fix for steaming in search tab
* Add loading state tests
* metricsSummary tests
* Datasource tests
* Review updates
* Update aria-label
* Update test
* Simplify response state
* More manual testing and feedback from sync call
* Prettier and fix test
* Remove group by component from traceql tab
* Cleanup, tests, error messages
* Add feature tracking
2023-08-28 15:02:12 +01:00
Joey
ab94c9d730
Tempo: Only add option to values dropdown if there is a value ( #72524 )
...
Only add option to list if there is a values
2023-08-18 08:17:56 +01:00
Joey
e6c96e7308
Tracing: Split name column in search results ( #72449 )
...
* Split name column
* Add tests
* Update test
2023-08-14 13:26:08 +01:00
8c2f439cd7
Table: Support display of multiple sub tables ( #71953 )
...
* Add nested option to DataFrame. Refactor Table to use nested dataframes for sub-tables
* Use nested frames for TraceQL response
* debugging
* Fix cell text and table position
* Update getItemSize
* noHeader size
* Update sub table renderer
* Update table container height
* Cleanup and fix RawPrometheusContainer height
* Update resultTransformer and docker script
* Updates to TableContainer, resultTransformer after merge
* Fixes for table pagination in dashboards
* Cell height and show footer enhancement/fix
* Sub table links
* Update RawPrometheusContainer
* Remove console log
* Update tests
* Update storybook
* Remove Tempo demo
* Store nested data in single field via its values
* Move nested prop into custom
* Tempo demo
* Add field type & update incorrect logic
* Update docker compose image for Tempo
* Update packages/grafana-data/src/field/fieldOverrides.ts
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
* Simplify logic for getting nestedFrames and rendering sub tables
* Update docs for table
* Update nested table bg color
* Lighten nested table bg color
* Renames
* Migrate frames using parentRowIndex and add deprecation notice
* Update title
* Align expander icon size between Table and interactive table
* Table: Refactor out the expanded rows bits
* fix spacing
* Add line along left side for expanded rows
* Disable hover row background when expanded
---------
Co-authored-by: André Pereira <adrapereira@gmail.com >
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2023-08-10 12:33:46 +01:00
Joey
b4c55765fe
Tempo: Only get span_names when they are in the response ( #72663 )
...
* Only get span names when they are in the response
* Find span_name field/labels
2023-08-03 07:55:32 +01:00
Joey
7612f3d955
Tempo: If no search tag then do not query API for tag values ( #72522 )
...
* If no tag then do not query api for tag values
* Update test
2023-08-01 08:44:13 +01:00
Joey
813e47103b
Tracing: Trace to metrics default range ( #72433 )
...
* Update default range
* Update tests
2023-07-31 11:24:12 +01:00
Joey
c1c8b4d368
Tracing: Span filters UI enhancements ( #72245 )
...
* Update margin between inputs
* Updated spacing between toggle and text
* Add more spacing
2023-07-25 13:31:44 +01:00
Joey
e4f419b84f
Tempo: Use new configuration editor components ( #71288 )
...
* Use new config components in Tempo
* Update Grafana experimental version
2023-07-25 12:50:12 +01:00
Joey
8afd216397
Tracing: New images in trace-integration docs ( #72034 )
...
* Update span filtering docs
* Update images
2023-07-25 08:52:49 +01:00
Joey
090b8d61e2
Tracing: Remove newTraceViewHeader feature toggle ( #71818 )
...
* Remove TracePageHeader, uiFind, setTrace and many spanFindMatches
* Removed TracePageSearchBar
* Update useSearch
* Update filterSpans
* Update docs
* Updated tests
* Add trace to tests
* Remove feature toggle
* Renames in useSearch
* Renames in filter-spans
* Cleanup fixes
* Rename TracePageHeader
* Rename TracePageSearchBar
* Update test
* Update style for long urls
* Style and check
2023-07-19 14:31:58 +01:00
Joey
76224c88bb
Tracing: Add services, depth to span filters metadata ( #71084 )
...
* Add services, depth to span filters metadata
* Add default metadata to method
2023-07-14 09:31:00 +01:00
Joey
76a83dd540
Traces: Add inline validation and greater precision to duration fields in span filters ( #71404 )
...
* Add inline validation to span filters
* Update filter spans by duration precision
* Update IntervalInput props
* Update validation
* Update span filters
* Update props
* Update test
* Update defaults and duration aria labels
2023-07-13 10:48:31 +01:00
Joey
6615418df8
Tracing: Show next/prev buttons when span filters are collapsed ( #71025 )
...
* Show next/prev buttons when span filters are collapsed
* Update test
* Remove imports
* Update lint
* Prettier
* Update test
* Update styling
2023-07-12 07:52:07 +01:00
Joey
a56a279c67
Traces: Filtering by span id ( #71275 )
...
* Filter by span id
* Update test
2023-07-11 08:59:36 +01:00
Joey
f98f6ea391
Tracing: Make show filters only keyboard accessible ( #70890 )
...
* Make show filters only keyboard accessible
* Update test
* Update styling
2023-07-11 08:05:11 +01:00
Joey
280f259f73
Tracing: Remove unused selectors ( #71038 )
...
Remove unused selectors
2023-07-05 10:42:12 +01:00
Joey
f1338cee60
Tracing: Add inline validation to time shift configuration fields ( #70879 )
...
* Inline validation
* Update invalidTimeShiftError after self review
* Renames and moved err msg
* Update validation
* Remove local state
2023-07-04 10:49:21 +01:00
Joey
0668fcdf95
Tempo: Update error messages ( #70448 )
...
Update error messages
2023-06-28 10:34:11 +01:00
Joey
5b13b71ed0
TraceView: Remove unused trace selectors ( #70527 )
...
Remove unused selectors
2023-06-27 09:01:35 +01:00
Joey
8f7e1f36ab
Traces: Remove noop functions ( #70392 )
...
Remove unused functions
2023-06-21 14:49:04 +01:00
Joey
00ec9fceb9
Tempo: Represent OTLP Span Intrinsics correctly ( #69394 )
...
* Span intrinsics
* Update intrinsics and add to span details
* Remove intrinsics section
* Update tests
* Update status code text
* Self review
* Move previously intrinsic values to span
* Remove few methods
2023-06-21 11:39:12 +01:00
Joey
06a4b6da62
Tempo: Use pipe in TraceQL by default for multi-value variables ( #70051 )
...
* Use pipe in traceQL by default for multi value variables
* Use constant
2023-06-19 13:28:56 +01:00
Joey
5c45b8724b
Tracing: Use new DataSourceDescription component ( #69443 )
...
Use new DataSourceDescription component
2023-06-14 10:45:36 +01:00
Joey
0e90dfcc9c
Tracing: Upgrade tracing data source configuration editors ( #68764 )
...
* Add tracing config sub sections
* Export common sections and update divider in additional settings section
* Max width and margin bottom
* Add feature name to config link
* Update SpanBarSettings
* remove import
2023-06-01 15:52:40 +01:00
Joey
e6c8ba56c8
Tracing: Rename reset to clear for consistency ( #68821 )
...
Rename reset to clear for consistency
2023-05-23 09:54:51 +01:00
Joey
6a12673f8b
Tempo: Update devenv ( #68675 )
...
* Update docker-compose.yaml and tempo.yaml
* Add in job label
2023-05-22 08:34:51 +01:00
Joey
fb3437586e
Accessibility: Make QueryOptions in Phlare and Parca accessible ( #68515 )
...
Fix accessibility issues for QueryOptions in Phlare and Parca
2023-05-18 09:39:18 +01:00
Joey
caba156488
Tempo: Integrate scoped tags API ( #68106 )
...
* Support scoped tags API
* Tests
* Updates
* Updated components and language provider to certralize tag retrieval
* Update tests and add new tests for language provider
* Minor update
* Update test
2023-05-17 07:50:27 +01:00
Joey
3ab1706145
TraceView: Fix flaky test ( #68518 )
...
Fix flaky test
2023-05-16 11:19:23 +01:00
Joey
a1f76af15a
Tempo: Fix get label values based on CoreApp type ( #68463 )
...
Fix and update test
2023-05-15 14:27:27 +01:00
Joey
7448427739
Tracing: Feedback button ( #67398 )
...
* Feedback button
* Hide button
* Make gen-cue
2023-04-28 16:27:07 +01:00
Joey
886b91eca5
Tracing: Next/prev text for span filters ( #67208 )
...
* Next/prev text
* Tests
* Update test
* Updated state vars and also made other improvements
2023-04-27 13:28:19 +01:00
Joey
d949aa778b
Traces: Only show filtered spans ( #66986 )
...
* Only show filtered spans
* Add & update tests
2023-04-27 08:19:58 +01:00
Joey
5c2a344ce1
Traces: Order keys in span filter select ( #66689 )
...
* Order logs keys last
* Add tests
2023-04-25 08:56:06 +01:00
Joey
94294a72c8
Tracing: Update e2e test ( #66960 )
...
Update e2e test
2023-04-21 14:44:48 +01:00
Joey
6522bb377e
Tracing: Rename feature toggle ( #66833 )
...
Rename feature toggle so something more specific so new work can use older feature toggle name
2023-04-21 11:31:24 +01:00
Joey
c13ec0fc15
Tracing: Span filters reset filters and button ( #66781 )
...
* Reset filters and button
* Add tests
2023-04-19 11:58:00 +01:00
Joey
743fdc159b
Traces: Trace view header tweaks ( #66049 )
...
* Update header info
* Modify content
* Update test
* Update test
* Add back url and remove tooltip
* Update css
2023-04-18 17:56:14 +01:00
Joey
9391700d84
Traces: Span filtering ( #65725 )
...
* Filters
* Service/span/duration filters
* Renames for focused span and matches
* Tag filters and new component
* Tag filtering
* Multiple tags and enable next/prev appropriately
* Enum, renames, fixes
* Clean up unecessary props
* setFocusedSearchMatch
* Faster options
* Perf enhancements and cleanup
* General improvements to tags etc
* Updates to filtering
* Add datasourceType in next/prev
* Integrate TracePageSearchBar with NewTracePageSearchBar
* Design tweaks
* Update sticky elem and header design
* Fix tests
* Self review
* Enhancements
* More enhancements
* Update tests
* tests
* More tests
* Add span filters to docs
* Update image link
* Update docs
* Update buttonEnabled and text
* PR review
* Update sticky header
* Doc updates
* Set values for service/span name
* Buffer and dash update
2023-04-17 08:30:27 +01:00
Joey
22fde6a3f2
Tracing: Add links to documentation in config pages ( #66442 )
...
Add links to documentation in config pages and clean up styles
2023-04-13 14:56:35 +01:00
Joey
85b56d4f52
Tracing: Update provisioning docs ( #66055 )
...
Update provisioning docs
2023-04-13 14:42:11 +01:00
Joey
10d896d24e
Tracing: Docs and config improvements for Tempo/Jaeger/Zipkin ( #65255 )
...
* Docs and config improvements
* Add note
* Add traceToLogs (v1) in provisioning example
* Remove old provisioning
* PR updates
2023-03-30 07:41:27 +01:00
Joey
b1a7e1d33d
Tempo: Update service graph view and docs ( #64875 )
...
Update service graph view and docs
2023-03-22 08:37:44 +00:00
Joey and Kim Nylander
596e5b43d9
Jaeger and Zipkin: Config & docs upgrade ( #64250 )
...
* Jaeger and Zipkin upgrades docs and condig
* Update text
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/query-editor/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/query-editor/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/zipkin/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/zipkin/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/zipkin/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Minor text formatting updates
* yarn prettier:write
* Update docs/sources/datasources/zipkin/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
---------
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
2023-03-16 08:49:40 +00:00
Joey
2f55911fa3
Fix: Top table rendering and update docs ( #64497 )
...
Fix flame graph in test data and update docs
2023-03-10 13:04:51 +00:00
Joey
5ba2ca83d5
Assign Traces & Profiling feature flags to team ( #64406 )
2023-03-08 14:54:42 +00:00
Joey
ee38bbe030
Phlare: Allow variables in labelSelector (in query) ( #64324 )
...
applyTemplateVariables and tests
2023-03-08 13:29:28 +00:00
Joey and Kim Nylander
b6eb324139
Tempo: Config and doc updates ( #64017 )
...
* Config and doc upgrades
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update tags text
* Use service graph as a proper noun
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/datasources/tempo/_index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Yarn prettier
---------
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
2023-03-06 16:03:29 +00:00
Joey
adcebcaf8c
Flame graph: Add context menu ( #62705 )
...
* Context menu
* Flame graph context menu improvements
* Move context menu state into flame graph
* Simplify logic
* Add test and rename to ContextMenuData
2023-03-02 09:47:56 +00:00
Joey
fbd049a094
Profiling: Enable flame graph & Phlare/Parca data sources for all users ( #63488 )
...
* Remove flame graph toggle
* Remove beta badge from panel
* Update expectedListResp.json
* Update flame graph container to only show if there is data
2023-03-01 11:32:39 +00:00
Joey
82bcfb4928
TraceView: Reworked header ( #63105 )
...
* Reworked header
* Remove toggle from merge
* Update test
* Update how span is retrived
* Tests
* Update tests
* Move new trace page header into its own component
* Remove tests already covered in TracePageHeader.test.tsx
* Update findHeaderTags
* Tooltip updates
2023-02-28 15:41:40 +00:00
Joey Tawadrous
1bc43f5faa
TraceView: Remove unnecessary code from header ( #63114 )
...
* Remove unecessary code
* Update tests
* Remove import
* Remove unused import
2023-02-09 16:57:57 +00:00
Joey Tawadrous
121260e0dd
Parca: Use data query schema ( #62840 )
...
* Parca data query schema
* Remove groupBy
2023-02-07 09:56:21 +00:00
Joey Tawadrous
f3c5e85559
Phlare: Use data query schema ( #62112 )
...
* Create cue file and gen ts/go types
* Use generated schema in ts/go
* Run make den-cue to update report
* Manually extend Phlare query
* Updates
* Add default queryType
* Run make gen-cue to Update report.json
2023-02-01 09:29:25 +00:00
Joey Tawadrous
780f43a33d
Flame graph: Add metadata above flame graph ( #61921 )
...
* Remove percentTitle
* Flame graph metadata
* Remove comment
* Update test
* Update metadata
2023-01-30 14:02:26 +00:00
Joey Tawadrous
591501ef3f
Traces: Upgraded feature tracking ( #62181 )
...
Upgraded feature tracking
2023-01-27 13:33:27 +00:00
Joey Tawadrous
02098c1568
Tempo: Update docs and default Tempo metrics query ( #62185 )
...
Update docs and default tempo metrics query
2023-01-27 10:03:52 +00:00
Joey Tawadrous
1423f15b0d
Tempo: Update column width for Loki search ( #61924 )
...
Update col widths
2023-01-26 09:35:44 +00:00
Joey Tawadrous
e517cc0cea
Flame graph: Search with uFuzzy ( #61748 )
2023-01-20 12:57:31 +00:00
Joey Tawadrous
4076933e66
Traces: extra feature tracking ( #61348 )
...
* grafana_traces_service_graph_size
* grafana_traces_trace_view_find_next_prev_clicked
* grafana_traces_trace_view_scroll_to_top_clicked
* grafana_traces_cheatsheet_clicked
2023-01-17 14:43:28 +00:00
483ca71621
Docs: Update trace to logs docs ( #61099 )
...
* Extend trace to logs docs
* Update docs text
* Update trace to logs tag types format
* adjusts formatting of unorderedlist
* adjusts formatting, adds intro to table
* Update docs/sources/datasources/zipkin/_index.md
Co-authored-by: Joey Tawadrous <90795735+joey-grafana@users.noreply.github.com >
* added table intros
Co-authored-by: Chris Moyer <chris.moyer@grafana.com >
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2023-01-13 11:22:34 -06:00
Joey Tawadrous
58c4c95e92
Tempo: dashboard feature tracking ( #61210 )
...
* grafana_tempo_dashboard_loaded
* Update version
* Updates
* Added more tracking stats + updates
2023-01-13 16:31:44 +00:00
Joey Tawadrous
2b6a5e2b3d
Tracing: Span link feature tracking ( #61022 )
...
* Span link feature tracking
* Update interaction name
2023-01-13 14:02:25 +00:00
Joey Tawadrous
b8618723d0
Phlare: Transition from LogQL/PromQL to Phlare should keep the query ( #60217 )
...
* Transition from LogQL/PromQL to Phlare keeps the query
* Tests
2023-01-03 10:25:16 +00:00
Joey Tawadrous
bf8814749e
Traces: Fix for multiple $__tags in trace to metrics ( #59641 )
...
* Fix interpolation of multiple in query
* Add another to test case
2022-12-14 09:51:43 +00:00
Joey Tawadrous
4c4bc3bd32
Phlare: Reset flame graph after query is run ( #59609 )
...
Reset flame graph after query is run
2022-12-13 09:40:38 +00:00
Joey Tawadrous
0209cde7e0
Tracing: Add keyboard accessibility to SpanDetailRow ( #59412 )
...
SpanDetailRow keyboard accessibility
2022-12-01 11:23:33 +00:00
Joey Tawadrous
b12b5ed92f
Remove fire text in Phlare ds ( #59484 )
...
* Renames
* Rename to phlareql
* Go renames
2022-11-30 17:22:47 +00:00
Joey Tawadrous
3b53fdb53a
Trace View: Disallow a span colour that is the same or looks similar to previous colour ( #58146 )
...
* Disallow sequential spans with the same color
* Disallow same prev color and similar color
* Tests
* Remove assignemnt
2022-11-30 15:14:58 +00:00
Joey Tawadrous
ae8acf178b
Add flame graph, Phlare and Parca to code owners file ( #58328 )
...
Update codeowners file for flame graph, Phlare and Parca
2022-11-28 12:52:00 +00:00
Joey Tawadrous
ba37516690
Add Phlare and Parca to commands file ( #58330 )
...
Update github commands file
2022-11-28 12:29:28 +00:00
Joey Tawadrous
c76183a961
Tempo: Fix search removing service name from query ( #58630 )
...
* Fix handleOnChange deps
* Remove eslint disable
2022-11-11 10:40:13 +00:00
Joey Tawadrous
130f848f74
Flame Graph: Add units and value to blocks ( #57959 )
...
* Added unit to block label
* Tests
* Throw if value field is undefined
2022-11-03 11:15:42 +00:00
Joey Tawadrous and Eve Meelan
00ebd7a983
FlameGraph: Add docs for flame graph ( #57834 )
...
* Flame graph docs
* Remove aliases
* Add flame graph to viz page
* Update text
* Update feature toggle text
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update links
* Remove heading
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update text
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
2022-11-01 09:51:58 +00:00
Joey Tawadrous
8f75ec4007
Flame Graph: Exact search ( #56769 )
...
* Use exact match
* Create searchable FlameGraphPanel.tsx
2022-10-25 10:24:27 +01:00
Joey Tawadrous
d9a6c3f398
FlameGraph: Add newly designed flame graph icon ( #57514 )
...
* Add newly designed flame graph icon
* Update expectedListResponse
2022-10-25 07:18:17 +01:00
Joey Tawadrous and Hamas Shafiq
52dbd67a11
Node Graph: Always show context menu ( #56876 )
...
* Ensure context menu always appears
* Close the context menu after selecting the alternative layout
Co-authored-by: Hamas Shafiq <hamas.shafiq@grafana.com >
2022-10-24 09:14:42 +01:00
Joey Tawadrous
5e27a6f276
Flame Graph: Fix for dashboard scrolling ( #56555 )
...
* Flamegraph dash scrolling
* Separate scroll for top table and for flame graph
* Custom scroll behavior for explore vs vs dash etc and sticky flame graph header
* Final UI tweaks
* Update tests
2022-10-20 14:20:48 +01:00
Joey Tawadrous
78061260fb
Default to flamegraph ( #56733 )
2022-10-12 13:39:08 +01:00
Joey Tawadrous
74c809f544
Plugins: Introduce new Flame graph panel ( #56376 )
...
* Flamegraph
* Updated flame graph width/height values
* Fix top table rendering issue
* Add feature toggle for flamegraph in explore
* Update tests
* Hide flamegraph from dash panel viz list if feature toggle not enabled
* Show table if no flameGraphFrames
* Add flame graph to testdata ds
* Minor improvement
2022-10-07 11:39:14 +01:00
Joey Tawadrous
be5369d6fa
Traces: More visible span colors ( #54513 )
...
* Use colors array from position 0 for span colors
* Update/add tests
* Use service name hex to get color
* getTheme
* Only add colors that have a contrast ratio >= 3 for the current theme
* Add new tests
2022-09-12 13:20:10 +01:00
Joey Tawadrous
9fbebc7550
Update codeowners ( #53381 )
2022-08-10 08:04:37 +01:00
Joey Tawadrous
f9576ad137
Update add to project urls ( #53384 )
2022-08-10 08:03:48 +01:00
Joey Tawadrous
1592ea45b0
Tempo: Devenv update to support all features ( #52728 )
...
* Tempo devenv
* Add logging to tempo devenv
* Update readme
* Formatting
* Update loki image
* Update tempo image
2022-08-03 11:24:50 +01:00
Joey Tawadrous
dc0ef2913e
Tempo: Set APM table default span kind ( #52851 )
...
* Add span kind server to query
* Updated test
2022-07-27 15:48:09 +01:00