mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
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
This commit is contained in:
@@ -52,7 +52,7 @@ export default function SpanBarSettings({ options, onOptionsChange }: Props) {
|
||||
placeholder="Duration"
|
||||
isClearable
|
||||
aria-label={'select-label-name'}
|
||||
width={25}
|
||||
width={40}
|
||||
/>
|
||||
</InlineField>
|
||||
</InlineFieldRow>
|
||||
@@ -73,7 +73,7 @@ export default function SpanBarSettings({ options, onOptionsChange }: Props) {
|
||||
})
|
||||
}
|
||||
value={options.jsonData.spanBar?.tag || ''}
|
||||
width={25}
|
||||
width={40}
|
||||
/>
|
||||
</InlineField>
|
||||
</InlineFieldRow>
|
||||
|
||||
Reference in New Issue
Block a user