Skip to content

Commit

Permalink
Update syntax (#3259)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving authored Jan 22, 2025
1 parent ef3d7b6 commit b738faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/datasource-prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Since we don't have column names similar to relational databases, `@timestamp` a

### Passthrough PromQL Support.
* PromQL is easy to use powerful language over metrics and we want to support promQL queries from catalogs with prometheus connectors.
* Function signature: source = ``promcatalog.nativeQuery(`promQLCommand`, startTime = "{{startTime}}", endTime="{{endTime}", step="{{resolution}}")``
* Function signature: source = ``promcatalog.nativeQuery(`promQLCommand`, startTime = "{{startTime}}", endTime="{{endTime}}", step="{{resolution}}")``



Expand Down

0 comments on commit b738faf

Please sign in to comment.