Skip to content

Commit

Permalink
update metrics DSL queries and trace logs index (#1903) (#1904)
Browse files Browse the repository at this point in the history
(cherry picked from commit 547b07f)

Signed-off-by: Shenoy Pratik <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent dbf6738 commit ed497fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ exports[`Side Bar Component renders Side Bar Component 1`] = `
<h5
className="euiTitle euiTitle--xxxsmall"
>
Data source
Metrics source
</h5>
</EuiTitle>
<EuiComboBox
Expand Down
2 changes: 1 addition & 1 deletion public/components/metrics/sidebar/data_source_picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const DataSourcePicker = ({
return (
<div className="metrics-data-source-picker">
<EuiTitle size="xxxs">
<h5>Data source</h5>
<h5>Metrics source</h5>
</EuiTitle>
<EuiComboBox
placeholder="Select a data source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function ServiceView(props: ServiceViewProps) {
state: {
DEFAULT_DATA_SOURCE_NAME,
DEFAULT_DATA_SOURCE_TYPE,
queryToRun: `source = otel-* | where serviceName='${props.serviceName}'`,
queryToRun: `source = ss4o_logs-* | where serviceName='${props.serviceName}'`,
startTimeRange: props.startTime,
endTimeRange: props.endTime,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export function SpanDetailFlyout(props: {
state: {
DEFAULT_DATA_SOURCE_NAME,
DEFAULT_DATA_SOURCE_TYPE,
queryToRun: `source = otel-* | where ${spanField}='${spanId}'`,
queryToRun: `source = ss4o_logs-* | where ${spanField}='${spanId}'`,
startTimeRange: props.startTime,
endTimeRange: props.endTime,
},
Expand Down

0 comments on commit ed497fb

Please sign in to comment.