This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "OpenCode Token Usage", | |
| "schemaVersion": 39, | |
| "version": 1, | |
| "editable": true, | |
| "timezone": "browser", | |
| "time": { "from": "now-24h", "to": "now" }, | |
| "templating": { | |
| "list": [ | |
| { "name": "datasource", "type": "datasource", "query": "prometheus" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| services: | |
| lgtm: | |
| image: grafana/otel-lgtm:latest | |
| container_name: otel-lgtm | |
| ports: | |
| - "3000:3000" # Grafana | |
| - "4317:4317" # OTLP gRPC receiver | |
| - "4318:4318" # OTLP HTTP receiver | |
| - "3200:3200" # Tempo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [settings] | |
| experimental = true | |
| legacy_version_file_disable_tools = ['terraform'] | |
| [tools] | |
| direnv = "2.37.1" | |
| terraform-docs = "0.20.0" | |
| tflint = "0.63.1" | |
| opentofu = "1.12.3" | |
| lefthook = "2.1.10" |
OlderNewer