Go to file
Jason Stirnaman 5ad8e80361
5143-Add Optimize Queries page with query analysis help (#5165)
* chore(test): Use my python client fork (pending approval) to allow custom headers.

* feature(query): Add Optimize Queries page with query analysis help

- Closes Client library query traces: Python #5143
- Dedicated and Clustered examples for enabling query tracing and extracting headers
- System.queries table
- Explain and Analyze
- For now, skip tests for sample Flight responses until we add in code samples.

* Update content/influxdb/clustered/query-data/execute-queries/optimize-queries.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-dedicated/query-data/execute-queries/optimize-queries.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-dedicated/query-data/execute-queries/optimize-queries.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-dedicated/query-data/execute-queries/optimize-queries.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/clustered/query-data/execute-queries/optimize-queries.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/clustered/query-data/execute-queries/optimize-queries.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/clustered/query-data/execute-queries/optimize-queries.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/clustered/query-data/execute-queries/optimize-queries.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-dedicated/query-data/execute-queries/optimize-queries.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-dedicated/query-data/execute-queries/optimize-queries.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* feat(v3): influx-trace-id for dedicated, tracing not ready for clustered (Client library query traces: Python #5143)

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-10-16 15:08:40 -05:00
.ci Fix: Placeholder cleanup (#5164) 2023-10-04 09:36:20 -05:00
.circleci updated circleci config 2023-01-31 13:40:57 -07:00
.github Update new feature issue template 2022-04-14 16:08:59 -06:00
.vscode chore(ci): Add vale script, configuration, and fixes (#5081) 2023-08-11 13:50:31 -05:00
api-docs fix: fix v3 write descriptions, Add v3 Troubleshoot writing data #5135 (#5140) 2023-09-18 13:03:47 -05:00
assets Kapacitor CLIs (#5162) 2023-10-03 10:49:57 -06:00
content 5143-Add Optimize Queries page with query analysis help (#5165) 2023-10-16 15:08:40 -05:00
data Merge branch 'master' into influxctl-v2.0.4 2023-10-03 08:02:59 -06:00
deploy Version restructure (#5133) 2023-09-12 23:33:31 -06:00
flux-build-scripts Version restructure (#5133) 2023-09-12 23:33:31 -06:00
layouts hotfix: fix version decorator on search results 2023-09-13 10:47:35 -06:00
resources Add files via upload (#4395) 2022-10-06 13:32:02 -06:00
shared/text fix: v3 compressed examples, gzip capitalization (#5142) 2023-09-18 13:13:00 -05:00
static chore(serverless-grafana): update "create a datasource" for InfluxQL 2023-08-29 17:18:45 -05:00
test 5143-Add Optimize Queries page with query analysis help (#5165) 2023-10-16 15:08:40 -05:00
.gitignore Jts/api guides (#3862) 2022-06-15 19:15:46 -05:00
.prettierrc.yaml fix: Authorization, not Authentication, header (#3342) 2021-11-03 16:53:56 -05:00
.s3deploy.yml added font file extensions to s3deploy caching config 2019-01-19 08:30:43 -07:00
.vale.ini chore(ci): Vale: ignore words, ignore spelling and ellipses in table cells (#5066) 2023-08-01 15:00:28 -05:00
CONTRIBUTING.md InfluxDB Clustered documentation (#5126) 2023-09-06 06:21:47 -06:00
Dockerfile chore(qol): Test python and shell code samples. WIP - use for local testing only, not ready for CI. (#5154) 2023-09-26 14:56:21 -05:00
LICENSE added license and issue template, moved security.md 2019-10-07 10:27:36 -06:00
README.md chore: Add Vale instructions to Contributing, update tested Hugo version (#5088) 2023-08-17 10:21:46 -05:00
compose.yaml chore(qol): Test python and shell code samples. WIP - use for local testing only, not ready for CI. (#5154) 2023-09-26 14:56:21 -05:00
config.staging.toml Version restructure (#5133) 2023-09-12 23:33:31 -06:00
config.toml Version restructure (#5133) 2023-09-12 23:33:31 -06:00
package.json chore(deps-dev): bump postcss from 8.4.23 to 8.4.31 (#5168) 2023-10-11 09:11:36 -05:00
test.sh chore(qol): Test python and shell code samples. WIP - use for local testing only, not ready for CI. (#5154) 2023-09-26 14:56:21 -05:00
yarn.lock chore(deps-dev): bump postcss from 8.4.23 to 8.4.31 (#5168) 2023-10-11 09:11:36 -05:00

README.md

InfluxDB 2.0 Documentation

This repository contains the InfluxDB 2.x documentation published at docs.influxdata.com.

Contributing

We welcome and encourage community contributions. For information about contributing to the InfluxData documentation, see Contribution guidelines.

Reporting a Vulnerability

InfluxData takes security and our users' trust very seriously. If you believe you have found a security issue in any of our open source projects, please responsibly disclose it by contacting security@influxdata.com. More details about security vulnerability reporting, including our GPG key, can be found at https://www.influxdata.com/how-to-report-security-vulnerabilities/.

Running the docs locally

  1. Clone this repository to your local machine.

  2. Install NodeJS, Yarn, Hugo, & Asset Pipeline Tools

    The InfluxData documentation uses Hugo, a static site generator built in Go. The site uses Hugo's asset pipeline, which requires the extended version of Hugo along with NodeJS tools like PostCSS, to build and process stylesheets and JavaScript.

    To install the required dependencies and build the assets, do the following:

    1. Install NodeJS

    2. Install Yarn

    3. In your terminal, from the docs-v2 directory, install the dependencies:

      cd docs-v2
      yarn install
      

      Note: The most recent version of Hugo tested with this documentation is 0.101.0.

  3. To generate the API docs, see api-docs/README.md.

  4. Start the Hugo server

    Hugo provides a local development server that generates the HTML pages, builds the static assets, and serves them at localhost:1313.

    In your terminal, start the Hugo server:

    npx hugo server
    
  5. View the docs at localhost:1313.