Loki Config: Add missing section header + minor improvements (#66216)
* Loki config: add missing section title to max lines * Loki config: minor improvements to datasource test messages * Chore: remove new line * Loki: further improve error messages * Alerting Settings: Add missing tooltip * Update packages/grafana-ui/src/components/DataSourceSettings/AlertingSettings.tsx * Update alerting label and tooltip * Update packages/grafana-ui/src/components/DataSourceSettings/AlertingSettings.tsx Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> * Alerting settings: Increase label width * Loki config: update success message --------- Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@ const addDataSource = () => {
|
||||
e2e.flows.addDataSource({
|
||||
type: 'Loki',
|
||||
expectedAlertMessage:
|
||||
'Unable to fetch labels from Loki (Failed to call resource), please check the server logs for more details',
|
||||
'Unable to connect with Loki (Failed to call resource). Please check the server logs for more details.',
|
||||
name: dataSourceName,
|
||||
form: () => {
|
||||
e2e.components.DataSource.DataSourceHttpSettings.urlInput().type('http://loki-url:3100');
|
||||
|
||||
@@ -6,7 +6,7 @@ const addDataSource = () => {
|
||||
e2e.flows.addDataSource({
|
||||
type: 'Loki',
|
||||
expectedAlertMessage:
|
||||
'Unable to fetch labels from Loki (Failed to call resource), please check the server logs for more details',
|
||||
'Unable to connect with Loki (Failed to call resource). Please check the server logs for more details.',
|
||||
name: dataSourceName,
|
||||
form: () => {
|
||||
e2e.components.DataSource.DataSourceHttpSettings.urlInput().type('http://loki-url:3100');
|
||||
|
||||
Reference in New Issue
Block a user