Skip to content

docs(influxdb): add example for create operation - #5303

Open
magic-peach wants to merge 1 commit into
dapr:v1.18from
magic-peach:docs/influxdb-create-operation-example
Open

docs(influxdb): add example for create operation#5303
magic-peach wants to merge 1 commit into
dapr:v1.18from
magic-peach:docs/influxdb-create-operation-example

Conversation

@magic-peach

Copy link
Copy Markdown

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within tabpane
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have tabpane

In addition, please fill out the following to help reviewers understand this pull request:

Description

The InfluxDB binding page lists create and query as the two supported operations, but only query had a usage example. Added a ### Create section with a curl example, matching the measurement, tags, and values fields the component actually reads off the request data (verified against bindings/influx/influx.go in components-contrib, which builds an InfluxDB line protocol point from those three keys).

Issue reference

Please reference the issue this PR will close: #3279

The binding support section lists create and query as supported
operations but only query had a usage example. Add one for create,
matching the measurement, tags, and values fields the component
actually reads off the request data.

Signed-off-by: Akanksha Trehun <akankshatrehun@gmail.com>
@magic-peach
magic-peach requested review from a team as code owners September 6, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing example for the create method on the Influxdb binding

1 participant