D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
app
/
plugins
/
datasource
/
graphite
/
Filename :
versions.ts
back
Copy
import { last } from 'lodash'; export const GRAPHITE_VERSIONS = ['0.9', '1.0', '1.1']; export const DEFAULT_GRAPHITE_VERSION = last(GRAPHITE_VERSIONS)!;