clavinjune / prometheus-codemirror-metricsql

The Prometheus monitoring system and time series database.
https://prometheus.io/
Apache License 2.0
0 stars 3 forks source link

alias func #1

Closed EduardZaydler closed 3 months ago

EduardZaydler commented 3 months ago

This PR adds alias VM function to the metrcsql codemirror mode image

EduardZaydler commented 3 months ago

@clavinjune, hello! Could you take a look at this, please?

EduardZaydler commented 3 months ago

@clavinjune, also would appreciate if you push new version to npm registry, or i can try to do it myself (possibly will need help)

clavinjune commented 3 months ago

sure, I'll do this tomorrow @EduardZaydler

clavinjune commented 3 months ago

pushed to npm @EduardZaydler with version 0.0.1-dev.3007240001 https://www.npmjs.com/package/@clavinjune/codemirror-metricsql

EduardZaydler commented 3 months ago

@clavinjune sorry for disturbing, but run into an error in parser.js when trying to call func image image

but locally when was adding this in your repo everything was fine probably i should've add it to isFunctionBypassed list, am i right?

added fixing pr