- 
                Notifications
    
You must be signed in to change notification settings  - Fork 25.6k
 
Time-series docs changes #135613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
  
     Merged
                    Time-series docs changes #135613
Changes from 16 commits
      Commits
    
    
            Show all changes
          
          
            26 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      c4fd233
              
                Extend rate documentation
              
              
                kkrik-es fa6421e
              
                [CI] Auto commit changes from spotless
              
              
                 a4b69ea
              
                add link in stats
              
              
                kkrik-es a102b96
              
                add link in stats
              
              
                kkrik-es 0f4be12
              
                Merge branch 'main' into tsdb/rate-doc
              
              
                kkrik-es c2933c3
              
                Merge remote-tracking branch 'origin/tsdb/rate-doc' into tsdb/rate-doc
              
              
                kkrik-es a5ed506
              
                Merge remote-tracking branch 'origin/tsdb/rate-doc' into tsdb/rate-doc
              
              
                kkrik-es deb086a
              
                Update stats-by.md
              
              
                kkrik-es 4c3ca1a
              
                fix link
              
              
                kkrik-es 54e0aee
              
                Merge remote-tracking branch 'origin/tsdb/rate-doc' into tsdb/rate-doc
              
              
                kkrik-es b5e327e
              
                fix preview
              
              
                kkrik-es fb1c4c0
              
                [CI] Auto commit changes from spotless
              
              
                 518c322
              
                fix preview
              
              
                kkrik-es e16dbbf
              
                Merge remote-tracking branch 'origin/tsdb/rate-doc' into tsdb/rate-doc
              
              
                kkrik-es 1b150e7
              
                fix preview
              
              
                kkrik-es 5fd2e7a
              
                fix preview
              
              
                kkrik-es e1609f0
              
                Apply suggestions from code review
              
              
                kkrik-es 0ad8575
              
                Merge branch 'main' into tsdb/rate-doc
              
              
                kkrik-es b9ecfed
              
                update from comments
              
              
                kkrik-es d4eadf1
              
                mark time series aggs as preview
              
              
                kkrik-es d43ffa3
              
                [CI] Auto commit changes from spotless
              
              
                 86a2bd5
              
                Update stats-by.md
              
              
                kkrik-es 9e2175b
              
                Update docs/reference/query-languages/esql/_snippets/commands/layout/…
              
              
                kkrik-es 5d0d006
              
                fix from comment
              
              
                kkrik-es 001ca22
              
                gen files for rate
              
              
                kkrik-es 0af51c9
              
                Merge branch 'main' into tsdb/rate-doc
              
              
                kkrik-es File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
        
          
          
            2 changes: 1 addition & 1 deletion
          
          2 
        
  docs/reference/query-languages/esql/_snippets/functions/description/rate.md
  
  
      
      
   
        
      
      
    Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
      
      Oops, something went wrong.
      
    
  
        
          
          
            22 changes: 11 additions & 11 deletions
          
          22 
        
  ...rence/query-languages/esql/_snippets/lists/time-series-aggregation-functions.md
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| * [preview] [`ABSENT_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-absent_over_time) | ||
| * [preview] [`AVG_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-avg_over_time) | ||
| * [preview] [`COUNT_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-count_over_time) | ||
| * [preview] [`COUNT_DISTINCT_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-count_distinct_over_time) | ||
| * [preview] [`FIRST_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-first_over_time) | ||
| * [preview] [`LAST_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-last_over_time) | ||
| * [preview] [`MAX_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-max_over_time) | ||
| * [preview] [`MIN_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-min_over_time) | ||
| * [preview] [`PRESENT_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-present_over_time) | ||
| * [preview] [`RATE`](../../functions-operators/time-series-aggregation-functions.md#esql-rate) | ||
| * [preview] [`SUM_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-sum_over_time) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`ABSENT_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-absent_over_time) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`AVG_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-avg_over_time) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`COUNT_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-count_over_time) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`COUNT_DISTINCT_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-count_distinct_over_time) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`FIRST_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-first_over_time) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`LAST_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-last_over_time) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`MAX_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-max_over_time) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`MIN_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-min_over_time) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`PRESENT_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-present_over_time) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`RATE`](../../functions-operators/time-series-aggregation-functions.md#esql-rate) | ||
| * {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` [`SUM_OVER_TIME`](../../functions-operators/time-series-aggregation-functions.md#esql-sum_over_time) | 
        
          
          
            2 changes: 1 addition & 1 deletion
          
          2 
        
  docs/reference/query-languages/esql/kibana/definition/functions/rate.json
  
  
      
      
   
        
      
      
    Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
      
      Oops, something went wrong.
      
    
  
        
          
          
            2 changes: 1 addition & 1 deletion
          
          2 
        
  docs/reference/query-languages/esql/kibana/docs/functions/rate.md
  
  
      
      
   
        
      
      
    Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
      
      Oops, something went wrong.
      
    
  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.