Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prometheus-community/vscode-promql
This is supposed to become a PromQL extension for vs code.
https://github.com/prometheus-community/vscode-promql
Last synced: 5 days ago
JSON representation
This is supposed to become a PromQL extension for vs code.
- Host: GitHub
- URL: https://github.com/prometheus-community/vscode-promql
- Owner: prometheus-community
- License: apache-2.0
- Created: 2019-09-09T14:08:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T15:01:40.000Z (over 1 year ago)
- Last Synced: 2024-11-06T08:41:33.444Z (8 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.58 MB
- Stars: 52
- Watchers: 6
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Build Status](https://raster.shields.io/drone/build/redhat-developer/vscode-promql.png)](https://cloud.drone.io/redhat-developer/vscode-promql)
# PromQL language support for VS Code
Prometheus Extension for VS Code based on the [PromQL Language Server](https://github.com/prometheus-community/promql-langserver).
## Trying out the extension
1. Download the latest release binary from the releases page and install it with
```
code --install-extension vscode-promql-.vsix
```
2. Restart VS Code
3. If you want to get metadata from a Prometheus server, go to the `Extensions -> PromQL` section in the VS Code settings and set the URL of the server in the field `Prometheus URL`
4. Open some of the files in `/src/test/testfiles/promql` and try editing them.If you don't trust the release binary you can of course also build it yourself using the Makefile.