Skip to content

Commit

Permalink
Merge pull request grafana#370 from xperimental/disable-servicename-d…
Browse files Browse the repository at this point in the history
…iscovery-5.8

LOG-6256: Disable automatic discovery of service name
  • Loading branch information
openshift-merge-bot[bot] authored Oct 23, 2024
2 parents 81b2cc8 + 8e81aee commit a573fae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions operator/internal/manifests/internal/config/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -346,6 +347,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -705,6 +707,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -1057,6 +1060,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -1410,6 +1414,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -1797,6 +1802,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -2122,6 +2128,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -2556,6 +2563,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -2875,6 +2883,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -3366,6 +3375,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -3621,6 +3631,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -3877,6 +3888,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -4134,6 +4146,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down Expand Up @@ -4423,6 +4436,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: 256000
max_entries_limit_per_query: 5000
discover_service_name: []
max_global_streams_per_user: 0
max_chunks_per_query: 2000000
max_query_length: 721h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ limits_config:
max_streams_per_user: 0
max_line_size: {{ .Stack.Limits.Global.IngestionLimits.MaxLineSize }}
max_entries_limit_per_query: {{ .Stack.Limits.Global.QueryLimits.MaxEntriesLimitPerQuery }}
discover_service_name: []
max_global_streams_per_user: {{ .Stack.Limits.Global.IngestionLimits.MaxGlobalStreamsPerTenant }}
max_chunks_per_query: {{ .Stack.Limits.Global.QueryLimits.MaxChunksPerQuery }}
max_query_length: 721h
Expand Down

0 comments on commit a573fae

Please sign in to comment.