1. 15 Dec, 2020 5 commits
  2. 14 Dec, 2020 16 commits
  3. 12 Dec, 2020 1 commit
  4. 11 Dec, 2020 13 commits
  5. 10 Dec, 2020 5 commits
    • Tracing: Release trace to logs feature (#29443) · b3838d37
      * Remove feature flag
      
      * Add data source setting for Jaeger
      
      * Refactor trace to logs settings
      
      * Fix tests
      
      * Get ds settings in two steps
      
      * Add info to settings
      
      * Update docs for trace to logs
      
      * Update yarn.lock
      
      * Apply suggestions from code review
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Update TraceToLogsSettings after merge with master
      
      * Add config for tags
      
      * Add tags to check for keys
      
      * Apply suggestions from code review
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      
      * Update docs
      
      Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
      Zoltán Bedi committed
    • DataSourceSettings: Add servername field to DataSource TLS config (#29279) · f021f97c
      * DataSourceSettings: Add servername field to DataSource TLS config
      
      A DNS lookup URL can be provided in the DataSource URL field in order
      to dynamically load balance between multiple instances of a DataSource.
      When using mutual TLS, Golang's TLS config implementation checks that
      the certificate's common name (< 1.15) or subject alternative name
      (>= 1.15) has the same value as the domain being accessed. If the DNS
      entry is dynamically generated for a specific environment, the
      certificate cannot be generated with a name matching the dynamic
      DNS URL. As such, Golang offers a servername field that can be set to
      overwrite what value is used when checking against the certificate's
      common name (or subject alternative name). Without this change, Skip
      TLS Verify must be set to true in order for the DataSource to work,
      removing some of the benefits gained by using mutual TLS.
      
      This commit adds the ability to set Grafana's internal Golang TLS config
      servername field from the UI or a provisioned DataSource.
      
      The servername field is optional and the existing behavior is retained if
      the field is not set.
      
      Co-authored-by: Dana Pruitt <dpruitt@vmware.com>
      Co-authored-by: Jeremy Alvis <jalvis@pivotal.io>
      
      * Update docs with PR review changes
      
      Co-authored-by: Jeremy Alvis <jalvis@pivotal.io>
      Co-authored-by: Dana Pruitt <dpruitt@vmware.com>
      
      * Update with additional PR requested changes
      
      * Minor updates based on PR change requests
      
      Co-authored-by: Dana Pruitt <dpruitt@vmware.com>
      Jeremy Alvis committed
    • ReleaseNotes: Updated changelog and release notes for 7.3.5 (#29744) · 61fe2352
      * ReleaseNotes: Updated changelog and release notes for 7.3.5
      
      * Update _index.md
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
      Grot (@grafanabot) committed