mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
www/grafana8: New port: Dashboard and graph editor for multiple data stores
Updated from grafana7: - rc-script: grafana_conf renamed to grafana_config - grafana.conf moved to etc/grafana/grafana.ini - provisioning dir moved to etc/grafana/provisioning Changelog: https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-0/ PR: 256479 Approved by: lwhsu (mentor), Robson Mantovani <robsonmantovani@gmail.com> (maintainer, www/grafana7)
This commit is contained in:
parent
3ff8b504f1
commit
d09b481877
@ -215,6 +215,7 @@
|
||||
SUBDIR += grafana
|
||||
SUBDIR += grafana6
|
||||
SUBDIR += grafana7
|
||||
SUBDIR += grafana8
|
||||
SUBDIR += grails
|
||||
SUBDIR += gregarius
|
||||
SUBDIR += groupoffice
|
||||
|
303
www/grafana8/Makefile
Normal file
303
www/grafana8/Makefile
Normal file
@ -0,0 +1,303 @@
|
||||
PORTNAME= grafana
|
||||
DISTVERSION= 8.0.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
MASTER_SITES+= https://dl.grafana.com/oss/release/:public \
|
||||
https://gitea.com/xorm/builder/archive/:builder \
|
||||
https://gitea.com/xorm/core/archive/:core \
|
||||
https://gitea.com/xorm/xorm/archive/:xorm
|
||||
PKGNAMESUFFIX= ${PORTVERSION:C/([0-9]).*/\1/1}
|
||||
DISTFILES= grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX}:public \
|
||||
v0.3.6${EXTRACT_SUFX}:builder \
|
||||
v0.7.3${EXTRACT_SUFX}:core \
|
||||
v0.8.2${EXTRACT_SUFX}:xorm
|
||||
|
||||
MAINTAINER= drtr0jan@yandex.ru
|
||||
COMMENT= Dashboard and graph editor for multiple data stores
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386
|
||||
|
||||
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
|
||||
|
||||
USES= go:modules
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TUPLE= \
|
||||
Azure:azure-sdk-for-go:023238f4c45f:azure_azure_sdk_for_go_azcore/vendor/github.com/Azure/azure-sdk-for-go \
|
||||
Azure:azure-sdk-for-go:2bc7350b1dcd:azure_azure_sdk_for_go_azidentity \
|
||||
Azure:azure-sdk-for-go:aa6ba0a4ce44:azure_azure_sdk_for_go_internal \
|
||||
BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
|
||||
FZambia:eagle:v0.0.1:fzambia_eagle/vendor/github.com/FZambia/eagle \
|
||||
FZambia:sentinel:v1.1.0:fzambia_sentinel/vendor/github.com/FZambia/sentinel \
|
||||
Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \
|
||||
PuerkitoBio:purell:v1.1.1:puerkitobio_purell/vendor/github.com/PuerkitoBio/purell \
|
||||
PuerkitoBio:urlesc:de5bf2ad4578:puerkitobio_urlesc/vendor/github.com/PuerkitoBio/urlesc \
|
||||
VividCortex:mysqlerr:6c6b55f8796f:vividcortex_mysqlerr/vendor/github.com/VividCortex/mysqlerr \
|
||||
alexcesaro:quotedprintable:2caba252f4dc:alexcesaro_quotedprintable/vendor/gopkg.in/alexcesaro/quotedprintable.v3 \
|
||||
apache:arrow:5bea62493d91:apache_arrow_arrow/vendor/github.com/apache/arrow \
|
||||
apache:thrift:v0.14.1:apache_thrift/vendor/github.com/apache/thrift \
|
||||
armon:go-metrics:v0.3.6:armon_go_metrics/vendor/github.com/armon/go-metrics \
|
||||
asaskevich:govalidator:7a23bdc65eef:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \
|
||||
aws:aws-sdk-go:v1.38.34:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
|
||||
beevik:etree:v1.1.0:beevik_etree/vendor/github.com/beevik/etree \
|
||||
benbjohnson:clock:v1.1.0:benbjohnson_clock/vendor/github.com/benbjohnson/clock \
|
||||
beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
|
||||
bradfitz:gomemcache:a41fca850d0b:bradfitz_gomemcache/vendor/github.com/bradfitz/gomemcache \
|
||||
c2h5oh:datasize:28bbd4740fee:c2h5oh_datasize/vendor/github.com/c2h5oh/datasize \
|
||||
cenkalti:backoff:v4.1.0:cenkalti_backoff_v4/vendor/github.com/cenkalti/backoff/v4 \
|
||||
census-instrumentation:opencensus-go:v0.23.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \
|
||||
centrifugal:centrifuge:v0.17.0:centrifugal_centrifuge/vendor/github.com/centrifugal/centrifuge \
|
||||
centrifugal:protocol:v0.5.0:centrifugal_protocol/vendor/github.com/centrifugal/protocol \
|
||||
cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash \
|
||||
cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \
|
||||
cheekybits:genny:v1.0.0:cheekybits_genny/vendor/github.com/cheekybits/genny \
|
||||
cockroachdb:apd:v2.0.1:cockroachdb_apd_v2/vendor/github.com/cockroachdb/apd/v2 \
|
||||
cortexproject:cortex:d382e1d80eaf:cortexproject_cortex/vendor/github.com/cortexproject/cortex \
|
||||
cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \
|
||||
crewjam:saml:bca570abb2ce:crewjam_saml/vendor/github.com/crewjam/saml \
|
||||
cuelang:cue:v0.3.2:cuelang_cue/vendor/cuelang.org/go \
|
||||
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
|
||||
deepmap:oapi-codegen:v1.3.13:deepmap_oapi_codegen/vendor/github.com/deepmap/oapi-codegen \
|
||||
docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \
|
||||
dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
|
||||
edsrzf:mmap-go:v1.0.0:edsrzf_mmap_go/vendor/github.com/edsrzf/mmap-go \
|
||||
emicklei:proto:v1.6.15:emicklei_proto/vendor/github.com/emicklei/proto \
|
||||
facebookgo:ensure:b4ab57deab51:facebookgo_ensure/vendor/github.com/facebookgo/ensure \
|
||||
facebookgo:inject:f23751cae28b:facebookgo_inject/vendor/github.com/facebookgo/inject \
|
||||
facebookgo:stack:751773369052:facebookgo_stack/vendor/github.com/facebookgo/stack \
|
||||
facebookgo:structtag:217e25fb9691:facebookgo_structtag/vendor/github.com/facebookgo/structtag \
|
||||
facebookgo:subset:8dac2c3c4870:facebookgo_subset/vendor/github.com/facebookgo/subset \
|
||||
fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \
|
||||
felixge:httpsnoop:v1.0.1:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \
|
||||
gchaincl:sqlhooks:v1.3.0:gchaincl_sqlhooks/vendor/github.com/gchaincl/sqlhooks \
|
||||
getsentry:sentry-go:v0.10.0:getsentry_sentry_go/vendor/github.com/getsentry/sentry-go \
|
||||
go-asn1-ber:asn1-ber:f715ec2f112d:go_asn1_ber_asn1_ber/vendor/gopkg.in/asn1-ber.v1 \
|
||||
go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
|
||||
go-kit:kit:v0.10.0:go_kit_kit/vendor/github.com/go-kit/kit \
|
||||
go-ldap:ldap:v3.1.0:go_ldap_ldap/vendor/gopkg.in/ldap.v3 \
|
||||
go-logfmt:logfmt:v0.5.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \
|
||||
go-macaron:binding:0b4f37bab25b:go_macaron_binding/vendor/github.com/go-macaron/binding \
|
||||
go-macaron:gzip:cad1c6580a07:go_macaron_gzip/vendor/github.com/go-macaron/gzip \
|
||||
go-macaron:inject:d8a0b8677191:go_macaron_inject/vendor/github.com/go-macaron/inject \
|
||||
go-macaron:macaron:v1.4.0:go_macaron_macaron/vendor/gopkg.in/macaron.v1 \
|
||||
go-mail:mail:v2.3.1:go_mail_mail/vendor/gopkg.in/mail.v2 \
|
||||
go-openapi:analysis:v0.20.0:go_openapi_analysis/vendor/github.com/go-openapi/analysis \
|
||||
go-openapi:errors:v0.20.0:go_openapi_errors/vendor/github.com/go-openapi/errors \
|
||||
go-openapi:jsonpointer:v0.19.5:go_openapi_jsonpointer/vendor/github.com/go-openapi/jsonpointer \
|
||||
go-openapi:jsonreference:v0.19.5:go_openapi_jsonreference/vendor/github.com/go-openapi/jsonreference \
|
||||
go-openapi:loads:v0.20.2:go_openapi_loads/vendor/github.com/go-openapi/loads \
|
||||
go-openapi:runtime:v0.19.28:go_openapi_runtime/vendor/github.com/go-openapi/runtime \
|
||||
go-openapi:spec:v0.20.3:go_openapi_spec/vendor/github.com/go-openapi/spec \
|
||||
go-openapi:strfmt:v0.20.1:go_openapi_strfmt/vendor/github.com/go-openapi/strfmt \
|
||||
go-openapi:swag:v0.19.15:go_openapi_swag/vendor/github.com/go-openapi/swag \
|
||||
go-openapi:validate:v0.20.2:go_openapi_validate/vendor/github.com/go-openapi/validate \
|
||||
go-redis:redis:v5.2.9:go_redis_redis/vendor/gopkg.in/redis.v5 \
|
||||
go-sourcemap:sourcemap:v2.1.3:go_sourcemap_sourcemap/vendor/github.com/go-sourcemap/sourcemap \
|
||||
go-sql-driver:mysql:v1.6.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \
|
||||
go-stack:stack:v1.8.0:go_stack_stack/vendor/github.com/go-stack/stack \
|
||||
go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
|
||||
go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
|
||||
gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \
|
||||
gofrs:uuid:v4.0.0:gofrs_uuid/vendor/github.com/gofrs/uuid \
|
||||
gogo:googleapis:v1.1.0:gogo_googleapis/vendor/github.com/gogo/googleapis \
|
||||
gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \
|
||||
gogo:status:v1.0.3:gogo_status/vendor/github.com/gogo/status \
|
||||
golang-sql:civil:cb61b32ac6fe:golang_sql_civil/vendor/github.com/golang-sql/civil \
|
||||
golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \
|
||||
golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \
|
||||
golang:exp:85be41e4509f:golang_exp/vendor/golang.org/x/exp \
|
||||
golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \
|
||||
golang:lint:83fdc39ff7b5:golang_lint/vendor/golang.org/x/lint \
|
||||
golang:mock:v1.5.0:golang_mock/vendor/github.com/golang/mock \
|
||||
golang:mod:v0.4.1:golang_mod/vendor/golang.org/x/mod \
|
||||
golang:net:fe42d452be8f:golang_net/vendor/golang.org/x/net \
|
||||
golang:oauth2:5e61552d6c78:golang_oauth2/vendor/golang.org/x/oauth2 \
|
||||
golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \
|
||||
golang:snappy:v0.0.3:golang_snappy/vendor/github.com/golang/snappy \
|
||||
golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \
|
||||
golang:sys:0cec03c779c1:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \
|
||||
golang:time:f8bda1e9f3ba:golang_time/vendor/golang.org/x/time \
|
||||
golang:tools:v0.1.0:golang_tools/vendor/golang.org/x/tools \
|
||||
golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
|
||||
gomodule:redigo:v2.0.0:gomodule_redigo/vendor/github.com/gomodule/redigo \
|
||||
gonum:gonum:v0.9.1:gonum_gonum/vendor/gonum.org/v1/gonum \
|
||||
google:btree:v1.0.0:google_btree/vendor/github.com/google/btree \
|
||||
google:flatbuffers:v1.11.0:google_flatbuffers/vendor/github.com/google/flatbuffers \
|
||||
google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \
|
||||
google:go-genproto:c14fb6ef47c3:google_go_genproto/vendor/google.golang.org/genproto \
|
||||
google:uuid:v1.2.0:google_uuid/vendor/github.com/google/uuid \
|
||||
googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \
|
||||
googleapis:google-api-go-client:v0.45.0:googleapis_google_api_go_client/vendor/google.golang.org/api \
|
||||
googleapis:google-cloud-go:storage/v1.14.0:googleapis_google_cloud_go_storage \
|
||||
googleapis:google-cloud-go:v0.81.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \
|
||||
gopherjs:gopherjs:ce3c9ade29de:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \
|
||||
gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \
|
||||
gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \
|
||||
gosimple:slug:v1.9.0:gosimple_slug/vendor/github.com/gosimple/slug \
|
||||
grafana:go-mssqldb:d0ce3c521036:grafana_go_mssqldb/vendor/github.com/denisenkom/go-mssqldb \
|
||||
grafana:grafana-aws-sdk:v0.4.0:grafana_grafana_aws_sdk/vendor/github.com/grafana/grafana-aws-sdk \
|
||||
grafana:grafana-live-sdk:v0.0.6:grafana_grafana_live_sdk/vendor/github.com/grafana/grafana-live-sdk \
|
||||
grafana:grafana-plugin-sdk-go:v0.105.0:grafana_grafana_plugin_sdk_go/vendor/github.com/grafana/grafana-plugin-sdk-go \
|
||||
grafana:loki:15d417efe103:grafana_loki/vendor/github.com/grafana/loki \
|
||||
grpc-ecosystem:go-grpc-middleware:v1.3.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \
|
||||
grpc-ecosystem:go-grpc-prometheus:6af20e3a5340:grpc_ecosystem_go_grpc_prometheus/vendor/github.com/grpc-ecosystem/go-grpc-prometheus \
|
||||
grpc-ecosystem:grpc-gateway:v1.16.0:grpc_ecosystem_grpc_gateway/vendor/github.com/grpc-ecosystem/grpc-gateway \
|
||||
grpc:grpc-go:v1.37.1:grpc_grpc_go/vendor/google.golang.org/grpc \
|
||||
hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \
|
||||
hashicorp:go-hclog:v0.16.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \
|
||||
hashicorp:go-immutable-radix:v1.2.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \
|
||||
hashicorp:go-msgpack:v0.5.5:hashicorp_go_msgpack/vendor/github.com/hashicorp/go-msgpack \
|
||||
hashicorp:go-multierror:v1.1.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \
|
||||
hashicorp:go-plugin:v1.4.0:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \
|
||||
hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \
|
||||
hashicorp:go-version:v1.3.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \
|
||||
hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \
|
||||
hashicorp:memberlist:v0.2.3:hashicorp_memberlist/vendor/github.com/hashicorp/memberlist \
|
||||
hashicorp:yamux:df201c70410d:hashicorp_yamux/vendor/github.com/hashicorp/yamux \
|
||||
igm:sockjs-go:v3.0.0:igm_sockjs_go_v3/vendor/github.com/igm/sockjs-go \
|
||||
inconshreveable:log15:67afb5ed74ec:inconshreveable_log15/vendor/github.com/inconshreveable/log15 \
|
||||
influxdata:influxdb-client-go:v2.2.3:influxdata_influxdb_client_go_v2/vendor/github.com/influxdata/influxdb-client-go/v2 \
|
||||
influxdata:line-protocol:9aa0e372d097:influxdata_line_protocol/vendor/github.com/influxdata/line-protocol \
|
||||
jessevdk:go-flags:v1.5.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \
|
||||
jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \
|
||||
jonboulle:clockwork:v0.2.2:jonboulle_clockwork/vendor/github.com/jonboulle/clockwork \
|
||||
josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \
|
||||
jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \
|
||||
json-iterator:go:v1.1.11:json_iterator_go/vendor/github.com/json-iterator/go \
|
||||
jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \
|
||||
jtolds:gls:v4.20.0:jtolds_gls/vendor/github.com/jtolds/gls \
|
||||
jung-kurt:gofpdf:v1.16.2:jung_kurt_gofpdf/vendor/github.com/jung-kurt/gofpdf \
|
||||
klauspost:compress:v1.12.2:klauspost_compress/vendor/github.com/klauspost/compress \
|
||||
kubernetes:client-go:v0.18.8:kubernetes_client_go/vendor/k8s.io/client-go \
|
||||
lib:pq:v1.10.0:lib_pq/vendor/github.com/lib/pq \
|
||||
linkedin:goavro:v2.10.0:linkedin_goavro_v2/vendor/github.com/linkedin/goavro/v2 \
|
||||
magefile:mage:v1.11.0:magefile_mage/vendor/github.com/magefile/mage \
|
||||
mailru:easyjson:v0.7.6:mailru_easyjson/vendor/github.com/mailru/easyjson \
|
||||
mattermost:xml-roundtrip-validator:bcd7e1b9601e:mattermost_xml_roundtrip_validator/vendor/github.com/mattermost/xml-roundtrip-validator \
|
||||
mattetti:filebuffer:v1.0.1:mattetti_filebuffer/vendor/github.com/mattetti/filebuffer \
|
||||
mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
|
||||
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
|
||||
mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
|
||||
mattn:go-sqlite3:v1.14.7:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
|
||||
matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
|
||||
miekg:dns:v1.1.41:miekg_dns/vendor/github.com/miekg/dns \
|
||||
mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \
|
||||
mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
|
||||
mna:redisc:v1.1.7:mna_redisc/vendor/github.com/mna/redisc \
|
||||
modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \
|
||||
modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \
|
||||
mongodb:mongo-go-driver:v1.5.1:mongodb_mongo_go_driver/vendor/go.mongodb.org/mongo-driver \
|
||||
mpvl:unique:cbe035fff7de:mpvl_unique/vendor/github.com/mpvl/unique \
|
||||
mwitkow:go-conntrack:2f068394615f:mwitkow_go_conntrack/vendor/github.com/mwitkow/go-conntrack \
|
||||
oklog:run:v1.1.0:oklog_run/vendor/github.com/oklog/run \
|
||||
oklog:ulid:v1.3.1:oklog_ulid/vendor/github.com/oklog/ulid \
|
||||
olekukonko:tablewriter:v0.0.5:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \
|
||||
open-telemetry:opentelemetry-collector:v0.27.0:open_telemetry_opentelemetry_collector/vendor/go.opentelemetry.io/collector \
|
||||
opentracing-contrib:go-grpc:73cb765af46e:opentracing_contrib_go_grpc/vendor/github.com/opentracing-contrib/go-grpc \
|
||||
opentracing-contrib:go-stdlib:v1.0.0:opentracing_contrib_go_stdlib/vendor/github.com/opentracing-contrib/go-stdlib \
|
||||
opentracing:opentracing-go:v1.2.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \
|
||||
patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \
|
||||
pkg:browser:ce105d075bb4:pkg_browser/vendor/github.com/pkg/browser \
|
||||
pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
|
||||
pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
|
||||
prometheus:alertmanager:v0.22.0:prometheus_alertmanager/vendor/github.com/prometheus/alertmanager \
|
||||
prometheus:client_golang:v1.10.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
|
||||
prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \
|
||||
prometheus:common:v0.24.0:prometheus_common/vendor/github.com/prometheus/common \
|
||||
prometheus:node_exporter:01054558c289:prometheus_node_exporter/vendor/github.com/prometheus/node_exporter \
|
||||
prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \
|
||||
prometheus:prometheus:2a4b8e12bbf2:prometheus_prometheus/vendor/github.com/prometheus/prometheus \
|
||||
protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
|
||||
rainycape:unidecode:cb7f23ec59be:rainycape_unidecode/vendor/github.com/rainycape/unidecode \
|
||||
robfig:cron:b41be1df6967:robfig_cron/vendor/github.com/robfig/cron \
|
||||
robfig:cron:v3.0.1:robfig_cron_v3/vendor/github.com/robfig/cron/v3 \
|
||||
rs:cors:v1.7.0:rs_cors/vendor/github.com/rs/cors \
|
||||
russellhaering:goxmldsig:v1.1.0:russellhaering_goxmldsig/vendor/github.com/russellhaering/goxmldsig \
|
||||
russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \
|
||||
sean-:seed:e2103e2c3529:sean__seed/vendor/github.com/sean-/seed \
|
||||
sercand:kuberesolver:v2.4.0:sercand_kuberesolver/vendor/github.com/sercand/kuberesolver \
|
||||
sergi:go-diff:v1.0.0:sergi_go_diff/vendor/github.com/sergi/go-diff \
|
||||
shurcooL:httpfs:8d4bc4ba7749:shurcool_httpfs/vendor/github.com/shurcooL/httpfs \
|
||||
shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \
|
||||
shurcooL:vfsgen:0d455de96546:shurcool_vfsgen/vendor/github.com/shurcooL/vfsgen \
|
||||
sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
|
||||
smartystreets:assertions:v1.0.1:smartystreets_assertions/vendor/github.com/smartystreets/assertions \
|
||||
smartystreets:goconvey:v1.6.4:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \
|
||||
square:go-jose:v2.5.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \
|
||||
stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \
|
||||
stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \
|
||||
teris-io:shortid:771a37caa5cf:teris_io_shortid/vendor/github.com/teris-io/shortid \
|
||||
timberio:go-datemath:74ddef604fff:timberio_go_datemath/vendor/github.com/timberio/go-datemath \
|
||||
ua-parser:uap-go:daf92ba38329:ua_parser_uap_go/vendor/github.com/ua-parser/uap-go \
|
||||
uber-go:atomic:v1.7.0:uber_go_atomic/vendor/go.uber.org/atomic \
|
||||
uber-go:goleak:v1.1.10:uber_go_goleak/vendor/go.uber.org/goleak \
|
||||
uber:jaeger-client-go:v2.27.0:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \
|
||||
uber:jaeger-lib:v2.4.1:uber_jaeger_lib/vendor/github.com/uber/jaeger-lib \
|
||||
unknwon:com:v1.0.1:unknwon_com/vendor/github.com/unknwon/com \
|
||||
urfave:cli:v2.3.0:urfave_cli_v2/vendor/github.com/urfave/cli/v2 \
|
||||
weaveworks:common:009d1eebd624:weaveworks_common/vendor/github.com/weaveworks/common \
|
||||
weaveworks:promrus:v1.2.0:weaveworks_promrus/vendor/github.com/weaveworks/promrus \
|
||||
xorcare:pointer:v1.1.0:xorcare_pointer/vendor/github.com/xorcare/pointer \
|
||||
yudai:gojsondiff:v1.0.0:yudai_gojsondiff/vendor/github.com/yudai/gojsondiff \
|
||||
yudai:golcs:ecda9a501e82:yudai_golcs/vendor/github.com/yudai/golcs
|
||||
|
||||
USE_RC_SUBR= grafana
|
||||
TAG= 5c5d45e
|
||||
|
||||
GO_TARGET= ./pkg/cmd/grafana-server \
|
||||
./pkg/cmd/grafana-cli
|
||||
GO_BUILDFLAGS= -ldflags="-w -X main.version=${PORTVERSION} -X main.commit=${TAG}"
|
||||
|
||||
SUB_FILES= grafana.ini
|
||||
SUB_LIST= GRAFANA_USER=${GRAFANA_USER} \
|
||||
GRAFANA_GROUP=${GRAFANA_GROUP} \
|
||||
GRAFANA_DATADIR=${GRAFANA_DATADIR} \
|
||||
GRAFANA_HOMEDIR=${GRAFANA_HOMEDIR} \
|
||||
GRAFANA_LOGDIR=${GRAFANA_LOGDIR} \
|
||||
GRAFANA_PLUGINDIR=${GRAFANA_PLUGINDIR} \
|
||||
GRAFANA_PROVISIONINGDIR=${GRAFANA_PROVISIONINGDIR} \
|
||||
GRAFANA_BUILDHASH=7f5a241f55df4a1c66ae
|
||||
|
||||
GRAFANA_USER?= grafana
|
||||
GRAFANA_GROUP?= grafana
|
||||
|
||||
USERS= ${GRAFANA_USER}
|
||||
GROUPS= ${GRAFANA_GROUP}
|
||||
|
||||
PLIST_SUB= ${SUB_LIST}
|
||||
|
||||
GRAFANA_DATADIR?= /var/db/${PORTNAME}
|
||||
GRAFANA_HOMEDIR?= ${DATADIR}
|
||||
GRAFANA_LOGDIR?= /var/log/${PORTNAME}
|
||||
GRAFANA_PLUGINDIR?= ${GRAFANA_DATADIR}/plugins
|
||||
GRAFANA_PROVISIONINGDIR?= ${ETCDIR}/provisioning
|
||||
|
||||
post-extract:
|
||||
@${RM} -r ${WRKSRC}/public
|
||||
@(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} grafana-${PORTVERSION}/public)
|
||||
@(cd ${WRKDIR} && ${MKDIR} ${WRKSRC}/vendor/xorm.io && ${MV} builder ${WRKSRC}/vendor/xorm.io/ && ${MV} core ${WRKSRC}/vendor/xorm.io/ && ${MV} xorm ${WRKSRC}/vendor/xorm.io/)
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_HOMEDIR}
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_HOMEDIR}/conf
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_DATADIR}
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_PLUGINDIR}
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}/access-control
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}/dashboards
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}/datasources
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}/notifiers
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_PROVISIONINGDIR}/plugins
|
||||
${MKDIR} ${STAGEDIR}${GRAFANA_LOGDIR}
|
||||
( cd ${WRKSRC} && \
|
||||
${COPYTREE_SHARE} public ${STAGEDIR}${GRAFANA_HOMEDIR} )
|
||||
${INSTALL_DATA} ${WRKSRC}/conf/defaults.ini \
|
||||
${STAGEDIR}${GRAFANA_HOMEDIR}/conf/defaults.ini
|
||||
${INSTALL_DATA} ${WRKDIR}/grafana.ini \
|
||||
${STAGEDIR}${ETCDIR}/grafana.ini.sample
|
||||
|
||||
.include <bsd.port.mk>
|
447
www/grafana8/distinfo
Normal file
447
www/grafana8/distinfo
Normal file
@ -0,0 +1,447 @@
|
||||
TIMESTAMP = 1623789808
|
||||
SHA256 (grafana-8.0.2.linux-amd64.tar.gz) = 4013062cddcc8d825cbf6bdbb3d1877eb0a2c5c57b9c7f8ec77a3afd8b5161a9
|
||||
SIZE (grafana-8.0.2.linux-amd64.tar.gz) = 55512802
|
||||
SHA256 (v0.3.6.tar.gz) = af49dbe70ab6b0eb31d69afd89c3260b82cb662607b66eac41b65d642faee6bb
|
||||
SIZE (v0.3.6.tar.gz) = 22747
|
||||
SHA256 (v0.7.3.tar.gz) = 9709c0e8eec3045832f9da81c7bcacf1a32774cb674efcd5662dd8b4d82f70c1
|
||||
SIZE (v0.7.3.tar.gz) = 21163
|
||||
SHA256 (v0.8.2.tar.gz) = 871cec6861f88b22fe36879e854872f960fae58a4e87d93c6c43d90558c8fc84
|
||||
SIZE (v0.8.2.tar.gz) = 413897
|
||||
SHA256 (grafana-grafana-v8.0.2_GH0.tar.gz) = 2262c8ac65bc18e8bfb60cf7c363edf1911cf4a6a54722c27cd54a71c98ebb8b
|
||||
SIZE (grafana-grafana-v8.0.2_GH0.tar.gz) = 11564916
|
||||
SHA256 (Azure-azure-sdk-for-go-023238f4c45f_GH0.tar.gz) = 7fc283310c39645475503e4388f96cbc721cca5d35de57bc17282188b70ce69c
|
||||
SIZE (Azure-azure-sdk-for-go-023238f4c45f_GH0.tar.gz) = 36528192
|
||||
SHA256 (Azure-azure-sdk-for-go-2bc7350b1dcd_GH0.tar.gz) = a385b24461c2dd73a3e32e130f9bf51940cbd263d5abaa2486aab6a37b27b079
|
||||
SIZE (Azure-azure-sdk-for-go-2bc7350b1dcd_GH0.tar.gz) = 37129853
|
||||
SHA256 (Azure-azure-sdk-for-go-aa6ba0a4ce44_GH0.tar.gz) = 77d1feb71e84737381cf63eb3f719b44aa42f586c6f2fa692544b515a43d5128
|
||||
SIZE (Azure-azure-sdk-for-go-aa6ba0a4ce44_GH0.tar.gz) = 35580610
|
||||
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
|
||||
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
|
||||
SHA256 (FZambia-eagle-v0.0.1_GH0.tar.gz) = dc2dd0e2e582a2c8e8c7fadab6d1456b9ff2d15fe7c5a8e54986c0d961a200f1
|
||||
SIZE (FZambia-eagle-v0.0.1_GH0.tar.gz) = 5095
|
||||
SHA256 (FZambia-sentinel-v1.1.0_GH0.tar.gz) = 347d9b6effd1e329c7be8275d6b9a6977d80d86db1f9a4619f0f8f55af3e5676
|
||||
SIZE (FZambia-sentinel-v1.1.0_GH0.tar.gz) = 8143
|
||||
SHA256 (Masterminds-semver-v1.5.0_GH0.tar.gz) = c9140eddfb03dc862f826e7761561260b9a840afa7519cc0919e89a43b5be5ba
|
||||
SIZE (Masterminds-semver-v1.5.0_GH0.tar.gz) = 21188
|
||||
SHA256 (PuerkitoBio-purell-v1.1.1_GH0.tar.gz) = 93e2ae2b12fc656ecc7ca28336009d24431247d2af59949c59fdef26ecc9a971
|
||||
SIZE (PuerkitoBio-purell-v1.1.1_GH0.tar.gz) = 11604
|
||||
SHA256 (PuerkitoBio-urlesc-de5bf2ad4578_GH0.tar.gz) = e1d470b13efcab6d4dea96a3cdb986b8a29a06c05d1b80399f0e58caef5ca932
|
||||
SIZE (PuerkitoBio-urlesc-de5bf2ad4578_GH0.tar.gz) = 6796
|
||||
SHA256 (VividCortex-mysqlerr-6c6b55f8796f_GH0.tar.gz) = 7c9f63636e73821dabebb3988bd12ecce0e473a111af835a34b794718c18c9d9
|
||||
SIZE (VividCortex-mysqlerr-6c6b55f8796f_GH0.tar.gz) = 14691
|
||||
SHA256 (alexcesaro-quotedprintable-2caba252f4dc_GH0.tar.gz) = 1a314d172f499342a97996e30ae1731b2e923e17031734d7350927458f544efb
|
||||
SIZE (alexcesaro-quotedprintable-2caba252f4dc_GH0.tar.gz) = 10425
|
||||
SHA256 (apache-arrow-5bea62493d91_GH0.tar.gz) = 1d8955ea54b9fb1665e789de175bfc64e803f6e4fa176ecad821cdfc11ebfa8b
|
||||
SIZE (apache-arrow-5bea62493d91_GH0.tar.gz) = 7676886
|
||||
SHA256 (apache-thrift-v0.14.1_GH0.tar.gz) = 5ae1c4d16452a22eaf9d802ba7489907147c2b316ff38c9758918552fae5132c
|
||||
SIZE (apache-thrift-v0.14.1_GH0.tar.gz) = 3142264
|
||||
SHA256 (armon-go-metrics-v0.3.6_GH0.tar.gz) = c4f5898a817bcbbc68aea6de0ce0b1a2d47f8d970cf93db0a581bb1a01d762d9
|
||||
SIZE (armon-go-metrics-v0.3.6_GH0.tar.gz) = 34592
|
||||
SHA256 (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = a8a0ecc0f3f23bef9886a6b798d7a61d5c4b24e1aa8065a0de0173a4b39f7f5d
|
||||
SIZE (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = 60431
|
||||
SHA256 (aws-aws-sdk-go-v1.38.34_GH0.tar.gz) = 95a84e99858740ac822aea0a7273804fd614989950a01382c903116d96cb6b84
|
||||
SIZE (aws-aws-sdk-go-v1.38.34_GH0.tar.gz) = 18961954
|
||||
SHA256 (beevik-etree-v1.1.0_GH0.tar.gz) = d1b424a126ce5c46d8e9ba42217e7997cc992bef56d17cc39d1d91525c0dc1de
|
||||
SIZE (beevik-etree-v1.1.0_GH0.tar.gz) = 26390
|
||||
SHA256 (benbjohnson-clock-v1.1.0_GH0.tar.gz) = 43d7a7d4d1cfe92831ecaabdf005f5ae3495739f726cc5af67614d2837b8bcb7
|
||||
SIZE (benbjohnson-clock-v1.1.0_GH0.tar.gz) = 6320
|
||||
SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825
|
||||
SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867
|
||||
SHA256 (bradfitz-gomemcache-a41fca850d0b_GH0.tar.gz) = e9b32edd5745cd009c4d23d0ff6e2fdd7ae92e6049a9155500c93bf93e744bc6
|
||||
SIZE (bradfitz-gomemcache-a41fca850d0b_GH0.tar.gz) = 13238
|
||||
SHA256 (c2h5oh-datasize-28bbd4740fee_GH0.tar.gz) = 8f07351e7f97d619ca328460181a73f3e30af86554a74cf7199afc78713c599b
|
||||
SIZE (c2h5oh-datasize-28bbd4740fee_GH0.tar.gz) = 4124
|
||||
SHA256 (cenkalti-backoff-v4.1.0_GH0.tar.gz) = 8911c7834acfa7795271db561cfafd8a4bd0a5153d7df93e71e13a9ee3b06e98
|
||||
SIZE (cenkalti-backoff-v4.1.0_GH0.tar.gz) = 9834
|
||||
SHA256 (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = cc9dc0234de1baacf1855cf19615b381ca2f2adb83a2871e7a9b8b74e46818cf
|
||||
SIZE (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = 176498
|
||||
SHA256 (centrifugal-centrifuge-v0.17.0_GH0.tar.gz) = 481e3fd652d3b603ac210dbd8bea234d84c6f46070405a8649314c9a9f27ec84
|
||||
SIZE (centrifugal-centrifuge-v0.17.0_GH0.tar.gz) = 398849
|
||||
SHA256 (centrifugal-protocol-v0.5.0_GH0.tar.gz) = 6a09bc7aab085ae594edb68bb2abbb4d90323caf2a9e54f43c53405db53ce85f
|
||||
SIZE (centrifugal-protocol-v0.5.0_GH0.tar.gz) = 34594
|
||||
SHA256 (cespare-xxhash-v1.1.0_GH0.tar.gz) = 9418be390574092f0ca989b9ae2f5450270ead8125a635a100850b28c8c9c495
|
||||
SIZE (cespare-xxhash-v1.1.0_GH0.tar.gz) = 8200
|
||||
SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148
|
||||
SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292
|
||||
SHA256 (cheekybits-genny-v1.0.0_GH0.tar.gz) = 6982bf513333fb3ee3e6e0633500a3800fb6a3d6beb9e6c6084a96c85a49dd73
|
||||
SIZE (cheekybits-genny-v1.0.0_GH0.tar.gz) = 15585
|
||||
SHA256 (cockroachdb-apd-v2.0.1_GH0.tar.gz) = 599d1df6218c8c8c1e80be882b38ec9d486e9da82bea83dca02c4a79a35b2f17
|
||||
SIZE (cockroachdb-apd-v2.0.1_GH0.tar.gz) = 304379
|
||||
SHA256 (cortexproject-cortex-d382e1d80eaf_GH0.tar.gz) = 699652d3aa55810c0874b1c044bdf80059d12dd74ea5a3801eb3ecc5b957749b
|
||||
SIZE (cortexproject-cortex-d382e1d80eaf_GH0.tar.gz) = 15489448
|
||||
SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576
|
||||
SIZE (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 52021
|
||||
SHA256 (crewjam-saml-bca570abb2ce_GH0.tar.gz) = b12429ce52c0329943a64bea441f481ea0995133a905d61aa6eab5d02ac7e41b
|
||||
SIZE (crewjam-saml-bca570abb2ce_GH0.tar.gz) = 239531
|
||||
SHA256 (cuelang-cue-v0.3.2_GH0.tar.gz) = 4b1c6137c15b9389d8af6317e3def0d1bb06d1cb5817c22b75769f069fd62001
|
||||
SIZE (cuelang-cue-v0.3.2_GH0.tar.gz) = 1199732
|
||||
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
|
||||
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
|
||||
SHA256 (deepmap-oapi-codegen-v1.3.13_GH0.tar.gz) = c206f58011623e4d6c5a158b0cef563426694bb1bf0b9cbe03be7180986706da
|
||||
SIZE (deepmap-oapi-codegen-v1.3.13_GH0.tar.gz) = 135335
|
||||
SHA256 (docker-go-units-v0.4.0_GH0.tar.gz) = b411f15ca9b419880006f3944b8ec87dc3fe15cbba3beb6e04f2c03f9ea8370b
|
||||
SIZE (docker-go-units-v0.4.0_GH0.tar.gz) = 11514
|
||||
SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba
|
||||
SIZE (dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260
|
||||
SHA256 (edsrzf-mmap-go-v1.0.0_GH0.tar.gz) = 49c502c28de1e36f12005a70543ae62e15dcd85565572df4e973beb5812587bf
|
||||
SIZE (edsrzf-mmap-go-v1.0.0_GH0.tar.gz) = 5463
|
||||
SHA256 (emicklei-proto-v1.6.15_GH0.tar.gz) = 7291cfac4b3c8d96507793e9b83cc9c8044357ec5db274f7e003b0955d70f58e
|
||||
SIZE (emicklei-proto-v1.6.15_GH0.tar.gz) = 28586
|
||||
SHA256 (facebookgo-ensure-b4ab57deab51_GH0.tar.gz) = 228a9f93d69255a4bb82bf058c97f1bde71c595e94da5a3b421026210275b959
|
||||
SIZE (facebookgo-ensure-b4ab57deab51_GH0.tar.gz) = 6412
|
||||
SHA256 (facebookgo-inject-f23751cae28b_GH0.tar.gz) = edaf2ed132818f18b2f0ce9d6358f1358c0b44f7715634fc1e6b725281e3454b
|
||||
SIZE (facebookgo-inject-f23751cae28b_GH0.tar.gz) = 9269
|
||||
SHA256 (facebookgo-stack-751773369052_GH0.tar.gz) = bb0ffca174994df1bdb2a24fce3bcf3178c2887996e119f4409f2de5326debf0
|
||||
SIZE (facebookgo-stack-751773369052_GH0.tar.gz) = 5797
|
||||
SHA256 (facebookgo-structtag-217e25fb9691_GH0.tar.gz) = e42f1b402f77eca8470df5f9330dcaec1811ddc9e9bd89ae463adab70dc9f6a0
|
||||
SIZE (facebookgo-structtag-217e25fb9691_GH0.tar.gz) = 2554
|
||||
SHA256 (facebookgo-subset-8dac2c3c4870_GH0.tar.gz) = 211e1e0d80bc85e4f5b3bba50ff0a96755d5da08c9f029a7d29690691cd4ded2
|
||||
SIZE (facebookgo-subset-8dac2c3c4870_GH0.tar.gz) = 4483
|
||||
SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e
|
||||
SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532
|
||||
SHA256 (felixge-httpsnoop-v1.0.1_GH0.tar.gz) = 02f506689067855a2afcbea692a63f60bcb50a3994722650339c82027d1cbe3e
|
||||
SIZE (felixge-httpsnoop-v1.0.1_GH0.tar.gz) = 10725
|
||||
SHA256 (gchaincl-sqlhooks-v1.3.0_GH0.tar.gz) = 49ea2c5cb8e84251e1df2a6f58b4bc9a78804b3a39c6a38341831a26ba8f8585
|
||||
SIZE (gchaincl-sqlhooks-v1.3.0_GH0.tar.gz) = 11900
|
||||
SHA256 (getsentry-sentry-go-v0.10.0_GH0.tar.gz) = 2afd6ccb3a8f6e9998313a99456760d8cf7260994cefd285fba17a32598595e1
|
||||
SIZE (getsentry-sentry-go-v0.10.0_GH0.tar.gz) = 111875
|
||||
SHA256 (go-asn1-ber-asn1-ber-f715ec2f112d_GH0.tar.gz) = 084d4021bd3a9ae361fff6c59910d83227116dee977ec09bfe9322db43020b0d
|
||||
SIZE (go-asn1-ber-asn1-ber-f715ec2f112d_GH0.tar.gz) = 13199
|
||||
SHA256 (go-ini-ini-v1.62.0_GH0.tar.gz) = 926ca2ff49018dc5c0991f3a790bc2083a3c52c470167d42f0f0bcd6642ff64e
|
||||
SIZE (go-ini-ini-v1.62.0_GH0.tar.gz) = 50314
|
||||
SHA256 (go-kit-kit-v0.10.0_GH0.tar.gz) = c0fac2e37b981e4c18e4f210b92e1393bd59dadd7c7fc043ec46d1c9834eba85
|
||||
SIZE (go-kit-kit-v0.10.0_GH0.tar.gz) = 274801
|
||||
SHA256 (go-ldap-ldap-v3.1.0_GH0.tar.gz) = d92a365629f2df40216e5d637ef2c5a3984d40ba219f55dc34af59ad659e3ab4
|
||||
SIZE (go-ldap-ldap-v3.1.0_GH0.tar.gz) = 41634
|
||||
SHA256 (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 76727000951c187d058289d8e83d3e2ad480a5d44c7c83b025b78b7eb6bf0258
|
||||
SIZE (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 11745
|
||||
SHA256 (go-macaron-binding-0b4f37bab25b_GH0.tar.gz) = 71c1f7e46da92204083ee5e24faef361f2c96519188d2ed3cf3eefe7b639a9cf
|
||||
SIZE (go-macaron-binding-0b4f37bab25b_GH0.tar.gz) = 23493
|
||||
SHA256 (go-macaron-gzip-cad1c6580a07_GH0.tar.gz) = c12316ebd5f1c374e8b49e7c3a96166e85b4bb7763eded7e410e8148f38c63e0
|
||||
SIZE (go-macaron-gzip-cad1c6580a07_GH0.tar.gz) = 6443
|
||||
SHA256 (go-macaron-inject-d8a0b8677191_GH0.tar.gz) = c7606f032ed7cb6c465c6b41ab19d0742514f3365baed9b4b00249f79ef006a7
|
||||
SIZE (go-macaron-inject-d8a0b8677191_GH0.tar.gz) = 8050
|
||||
SHA256 (go-macaron-macaron-v1.4.0_GH0.tar.gz) = 41399efdc8469b69215ac16aba367a5d00b728b2a593ededd2aee62d2002446b
|
||||
SIZE (go-macaron-macaron-v1.4.0_GH0.tar.gz) = 133118
|
||||
SHA256 (go-mail-mail-v2.3.1_GH0.tar.gz) = 264a42278757b9153338e618b2c98109d88f8ae8599a804f291e17bba9bb8969
|
||||
SIZE (go-mail-mail-v2.3.1_GH0.tar.gz) = 19878
|
||||
SHA256 (go-openapi-analysis-v0.20.0_GH0.tar.gz) = b94c995545da66b594f9717989266bc6ac08ecb3c319072dfd69001b86c55808
|
||||
SIZE (go-openapi-analysis-v0.20.0_GH0.tar.gz) = 221669
|
||||
SHA256 (go-openapi-errors-v0.20.0_GH0.tar.gz) = a60f376f419e20b05858e49b766251c6ab27799ebedb4643f53988e2848bac3b
|
||||
SIZE (go-openapi-errors-v0.20.0_GH0.tar.gz) = 18839
|
||||
SHA256 (go-openapi-jsonpointer-v0.19.5_GH0.tar.gz) = 587217a2edeedbe6de0f0ba62d7c347f31be2f7016da4fafdeda3aba5dd6b1a9
|
||||
SIZE (go-openapi-jsonpointer-v0.19.5_GH0.tar.gz) = 15456
|
||||
SHA256 (go-openapi-jsonreference-v0.19.5_GH0.tar.gz) = 9ab7344a39477fda6b782ab30e6a61c6117ebc656442bf0dad0081a5919240d5
|
||||
SIZE (go-openapi-jsonreference-v0.19.5_GH0.tar.gz) = 14168
|
||||
SHA256 (go-openapi-loads-v0.20.2_GH0.tar.gz) = b06fba121c3caa54ee3072e98a2e7d6d1cfafa0d9b68a352547eb8eb2f7aa188
|
||||
SIZE (go-openapi-loads-v0.20.2_GH0.tar.gz) = 56554
|
||||
SHA256 (go-openapi-runtime-v0.19.28_GH0.tar.gz) = cff1e687c305bb9a73b6db9cc212fef9689db361080c805510c927300f0696a3
|
||||
SIZE (go-openapi-runtime-v0.19.28_GH0.tar.gz) = 132420
|
||||
SHA256 (go-openapi-spec-v0.20.3_GH0.tar.gz) = bb910bdd01984283d7febe21935ea55cd1ee4d6628bc056668a13ccda79029b1
|
||||
SIZE (go-openapi-spec-v0.20.3_GH0.tar.gz) = 297211
|
||||
SHA256 (go-openapi-strfmt-v0.20.1_GH0.tar.gz) = cef0c25b71554edb56e1707dc0c0d2c463877861917e6b9a05f8a03dbda6efd8
|
||||
SIZE (go-openapi-strfmt-v0.20.1_GH0.tar.gz) = 44436
|
||||
SHA256 (go-openapi-swag-v0.19.15_GH0.tar.gz) = 5d22d5a44970926178102eb80926f4cbfd00f3f1f2810cbbd4d8e7c62547afe6
|
||||
SIZE (go-openapi-swag-v0.19.15_GH0.tar.gz) = 35515
|
||||
SHA256 (go-openapi-validate-v0.20.2_GH0.tar.gz) = 40145ab360fd08dc30396acdee8c7b46541f90b8613ad53b98a5786f439cf186
|
||||
SIZE (go-openapi-validate-v0.20.2_GH0.tar.gz) = 463309
|
||||
SHA256 (go-redis-redis-v5.2.9_GH0.tar.gz) = 494f474925e89749124445cdebc5affd741f7532d2a4d6e4e2069b17d74f4fd2
|
||||
SIZE (go-redis-redis-v5.2.9_GH0.tar.gz) = 69991
|
||||
SHA256 (go-sourcemap-sourcemap-v2.1.3_GH0.tar.gz) = 9e5d9e6f1b7facedd58ef8bb2af86ddf906bfc0c3f377934603e900b21490956
|
||||
SIZE (go-sourcemap-sourcemap-v2.1.3_GH0.tar.gz) = 6479
|
||||
SHA256 (go-sql-driver-mysql-v1.6.0_GH0.tar.gz) = 25233aea6418ca7e2e8d83f1bf4f498ef7f79c8c0fee1dc2a8ba623372574b28
|
||||
SIZE (go-sql-driver-mysql-v1.6.0_GH0.tar.gz) = 94168
|
||||
SHA256 (go-stack-stack-v1.8.0_GH0.tar.gz) = 3b8987e137d76f4f35db1e8005ec7fb766b68eed8cac0ca0b795ac43cd72b319
|
||||
SIZE (go-stack-stack-v1.8.0_GH0.tar.gz) = 8039
|
||||
SHA256 (go-yaml-yaml-496545a6307b_GH0.tar.gz) = ed0e11dc14bbbd4127031d7e8b9e58dad885e2c44a16359d2f64b71d1d1f692a
|
||||
SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156
|
||||
SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0
|
||||
SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209
|
||||
SHA256 (gobwas-glob-v0.2.3_GH0.tar.gz) = 325026fc78bcebcf31151b6e060f4e1c3321b04ded3dab63b63610b323c10850
|
||||
SIZE (gobwas-glob-v0.2.3_GH0.tar.gz) = 25962
|
||||
SHA256 (gofrs-uuid-v4.0.0_GH0.tar.gz) = 7857a4f0c066d2e43a1b7912458b028b6fa351eb1a1d41b022dd6ac347e96b4f
|
||||
SIZE (gofrs-uuid-v4.0.0_GH0.tar.gz) = 17824
|
||||
SHA256 (gogo-googleapis-v1.1.0_GH0.tar.gz) = 887b545e6fc74725f159977fdcb7c8ea2368e22832c5c14f8a68d877cc584f0d
|
||||
SIZE (gogo-googleapis-v1.1.0_GH0.tar.gz) = 45199
|
||||
SHA256 (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2bb4b13d6e56b3911f09b8e9ddd15708477fbff8823c057cc79dd99c9a452b34
|
||||
SIZE (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2038725
|
||||
SHA256 (gogo-status-v1.0.3_GH0.tar.gz) = 2b313ae5eb0fcb72f95c78d3072d3c1acc18327cdd92e072b9e31997e034015a
|
||||
SIZE (gogo-status-v1.0.3_GH0.tar.gz) = 9382
|
||||
SHA256 (golang-sql-civil-cb61b32ac6fe_GH0.tar.gz) = ebc100d46719b1374b59e59bc63baffaec6a2bface5b0d519024f43c097cdc3e
|
||||
SIZE (golang-sql-civil-cb61b32ac6fe_GH0.tar.gz) = 8359
|
||||
SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f
|
||||
SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007
|
||||
SHA256 (golang-crypto-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4
|
||||
SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023
|
||||
SHA256 (golang-exp-85be41e4509f_GH0.tar.gz) = 6fb18daada899f426f0b689b00c495035e7dbb9269f4d4d4017a154f9e6c5c8d
|
||||
SIZE (golang-exp-85be41e4509f_GH0.tar.gz) = 1526135
|
||||
SHA256 (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865
|
||||
SIZE (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047
|
||||
SHA256 (golang-lint-83fdc39ff7b5_GH0.tar.gz) = 5014077abbc075c3b4b459f7ad98cc1c28f2ae6bde906a9d8ed19d8c8b97987a
|
||||
SIZE (golang-lint-83fdc39ff7b5_GH0.tar.gz) = 31889
|
||||
SHA256 (golang-mock-v1.5.0_GH0.tar.gz) = 7a8212b8332072626d1ce440883929a28ab18450926bc5164d926c6e5cae61ff
|
||||
SIZE (golang-mock-v1.5.0_GH0.tar.gz) = 66429
|
||||
SHA256 (golang-mod-v0.4.1_GH0.tar.gz) = 548935751dbc1c29a27bf1b1de6d7ffe58b752d6ad7bc1f254e6ea89ae2ddd59
|
||||
SIZE (golang-mod-v0.4.1_GH0.tar.gz) = 102751
|
||||
SHA256 (golang-net-fe42d452be8f_GH0.tar.gz) = c7e6cff40e77036dde500b7293aaeddcb36e6f61647cedeb3a13678ff129ac1b
|
||||
SIZE (golang-net-fe42d452be8f_GH0.tar.gz) = 1251727
|
||||
SHA256 (golang-oauth2-5e61552d6c78_GH0.tar.gz) = 01ea885d501ffceaecaef9a91a433c3391583f4ee6cae16115ebb2ccafcc90c9
|
||||
SIZE (golang-oauth2-5e61552d6c78_GH0.tar.gz) = 78982
|
||||
SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3
|
||||
SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702
|
||||
SHA256 (golang-snappy-v0.0.3_GH0.tar.gz) = c22541bf48b252b55ea0e618a5887e3d4f95c6ec5e46bbd60d1020366ffa2580
|
||||
SIZE (golang-snappy-v0.0.3_GH0.tar.gz) = 65976
|
||||
SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda
|
||||
SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752
|
||||
SHA256 (golang-sys-0cec03c779c1_GH0.tar.gz) = 3f02c01a4394b5c6868065916b40a2d3ec230dd1574f1383284f5159ea3b6c8a
|
||||
SIZE (golang-sys-0cec03c779c1_GH0.tar.gz) = 1197020
|
||||
SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760
|
||||
SIZE (golang-text-v0.3.6_GH0.tar.gz) = 8351095
|
||||
SHA256 (golang-time-f8bda1e9f3ba_GH0.tar.gz) = e068a34e54894c9c189ba2c2e5b7ea9116ed661f6a7c0d0e744d8e0066017ebb
|
||||
SIZE (golang-time-f8bda1e9f3ba_GH0.tar.gz) = 9656
|
||||
SHA256 (golang-tools-v0.1.0_GH0.tar.gz) = 88f66c1a7ff0f7fce20c0808d2769baa977f56f74197c9681cd864d0977e97a2
|
||||
SIZE (golang-tools-v0.1.0_GH0.tar.gz) = 2683055
|
||||
SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7
|
||||
SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664
|
||||
SHA256 (gomodule-redigo-v2.0.0_GH0.tar.gz) = b97a9b0298c371c80b4ba141cb683eaa003c8825a5b02526a03435f6e7568289
|
||||
SIZE (gomodule-redigo-v2.0.0_GH0.tar.gz) = 42976
|
||||
SHA256 (gonum-gonum-v0.9.1_GH0.tar.gz) = 47e7c59f09a6e95f21010fcc94ee9aa67290e3ae358d5b27b36665150f10ed07
|
||||
SIZE (gonum-gonum-v0.9.1_GH0.tar.gz) = 3357782
|
||||
SHA256 (google-btree-v1.0.0_GH0.tar.gz) = 9f53e0e1330a4dbe92100d516606791f7196bf828ba93d693ef4d5c1cbd5fe30
|
||||
SIZE (google-btree-v1.0.0_GH0.tar.gz) = 15292
|
||||
SHA256 (google-flatbuffers-v1.11.0_GH0.tar.gz) = 3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
|
||||
SIZE (google-flatbuffers-v1.11.0_GH0.tar.gz) = 894944
|
||||
SHA256 (google-go-cmp-v0.5.5_GH0.tar.gz) = 8f1a0041f484812ae219e7548a13d5269c947cfcdea6031d40cdc85cd0663b3e
|
||||
SIZE (google-go-cmp-v0.5.5_GH0.tar.gz) = 102358
|
||||
SHA256 (google-go-genproto-c14fb6ef47c3_GH0.tar.gz) = 26b5114e119b8945b16a7205d55e1dbd3c006940ac4568d670081690ef7210a8
|
||||
SIZE (google-go-genproto-c14fb6ef47c3_GH0.tar.gz) = 8642924
|
||||
SHA256 (google-uuid-v1.2.0_GH0.tar.gz) = 53ba896ce398435b3ba4f9375f5d4908b09c79daaa54ecd4e5000b7bef984380
|
||||
SIZE (google-uuid-v1.2.0_GH0.tar.gz) = 14158
|
||||
SHA256 (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c
|
||||
SIZE (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328
|
||||
SHA256 (googleapis-google-api-go-client-v0.45.0_GH0.tar.gz) = 628120c26b3db51e218d50b3555eb552a12993e5c1096b4ed8ad200bae925985
|
||||
SIZE (googleapis-google-api-go-client-v0.45.0_GH0.tar.gz) = 20020236
|
||||
SHA256 (googleapis-google-cloud-go-storage-v1.14.0_GH0.tar.gz) = 368e85de49d201a1a7f7da58f597c5904a6665b733315b9b22eee9397dfe9bfe
|
||||
SIZE (googleapis-google-cloud-go-storage-v1.14.0_GH0.tar.gz) = 3404588
|
||||
SHA256 (googleapis-google-cloud-go-v0.81.0_GH0.tar.gz) = 307f191f0ebcd71b96ec66554670eb3cf0398c64a427e43651472b5d9616f1ae
|
||||
SIZE (googleapis-google-cloud-go-v0.81.0_GH0.tar.gz) = 3510192
|
||||
SHA256 (gopherjs-gopherjs-ce3c9ade29de_GH0.tar.gz) = b839dad26fe66a8c99b892da92ca418bc021c532583667df33252986942be434
|
||||
SIZE (gopherjs-gopherjs-ce3c9ade29de_GH0.tar.gz) = 227776
|
||||
SHA256 (gorilla-mux-v1.8.0_GH0.tar.gz) = ea2639259d2ce6f402636655e91eb93ba69c139e3cbf80b044ee393ada53757b
|
||||
SIZE (gorilla-mux-v1.8.0_GH0.tar.gz) = 45517
|
||||
SHA256 (gorilla-websocket-v1.4.2_GH0.tar.gz) = 91937a36bc9e0da3c895c73d4cb74b2cdb1aff54ab21b0d0724000e7b5b85b84
|
||||
SIZE (gorilla-websocket-v1.4.2_GH0.tar.gz) = 54101
|
||||
SHA256 (gosimple-slug-v1.9.0_GH0.tar.gz) = 19a319c470e404a392037529e66ead28b58ca5059a17245c2331a1986c4759cd
|
||||
SIZE (gosimple-slug-v1.9.0_GH0.tar.gz) = 13228
|
||||
SHA256 (grafana-go-mssqldb-d0ce3c521036_GH0.tar.gz) = a3a62b4964fee10a698852dea6f59570ff2ec3320652e8c1a8b1e5d310641b3f
|
||||
SIZE (grafana-go-mssqldb-d0ce3c521036_GH0.tar.gz) = 522960
|
||||
SHA256 (grafana-grafana-aws-sdk-v0.4.0_GH0.tar.gz) = ece54565dbf1f670d82e88e1b966b013123fda7d0bca232cfc34baad4d37aaf3
|
||||
SIZE (grafana-grafana-aws-sdk-v0.4.0_GH0.tar.gz) = 247515
|
||||
SHA256 (grafana-grafana-live-sdk-v0.0.6_GH0.tar.gz) = 9d975230c2e124c5abe290aea520a7b7a6e1392321ef2c83cb4deb97b2340c5e
|
||||
SIZE (grafana-grafana-live-sdk-v0.0.6_GH0.tar.gz) = 37093
|
||||
SHA256 (grafana-grafana-plugin-sdk-go-v0.105.0_GH0.tar.gz) = 2312770d2ef3271391cac468e7b54ec20aca55d1b5e504ff2147b4eb3db0bca9
|
||||
SIZE (grafana-grafana-plugin-sdk-go-v0.105.0_GH0.tar.gz) = 168228
|
||||
SHA256 (grafana-loki-15d417efe103_GH0.tar.gz) = 5bbd4caedfd9e57ffb64102abc992e9de3d672d387e4d6fede76f15ddc704889
|
||||
SIZE (grafana-loki-15d417efe103_GH0.tar.gz) = 25278521
|
||||
SHA256 (grpc-ecosystem-go-grpc-middleware-v1.3.0_GH0.tar.gz) = c9b908202c05a7f821b03ee49cd678e7e71469519054629770e0565d78275cbc
|
||||
SIZE (grpc-ecosystem-go-grpc-middleware-v1.3.0_GH0.tar.gz) = 103780
|
||||
SHA256 (grpc-ecosystem-go-grpc-prometheus-6af20e3a5340_GH0.tar.gz) = e37a815659a20ccb6baf26a48cc51efe39b9651ceb0857178f6f2eaa2c47ae75
|
||||
SIZE (grpc-ecosystem-go-grpc-prometheus-6af20e3a5340_GH0.tar.gz) = 30606
|
||||
SHA256 (grpc-ecosystem-grpc-gateway-v1.16.0_GH0.tar.gz) = 20ba8f2aeb4a580109357fffaa42f8400aba1155b95c8845e412287907e64379
|
||||
SIZE (grpc-ecosystem-grpc-gateway-v1.16.0_GH0.tar.gz) = 521578
|
||||
SHA256 (grpc-grpc-go-v1.37.1_GH0.tar.gz) = 66e9c38c6785214e2cd4256d87652d79b4af32f8f5028dbe0c06df7aa97127ff
|
||||
SIZE (grpc-grpc-go-v1.37.1_GH0.tar.gz) = 1237043
|
||||
SHA256 (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 26afc0e5895c6ce87c881c5c02c682ccc9a08174a9c27ca26d4a1e72dbf78128
|
||||
SIZE (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 8346
|
||||
SHA256 (hashicorp-go-hclog-v0.16.0_GH0.tar.gz) = 9c07cb9963a3db3a286971bc7a6d5e17612105770d0a82c441c397202bbc61ae
|
||||
SIZE (hashicorp-go-hclog-v0.16.0_GH0.tar.gz) = 26817
|
||||
SHA256 (hashicorp-go-immutable-radix-v1.2.0_GH0.tar.gz) = 06a814791893c19e98bd48623eedeefd966faa9b53403ec9a8d102d978b7aa6e
|
||||
SIZE (hashicorp-go-immutable-radix-v1.2.0_GH0.tar.gz) = 23037
|
||||
SHA256 (hashicorp-go-msgpack-v0.5.5_GH0.tar.gz) = a6a95afd348ce6f0be9183266d9479d8b8738097ff82b16345a78c7e26a37e13
|
||||
SIZE (hashicorp-go-msgpack-v0.5.5_GH0.tar.gz) = 50069
|
||||
SHA256 (hashicorp-go-multierror-v1.1.0_GH0.tar.gz) = 466a1f3596417a35b407d06d2dc2cb87dba46b025af4f77d30f82aa6e0e6d4d4
|
||||
SIZE (hashicorp-go-multierror-v1.1.0_GH0.tar.gz) = 12084
|
||||
SHA256 (hashicorp-go-plugin-v1.4.0_GH0.tar.gz) = fb6349d5dcae78637dfc68b7b8858ec3dbc94e5cb947e0b4d7bc6b984177223d
|
||||
SIZE (hashicorp-go-plugin-v1.4.0_GH0.tar.gz) = 86479
|
||||
SHA256 (hashicorp-go-sockaddr-v1.0.2_GH0.tar.gz) = ce70228b6c0ac432b97c2a98697600668bf7ac8b4cd21e7c6767bed1e755ae7f
|
||||
SIZE (hashicorp-go-sockaddr-v1.0.2_GH0.tar.gz) = 663049
|
||||
SHA256 (hashicorp-go-version-v1.3.0_GH0.tar.gz) = a459b2d8a3ca4d67fc13869a7869fa6c8aff6491d465b2cbe2842b56df87cfba
|
||||
SIZE (hashicorp-go-version-v1.3.0_GH0.tar.gz) = 14447
|
||||
SHA256 (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = d50c188af0cc8b22e7e4b79e9071694fa06428a9964b22d68dc997fa787a177a
|
||||
SIZE (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = 13428
|
||||
SHA256 (hashicorp-memberlist-v0.2.3_GH0.tar.gz) = 52dbfa3fe3e8dfe7fbad5e291cf6bb9f4c6848355558143d6563c5c48f7ecbdb
|
||||
SIZE (hashicorp-memberlist-v0.2.3_GH0.tar.gz) = 96223
|
||||
SHA256 (hashicorp-yamux-df201c70410d_GH0.tar.gz) = 01177e2efa7a30e982e996c972b7425853dd336215ccb5f2de47b2567bb5d04b
|
||||
SIZE (hashicorp-yamux-df201c70410d_GH0.tar.gz) = 23269
|
||||
SHA256 (igm-sockjs-go-v3.0.0_GH0.tar.gz) = 85613e3340cb4f26ab49ff8a4ef68141f78feaec67a13dd5d08f5803ccc44d1e
|
||||
SIZE (igm-sockjs-go-v3.0.0_GH0.tar.gz) = 51312
|
||||
SHA256 (inconshreveable-log15-67afb5ed74ec_GH0.tar.gz) = e4c837cfd154a0696c84605595c84459a2d1b2fb33b1abcf284a415d2ca9ab55
|
||||
SIZE (inconshreveable-log15-67afb5ed74ec_GH0.tar.gz) = 23261
|
||||
SHA256 (influxdata-influxdb-client-go-v2.2.3_GH0.tar.gz) = c556bf61460807532e5374702deaa47545d425f28d4168c6ac7e1fdaf24462ac
|
||||
SIZE (influxdata-influxdb-client-go-v2.2.3_GH0.tar.gz) = 177917
|
||||
SHA256 (influxdata-line-protocol-9aa0e372d097_GH0.tar.gz) = acfafae69475c6301b95976f71a060fd03280c2a7d0d7f99ed0ccd4c759484d8
|
||||
SIZE (influxdata-line-protocol-9aa0e372d097_GH0.tar.gz) = 29946
|
||||
SHA256 (jessevdk-go-flags-v1.5.0_GH0.tar.gz) = d4bf30f729cbc16d2aa0095ac10ca4fadc8f092b9a28990c0cfca2345c3e7ffd
|
||||
SIZE (jessevdk-go-flags-v1.5.0_GH0.tar.gz) = 59316
|
||||
SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df084a18e0b1159935de9289f2ef6a7fe375d
|
||||
SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861
|
||||
SHA256 (jonboulle-clockwork-v0.2.2_GH0.tar.gz) = 79ac7c0e53dfa48aac0622745f133b2438542f1c11d2c09ec1c98affbd62e1f0
|
||||
SIZE (jonboulle-clockwork-v0.2.2_GH0.tar.gz) = 9588
|
||||
SHA256 (josharian-intern-v1.0.0_GH0.tar.gz) = 7c7df6e792ed5db0b1a63c8ec74236b70958ad36c9fe5a02b52b1a418b177b5e
|
||||
SIZE (josharian-intern-v1.0.0_GH0.tar.gz) = 1927
|
||||
SHA256 (jpillora-backoff-v1.0.0_GH0.tar.gz) = 611b29ce95acfa2997e3449762a3df68fcaa773db045535f26eb5c686106351f
|
||||
SIZE (jpillora-backoff-v1.0.0_GH0.tar.gz) = 3507
|
||||
SHA256 (json-iterator-go-v1.1.11_GH0.tar.gz) = 19d0d56ac18a052867360b10201bad614c7b31a3edf2041a331c28860920b932
|
||||
SIZE (json-iterator-go-v1.1.11_GH0.tar.gz) = 84401
|
||||
SHA256 (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 4999e6d8feefe5b89eb9c2b3845a3c0ecdb6f0b0ba4e9785567a43f8952fff15
|
||||
SIZE (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 17764
|
||||
SHA256 (jtolds-gls-v4.20.0_GH0.tar.gz) = 5223a689f315fc53c5bc271b3a8259032cc74f5311a6d7c1f700a1c65d40c2b2
|
||||
SIZE (jtolds-gls-v4.20.0_GH0.tar.gz) = 7306
|
||||
SHA256 (jung-kurt-gofpdf-v1.16.2_GH0.tar.gz) = a3139d090d12a13d7020dfbe2097c53f7ba6fa529d72531f600b799aed6375d6
|
||||
SIZE (jung-kurt-gofpdf-v1.16.2_GH0.tar.gz) = 2795841
|
||||
SHA256 (klauspost-compress-v1.12.2_GH0.tar.gz) = 81903dc55aef9ada8df786e8edbaa4f4253a29da3068799360d74c2e1b863ebe
|
||||
SIZE (klauspost-compress-v1.12.2_GH0.tar.gz) = 15347123
|
||||
SHA256 (kubernetes-client-go-v0.18.8_GH0.tar.gz) = c1ac9c51356a63d7c6d326fa2bfc8703c99b1241754dffaecbc4e02d772973cf
|
||||
SIZE (kubernetes-client-go-v0.18.8_GH0.tar.gz) = 727659
|
||||
SHA256 (lib-pq-v1.10.0_GH0.tar.gz) = 1990027d230f36135b90f116f3e0edefa5062778108b124c16af142d2e1bf489
|
||||
SIZE (lib-pq-v1.10.0_GH0.tar.gz) = 103675
|
||||
SHA256 (linkedin-goavro-v2.10.0_GH0.tar.gz) = e80c3db8c209629dbeb84e90a303c4016bc6fc06969ee362c68a47e177d5f24e
|
||||
SIZE (linkedin-goavro-v2.10.0_GH0.tar.gz) = 137250
|
||||
SHA256 (magefile-mage-v1.11.0_GH0.tar.gz) = 8c7209e8b58a9f946e3d61912c4f02e97699485a5c6e1d8d19dff5fa8ccd891f
|
||||
SIZE (magefile-mage-v1.11.0_GH0.tar.gz) = 8795144
|
||||
SHA256 (mailru-easyjson-v0.7.6_GH0.tar.gz) = 36849ef77dc92330e2d9f006a4fb2ef871e11abfddcedec771b84ebfc2380ecc
|
||||
SIZE (mailru-easyjson-v0.7.6_GH0.tar.gz) = 81195
|
||||
SHA256 (mattermost-xml-roundtrip-validator-bcd7e1b9601e_GH0.tar.gz) = 8b029207467e5b27f79a85a61224c2767d552bc064a5486ac9eeaf664b12e8ac
|
||||
SIZE (mattermost-xml-roundtrip-validator-bcd7e1b9601e_GH0.tar.gz) = 13116
|
||||
SHA256 (mattetti-filebuffer-v1.0.1_GH0.tar.gz) = 2d720083e00ce93fbe1cc5fd9dfbd648c93c78e94ab24cac2284d4c7ee9100ac
|
||||
SIZE (mattetti-filebuffer-v1.0.1_GH0.tar.gz) = 4728
|
||||
SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f
|
||||
SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571
|
||||
SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c
|
||||
SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548
|
||||
SHA256 (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 4f20a337ad06e071f29535afe9c5207d3e8840c8c86672bbc5f9837c6229c835
|
||||
SIZE (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 16714
|
||||
SHA256 (mattn-go-sqlite3-v1.14.7_GH0.tar.gz) = ed9922998dc82553a7cc5889747b123fc216a15036e7c3e1bdeea1acb68bc584
|
||||
SIZE (mattn-go-sqlite3-v1.14.7_GH0.tar.gz) = 2391718
|
||||
SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b
|
||||
SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184
|
||||
SHA256 (miekg-dns-v1.1.41_GH0.tar.gz) = c807ee900b039dfb117b86548702459f4902cf18020b41797d337ec33d9eeee8
|
||||
SIZE (miekg-dns-v1.1.41_GH0.tar.gz) = 199522
|
||||
SHA256 (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 6f32e180f1244fe5c512e6c1361fab865202cc1330e0ec9a6d6687d004f98c68
|
||||
SIZE (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 2808
|
||||
SHA256 (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = d936baa5006f7dda1346aff863745a110981f7583a1184e93b9077fa52cd4048
|
||||
SIZE (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = 27826
|
||||
SHA256 (mna-redisc-v1.1.7_GH0.tar.gz) = c3adb0c3170d0174fb28005af05ee5769c638be94e2bf58f03451f7461412d7c
|
||||
SIZE (mna-redisc-v1.1.7_GH0.tar.gz) = 54298
|
||||
SHA256 (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = d673e902118a6ece63198dc7e0961e904d0410f142726df0936ec1a52035a60f
|
||||
SIZE (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = 7526
|
||||
SHA256 (modern-go-reflect2-v1.0.1_GH0.tar.gz) = d24e856d9aa8fd51b9e6c2cdd712a44c8d18cb8b72802f1bd16e0470322363fd
|
||||
SIZE (modern-go-reflect2-v1.0.1_GH0.tar.gz) = 14394
|
||||
SHA256 (mongodb-mongo-go-driver-v1.5.1_GH0.tar.gz) = 88f5435d831344ad872957998437d618ea5980848ec2f6092973760d8c583618
|
||||
SIZE (mongodb-mongo-go-driver-v1.5.1_GH0.tar.gz) = 6092418
|
||||
SHA256 (mpvl-unique-cbe035fff7de_GH0.tar.gz) = 1df1d0207d73c4fd10bd3fc954b03d4cf8e175c42e74b18c93ec0ea737760c19
|
||||
SIZE (mpvl-unique-cbe035fff7de_GH0.tar.gz) = 2585
|
||||
SHA256 (mwitkow-go-conntrack-2f068394615f_GH0.tar.gz) = 5bb72eaf9a4ffd7d0353fa6944951d244df89d879ac36d4b9860fd159162dd81
|
||||
SIZE (mwitkow-go-conntrack-2f068394615f_GH0.tar.gz) = 17140
|
||||
SHA256 (oklog-run-v1.1.0_GH0.tar.gz) = 00c8e2d2071fca7db49027aaaf1e846fa863c4d8a5be33b49898d828ba88cdb5
|
||||
SIZE (oklog-run-v1.1.0_GH0.tar.gz) = 7991
|
||||
SHA256 (oklog-ulid-v1.3.1_GH0.tar.gz) = 499a6ee77ca473a44ad9f11425a8f87f6c02ff1221b11f24d13bee13ce632640
|
||||
SIZE (oklog-ulid-v1.3.1_GH0.tar.gz) = 55582
|
||||
SHA256 (olekukonko-tablewriter-v0.0.5_GH0.tar.gz) = 14a1294a8267facc9bc99a230b8871517e6db284ccc7e39030313befa124677f
|
||||
SIZE (olekukonko-tablewriter-v0.0.5_GH0.tar.gz) = 19568
|
||||
SHA256 (open-telemetry-opentelemetry-collector-v0.27.0_GH0.tar.gz) = bcc43ab6d966abf788bb6884f64194dfb751d55024c04fa07ff50692bf1e0e4f
|
||||
SIZE (open-telemetry-opentelemetry-collector-v0.27.0_GH0.tar.gz) = 5973269
|
||||
SHA256 (opentracing-contrib-go-grpc-73cb765af46e_GH0.tar.gz) = b62989b2baf39fc21dc677df58744aed15e4a8f94ba3afad7765b1f738edb7c5
|
||||
SIZE (opentracing-contrib-go-grpc-73cb765af46e_GH0.tar.gz) = 15912
|
||||
SHA256 (opentracing-contrib-go-stdlib-v1.0.0_GH0.tar.gz) = 9b9f3acf86ffe123b4c67f780aa2cfb2203891bacc2da3b6344112c4d0a18e1a
|
||||
SIZE (opentracing-contrib-go-stdlib-v1.0.0_GH0.tar.gz) = 15471
|
||||
SHA256 (opentracing-opentracing-go-v1.2.0_GH0.tar.gz) = cb32b383422a9aae11d260657d52a3789bd799802881b9ced3ee82c370be6f76
|
||||
SIZE (opentracing-opentracing-go-v1.2.0_GH0.tar.gz) = 35914
|
||||
SHA256 (patrickmn-go-cache-v2.1.0_GH0.tar.gz) = 3ab025f2f580f8818a5357db52596fef1b0ad5945816a022c8b805ba46dc93be
|
||||
SIZE (patrickmn-go-cache-v2.1.0_GH0.tar.gz) = 13572
|
||||
SHA256 (pkg-browser-ce105d075bb4_GH0.tar.gz) = 796b05c5a0f081994403ad19158188a153ea2e72cdb14a458678fd5a7c34dbed
|
||||
SIZE (pkg-browser-ce105d075bb4_GH0.tar.gz) = 4194
|
||||
SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
|
||||
SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
|
||||
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
|
||||
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
|
||||
SHA256 (prometheus-alertmanager-v0.22.0_GH0.tar.gz) = 8435abadccc31bec2de20e1c90a47e77f58b6271e2b0a03e2b031446b8963226
|
||||
SIZE (prometheus-alertmanager-v0.22.0_GH0.tar.gz) = 2087676
|
||||
SHA256 (prometheus-client_golang-v1.10.0_GH0.tar.gz) = e7305f84aa6553d9dd4bfd148d29289df36a9df82dae7be3c6eda62feb56f3d1
|
||||
SIZE (prometheus-client_golang-v1.10.0_GH0.tar.gz) = 176316
|
||||
SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12
|
||||
SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986
|
||||
SHA256 (prometheus-common-v0.24.0_GH0.tar.gz) = 899b359d81ff272cf546301841c485c90270c4e8694f75b975e182d999652bfd
|
||||
SIZE (prometheus-common-v0.24.0_GH0.tar.gz) = 127737
|
||||
SHA256 (prometheus-node_exporter-01054558c289_GH0.tar.gz) = 2d8e7a9a1a9d03182d2a0c23a6709d60b8c78c0269ad6b5c4dec88108784fabe
|
||||
SIZE (prometheus-node_exporter-01054558c289_GH0.tar.gz) = 2759994
|
||||
SHA256 (prometheus-procfs-v0.6.0_GH0.tar.gz) = 6ad7a23cf4db9fa5dbf2c5d8fbd0fbf5ffe48e3ddb7bf15f9359813d764ce73c
|
||||
SIZE (prometheus-procfs-v0.6.0_GH0.tar.gz) = 169898
|
||||
SHA256 (prometheus-prometheus-2a4b8e12bbf2_GH0.tar.gz) = 2936521cd57e3f3f8c532533924f3d5473effa51f1277406eb72abb265cf417f
|
||||
SIZE (prometheus-prometheus-2a4b8e12bbf2_GH0.tar.gz) = 5639603
|
||||
SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676
|
||||
SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215
|
||||
SHA256 (rainycape-unidecode-cb7f23ec59be_GH0.tar.gz) = cd66a7ee66c8061c2d05585058323d0bcc6692761db94885511762428acfef96
|
||||
SIZE (rainycape-unidecode-cb7f23ec59be_GH0.tar.gz) = 387823
|
||||
SHA256 (robfig-cron-b41be1df6967_GH0.tar.gz) = d1fe0b58e76e916940d9f088f76b7f894cab754769c3fed56f64f0f0c29e0a92
|
||||
SIZE (robfig-cron-b41be1df6967_GH0.tar.gz) = 14981
|
||||
SHA256 (robfig-cron-v3.0.1_GH0.tar.gz) = ef97328622b5eac7adfb1aa47ddab7b3f68271b9a9b76e5bc07bf2ad65bb051a
|
||||
SIZE (robfig-cron-v3.0.1_GH0.tar.gz) = 25639
|
||||
SHA256 (rs-cors-v1.7.0_GH0.tar.gz) = 7cd0991ab30502e3c442c0a8ec153c58a1d5cbdc2c74af022f8d2354d65af6b8
|
||||
SIZE (rs-cors-v1.7.0_GH0.tar.gz) = 12147
|
||||
SHA256 (russellhaering-goxmldsig-v1.1.0_GH0.tar.gz) = 50837e3c87af633d8edce12d51ecab906443a5efe5d79e1c537d5942b21e4f71
|
||||
SIZE (russellhaering-goxmldsig-v1.1.0_GH0.tar.gz) = 28875
|
||||
SHA256 (russross-blackfriday-v2.0.1_GH0.tar.gz) = 5a0f38a36b6f3b2d59b72d713451a895a4d3a4406b3533882483782e37797cff
|
||||
SIZE (russross-blackfriday-v2.0.1_GH0.tar.gz) = 79613
|
||||
SHA256 (sean--seed-e2103e2c3529_GH0.tar.gz) = 2c46372999670ca4411cc2a08d02b4a79818c15df219b1775073e161d22e3933
|
||||
SIZE (sean--seed-e2103e2c3529_GH0.tar.gz) = 3423
|
||||
SHA256 (sercand-kuberesolver-v2.4.0_GH0.tar.gz) = 6281454bfbc21ba9f19aad136986f467cdcc417978e47ce1ed7053d2a512112b
|
||||
SIZE (sercand-kuberesolver-v2.4.0_GH0.tar.gz) = 10678
|
||||
SHA256 (sergi-go-diff-v1.0.0_GH0.tar.gz) = 5a07596dcdee6e089b49309162c8e63bc02400652897a1f529d37f0602868dea
|
||||
SIZE (sergi-go-diff-v1.0.0_GH0.tar.gz) = 41609
|
||||
SHA256 (shurcooL-httpfs-8d4bc4ba7749_GH0.tar.gz) = 761fc18152b6998a40b6aa8169fa1275cbbbdba0632096bf5a004a8c5d1c9d99
|
||||
SIZE (shurcooL-httpfs-8d4bc4ba7749_GH0.tar.gz) = 8713
|
||||
SHA256 (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 7e11964980f9b8595c17bc8970f0174621afe464920e38df7f8d77e45058388f
|
||||
SIZE (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 2143
|
||||
SHA256 (shurcooL-vfsgen-0d455de96546_GH0.tar.gz) = e54c6fad553f915401861a2c687c53f2b44c8ad9a209ceac174b85be75e4669f
|
||||
SIZE (shurcooL-vfsgen-0d455de96546_GH0.tar.gz) = 13648
|
||||
SHA256 (sirupsen-logrus-v1.7.0_GH0.tar.gz) = a7baaa1c646441d002f3867b5998b6b45b629ecfad317d468a981e23e0c9c6ca
|
||||
SIZE (sirupsen-logrus-v1.7.0_GH0.tar.gz) = 46392
|
||||
SHA256 (smartystreets-assertions-v1.0.1_GH0.tar.gz) = 08c16dcfd4cbed91e504f4e31033bbf5251ed2fdee13b42e2c64befb075fac40
|
||||
SIZE (smartystreets-assertions-v1.0.1_GH0.tar.gz) = 84573
|
||||
SHA256 (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 88714f84d0a989c4ba60e1f2b65e426dc7e23058ca0b9f06cb77613cb22b010b
|
||||
SIZE (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 1478622
|
||||
SHA256 (square-go-jose-v2.5.1_GH0.tar.gz) = 74c65592183c542b254eb2933f7a99ee869abdf9e7ac02aad4d9f0dce980ace8
|
||||
SIZE (square-go-jose-v2.5.1_GH0.tar.gz) = 309860
|
||||
SHA256 (stretchr-objx-v0.2.0_GH0.tar.gz) = be7dce02798cdc24cee6bd2d95bfcf6976b1521ef735349bf5e7dfe6d147746f
|
||||
SIZE (stretchr-objx-v0.2.0_GH0.tar.gz) = 79981
|
||||
SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6
|
||||
SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073
|
||||
SHA256 (teris-io-shortid-771a37caa5cf_GH0.tar.gz) = 79146ef4720e5afc1548c4953e0cc07988efbce613cb00c2938b0b69edf60e3b
|
||||
SIZE (teris-io-shortid-771a37caa5cf_GH0.tar.gz) = 8667
|
||||
SHA256 (timberio-go-datemath-74ddef604fff_GH0.tar.gz) = f588657a4719a9bfeee27c7ef3a92dbec32d29f63dfc093b92f2c6351d5a8863
|
||||
SIZE (timberio-go-datemath-74ddef604fff_GH0.tar.gz) = 14165
|
||||
SHA256 (ua-parser-uap-go-daf92ba38329_GH0.tar.gz) = 459974bd7f40b3fc102843842f0e87e4632da5bc842820e7e75e782df96a2095
|
||||
SIZE (ua-parser-uap-go-daf92ba38329_GH0.tar.gz) = 2639501
|
||||
SHA256 (uber-go-atomic-v1.7.0_GH0.tar.gz) = 4d655e90a23d023b36607e2ce94c3b7bf650d41c81c0faff32432581d9099ad1
|
||||
SIZE (uber-go-atomic-v1.7.0_GH0.tar.gz) = 18566
|
||||
SHA256 (uber-go-goleak-v1.1.10_GH0.tar.gz) = 99ccfd2270aebb09e5c1693094d1da5f47be09689fd515b623657f75e6dc2c40
|
||||
SIZE (uber-go-goleak-v1.1.10_GH0.tar.gz) = 12098
|
||||
SHA256 (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 7590acdefcbbf9553bd3415bc7e5ec977731646363c5350d56faba31a097d996
|
||||
SIZE (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 210139
|
||||
SHA256 (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = c178bcad325857dba29551c16f40707701adf6e3a9e01e1ca3e5edfc3c6de8bc
|
||||
SIZE (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = 38010
|
||||
SHA256 (unknwon-com-v1.0.1_GH0.tar.gz) = 3113324f2249e9a135eea008c75f56b7cb39e9625e0a3e0bff5e764211c5f76a
|
||||
SIZE (unknwon-com-v1.0.1_GH0.tar.gz) = 20766
|
||||
SHA256 (urfave-cli-v2.3.0_GH0.tar.gz) = b17376246f1477157daab86d4a1562d6b004f5be0d15dfc61ebd8bb129384e6b
|
||||
SIZE (urfave-cli-v2.3.0_GH0.tar.gz) = 3408283
|
||||
SHA256 (weaveworks-common-009d1eebd624_GH0.tar.gz) = 1078078f71e021a50760180db8e9a0ab5bd43c33bc8f93f24056060df2d7c04e
|
||||
SIZE (weaveworks-common-009d1eebd624_GH0.tar.gz) = 160525
|
||||
SHA256 (weaveworks-promrus-v1.2.0_GH0.tar.gz) = c64ca5530182a9143bdde490f82301b3e1c518aa6db82b86d18be2aa736dd152
|
||||
SIZE (weaveworks-promrus-v1.2.0_GH0.tar.gz) = 2860315
|
||||
SHA256 (xorcare-pointer-v1.1.0_GH0.tar.gz) = 492fcd38b22b7feee77007f65bf54cb18db806cd18121dc263b6306941a3c8b1
|
||||
SIZE (xorcare-pointer-v1.1.0_GH0.tar.gz) = 7610
|
||||
SHA256 (yudai-gojsondiff-v1.0.0_GH0.tar.gz) = 0201cada9e0ed69da611ad169b4be2cc10154c2970d1166ff06ab617b981df7a
|
||||
SIZE (yudai-gojsondiff-v1.0.0_GH0.tar.gz) = 578577
|
||||
SHA256 (yudai-golcs-ecda9a501e82_GH0.tar.gz) = 080b0331f2d3e1f96446247afdc1c095d2ba2aca63a9b353fc4621e881d1dfa7
|
||||
SIZE (yudai-golcs-ecda9a501e82_GH0.tar.gz) = 3700
|
77
www/grafana8/files/grafana.in
Normal file
77
www/grafana8/files/grafana.in
Normal file
@ -0,0 +1,77 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: grafana
|
||||
# REQUIRE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
|
||||
# Add the following lines to /etc/rc.conf to enable grafana
|
||||
# grafana_enable="YES"
|
||||
#
|
||||
# grafana_enable (bool):
|
||||
# Set it to YES to enable grafana
|
||||
# Set to NO by default
|
||||
# grafana_user (string):
|
||||
# Set user that grafana will run under
|
||||
# Default is "%%GRAFANA_USER%%"
|
||||
# grafana_group (string):
|
||||
# Set group that own grafana files
|
||||
# Default is "%%GRAFANA_GROUP%%"
|
||||
# grafana_config (string)
|
||||
# Set full path to config file
|
||||
# Default is "%%ETCDIR%%/grafana.ini"
|
||||
# grafana_homepath (string)
|
||||
# Set full path to homepath dir
|
||||
# Default is "%%GRAFANA_HOMEDIR%%"
|
||||
# grafana_syslog_output_enable (bool)
|
||||
# Set it to YES to enable stdout/stderr syslog output
|
||||
# Set to NO by default
|
||||
# grafana_syslog_output_tag (str)
|
||||
# Set syslog tag if syslog enabled
|
||||
# Default is "grafana"
|
||||
# grafana_args (string)
|
||||
# Set additional command line arguments
|
||||
# Default is ""
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=grafana
|
||||
rcvar=grafana_enable
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
: ${grafana_enable:="NO"}
|
||||
: ${grafana_user:="%%GRAFANA_USER%%"}
|
||||
: ${grafana_group:="%%GRAFANA_GROUP%%"}
|
||||
: ${grafana_config:="%%ETCDIR%%/grafana.ini"}
|
||||
: ${grafana_homepath:="%%GRAFANA_HOMEDIR%%"}
|
||||
: ${grafana_syslog_output_enable:="NO"}
|
||||
|
||||
if checkyesno grafana_syslog_output_enable; then
|
||||
if [ -n "${grafana_syslog_output_tag}" ]; then
|
||||
grafana_syslog_output_flags="-T ${grafana_syslog_output_tag}"
|
||||
else
|
||||
grafana_syslog_output_flags="-T ${name}"
|
||||
fi
|
||||
fi
|
||||
|
||||
pidfile="/var/run/${name}/${name}.pid"
|
||||
required_files="${grafana_config}"
|
||||
|
||||
procname="%%PREFIX%%/bin/grafana-server"
|
||||
command="/usr/sbin/daemon"
|
||||
command_args="-f ${grafana_syslog_output_flags} -p ${pidfile} -t ${name} \
|
||||
/usr/bin/env ${grafana_env} ${procname} \
|
||||
-config=${grafana_config} \
|
||||
-homepath=${grafana_homepath} \
|
||||
${grafana_args}"
|
||||
|
||||
start_precmd="grafana_start_precmd"
|
||||
|
||||
grafana_start_precmd()
|
||||
{
|
||||
if [ ! -d "/var/run/${name}" ]; then
|
||||
install -d -m 0750 -o ${grafana_user} -g ${grafana_group} "/var/run/${name}"
|
||||
fi
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
980
www/grafana8/files/grafana.ini.in
Normal file
980
www/grafana8/files/grafana.ini.in
Normal file
@ -0,0 +1,980 @@
|
||||
##################### Grafana Configuration Example #####################
|
||||
#
|
||||
# Everything has defaults so you only need to uncomment things you want to
|
||||
# change
|
||||
|
||||
# possible values : production, development
|
||||
;app_mode = production
|
||||
|
||||
# instance name, defaults to HOSTNAME environment variable value or hostname if HOSTNAME var is empty
|
||||
;instance_name = ${HOSTNAME}
|
||||
|
||||
#################################### Paths ####################################
|
||||
[paths]
|
||||
# Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used)
|
||||
data = %%GRAFANA_DATADIR%%
|
||||
|
||||
# Temporary files in `data` directory older than given duration will be removed
|
||||
;temp_data_lifetime = 24h
|
||||
|
||||
# Directory where grafana can store logs
|
||||
logs = %%GRAFANA_LOGDIR%%
|
||||
|
||||
# Directory where grafana will automatically scan and look for plugins
|
||||
plugins = %%GRAFANA_PLUGINDIR%%
|
||||
|
||||
# folder that contains provisioning config files that grafana will apply on startup and while running.
|
||||
provisioning = %%GRAFANA_PROVISIONINGDIR%%
|
||||
|
||||
#################################### Server ####################################
|
||||
[server]
|
||||
# Protocol (http, https, h2, socket)
|
||||
;protocol = http
|
||||
|
||||
# The ip address to bind to, empty will bind to all interfaces
|
||||
;http_addr =
|
||||
|
||||
# The http port to use
|
||||
;http_port = 3000
|
||||
|
||||
# The public facing domain name used to access grafana from a browser
|
||||
;domain = localhost
|
||||
|
||||
# Redirect to correct domain if host header does not match domain
|
||||
# Prevents DNS rebinding attacks
|
||||
;enforce_domain = false
|
||||
|
||||
# The full public facing url you use in browser, used for redirects and emails
|
||||
# If you use reverse proxy and sub path specify full url (with sub path)
|
||||
;root_url = %(protocol)s://%(domain)s:%(http_port)s/
|
||||
|
||||
# Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
|
||||
;serve_from_sub_path = false
|
||||
|
||||
# Log web requests
|
||||
;router_logging = false
|
||||
|
||||
# the path relative working path
|
||||
;static_root_path = public
|
||||
|
||||
# enable gzip
|
||||
;enable_gzip = false
|
||||
|
||||
# https certs & key file
|
||||
;cert_file =
|
||||
;cert_key =
|
||||
|
||||
# Unix socket path
|
||||
;socket =
|
||||
|
||||
# CDN Url
|
||||
;cdn_url =
|
||||
|
||||
# Sets the maximum time using a duration format (5s/5m/5ms) before timing out read of an incoming request and closing idle connections.
|
||||
# `0` means there is no timeout for reading the request.
|
||||
;read_timeout = 0
|
||||
|
||||
#################################### Database ####################################
|
||||
[database]
|
||||
# You can configure the database connection by specifying type, host, name, user and password
|
||||
# as separate properties or as on string using the url properties.
|
||||
|
||||
# Either "mysql", "postgres" or "sqlite3", it's your choice
|
||||
;type = sqlite3
|
||||
;host = 127.0.0.1:3306
|
||||
;name = grafana
|
||||
;user = root
|
||||
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
|
||||
;password =
|
||||
|
||||
# Use either URL or the previous fields to configure the database
|
||||
# Example: mysql://user:secret@host:port/database
|
||||
;url =
|
||||
|
||||
# For "postgres" only, either "disable", "require" or "verify-full"
|
||||
;ssl_mode = disable
|
||||
|
||||
# Database drivers may support different transaction isolation levels.
|
||||
# Currently, only "mysql" driver supports isolation levels.
|
||||
# If the value is empty - driver's default isolation level is applied.
|
||||
# For "mysql" use "READ-UNCOMMITTED", "READ-COMMITTED", "REPEATABLE-READ" or "SERIALIZABLE".
|
||||
;isolation_level =
|
||||
|
||||
;ca_cert_path =
|
||||
;client_key_path =
|
||||
;client_cert_path =
|
||||
;server_cert_name =
|
||||
|
||||
# For "sqlite3" only, path relative to data_path setting
|
||||
;path = grafana.db
|
||||
|
||||
# Max idle conn setting default is 2
|
||||
;max_idle_conn = 2
|
||||
|
||||
# Max conn setting default is 0 (mean not set)
|
||||
;max_open_conn =
|
||||
|
||||
# Connection Max Lifetime default is 14400 (means 14400 seconds or 4 hours)
|
||||
;conn_max_lifetime = 14400
|
||||
|
||||
# Set to true to log the sql calls and execution times.
|
||||
;log_queries =
|
||||
|
||||
# For "sqlite3" only. cache mode setting used for connecting to the database. (private, shared)
|
||||
;cache_mode = private
|
||||
|
||||
################################### Data sources #########################
|
||||
[datasources]
|
||||
# Upper limit of data sources that Grafana will return. This limit is a temporary configuration and it will be deprecated when pagination will be introduced on the list data sources API.
|
||||
;datasource_limit = 5000
|
||||
|
||||
#################################### Cache server #############################
|
||||
[remote_cache]
|
||||
# Either "redis", "memcached" or "database" default is "database"
|
||||
;type = database
|
||||
|
||||
# cache connectionstring options
|
||||
# database: will use Grafana primary database.
|
||||
# redis: config like redis server e.g. `addr=127.0.0.1:6379,pool_size=100,db=0,ssl=false`. Only addr is required. ssl may be 'true', 'false', or 'insecure'.
|
||||
# memcache: 127.0.0.1:11211
|
||||
;connstr =
|
||||
|
||||
#################################### Data proxy ###########################
|
||||
[dataproxy]
|
||||
|
||||
# This enables data proxy logging, default is false
|
||||
;logging = false
|
||||
|
||||
# How long the data proxy waits to read the headers of the response before timing out, default is 30 seconds.
|
||||
# This setting also applies to core backend HTTP data sources where query requests use an HTTP client with timeout set.
|
||||
;timeout = 30
|
||||
|
||||
# How long the data proxy waits to establish a TCP connection before timing out, default is 10 seconds.
|
||||
;dialTimeout = 10
|
||||
|
||||
# How many seconds the data proxy waits before sending a keepalive probe request.
|
||||
;keep_alive_seconds = 30
|
||||
|
||||
# How many seconds the data proxy waits for a successful TLS Handshake before timing out.
|
||||
;tls_handshake_timeout_seconds = 10
|
||||
|
||||
# How many seconds the data proxy will wait for a server's first response headers after
|
||||
# fully writing the request headers if the request has an "Expect: 100-continue"
|
||||
# header. A value of 0 will result in the body being sent immediately, without
|
||||
# waiting for the server to approve.
|
||||
;expect_continue_timeout_seconds = 1
|
||||
|
||||
# Optionally limits the total number of connections per host, including connections in the dialing,
|
||||
# active, and idle states. On limit violation, dials will block.
|
||||
# A value of zero (0) means no limit.
|
||||
;max_conns_per_host = 0
|
||||
|
||||
# The maximum number of idle connections that Grafana will keep alive.
|
||||
;max_idle_connections = 100
|
||||
|
||||
# The maximum number of idle connections per host that Grafana will keep alive.
|
||||
;max_idle_connections_per_host = 2
|
||||
|
||||
# How many seconds the data proxy keeps an idle connection open before timing out.
|
||||
;idle_conn_timeout_seconds = 90
|
||||
|
||||
# If enabled and user is not anonymous, data proxy will add X-Grafana-User header with username into the request, default is false.
|
||||
;send_user_header = false
|
||||
|
||||
#################################### Analytics ####################################
|
||||
[analytics]
|
||||
# Server reporting, sends usage counters to stats.grafana.org every 24 hours.
|
||||
# No ip addresses are being tracked, only simple counters to track
|
||||
# running instances, dashboard and error counts. It is very helpful to us.
|
||||
# Change this option to false to disable reporting.
|
||||
;reporting_enabled = true
|
||||
|
||||
# The name of the distributor of the Grafana instance. Ex hosted-grafana, grafana-labs
|
||||
;reporting_distributor = grafana-labs
|
||||
|
||||
# Set to false to disable all checks to https://grafana.net
|
||||
# for new versions (grafana itself and plugins), check is used
|
||||
# in some UI views to notify that grafana or plugin update exists
|
||||
# This option does not cause any auto updates, nor send any information
|
||||
# only a GET request to http://grafana.com to get latest versions
|
||||
;check_for_updates = true
|
||||
|
||||
# Google Analytics universal tracking code, only enabled if you specify an id here
|
||||
;google_analytics_ua_id =
|
||||
|
||||
# Google Tag Manager ID, only enabled if you specify an id here
|
||||
;google_tag_manager_id =
|
||||
|
||||
#################################### Security ####################################
|
||||
[security]
|
||||
# disable creation of admin user on first start of grafana
|
||||
;disable_initial_admin_creation = false
|
||||
|
||||
# default admin user, created on startup
|
||||
;admin_user = admin
|
||||
|
||||
# default admin password, can be changed before first start of grafana, or in profile settings
|
||||
;admin_password = admin
|
||||
|
||||
# used for signing
|
||||
;secret_key = SW2YcwTIb9zpOOhoPsMm
|
||||
|
||||
# disable gravatar profile images
|
||||
;disable_gravatar = false
|
||||
|
||||
# data source proxy whitelist (ip_or_domain:port separated by spaces)
|
||||
;data_source_proxy_whitelist =
|
||||
|
||||
# disable protection against brute force login attempts
|
||||
;disable_brute_force_login_protection = false
|
||||
|
||||
# set to true if you host Grafana behind HTTPS. default is false.
|
||||
;cookie_secure = false
|
||||
|
||||
# set cookie SameSite attribute. defaults to `lax`. can be set to "lax", "strict", "none" and "disabled"
|
||||
;cookie_samesite = lax
|
||||
|
||||
# set to true if you want to allow browsers to render Grafana in a <frame>, <iframe>, <embed> or <object>. default is false.
|
||||
;allow_embedding = false
|
||||
|
||||
# Set to true if you want to enable http strict transport security (HSTS) response header.
|
||||
# This is only sent when HTTPS is enabled in this configuration.
|
||||
# HSTS tells browsers that the site should only be accessed using HTTPS.
|
||||
;strict_transport_security = false
|
||||
|
||||
# Sets how long a browser should cache HSTS. Only applied if strict_transport_security is enabled.
|
||||
;strict_transport_security_max_age_seconds = 86400
|
||||
|
||||
# Set to true if to enable HSTS preloading option. Only applied if strict_transport_security is enabled.
|
||||
;strict_transport_security_preload = false
|
||||
|
||||
# Set to true if to enable the HSTS includeSubDomains option. Only applied if strict_transport_security is enabled.
|
||||
;strict_transport_security_subdomains = false
|
||||
|
||||
# Set to true to enable the X-Content-Type-Options response header.
|
||||
# The X-Content-Type-Options response HTTP header is a marker used by the server to indicate that the MIME types advertised
|
||||
# in the Content-Type headers should not be changed and be followed.
|
||||
;x_content_type_options = true
|
||||
|
||||
# Set to true to enable the X-XSS-Protection header, which tells browsers to stop pages from loading
|
||||
# when they detect reflected cross-site scripting (XSS) attacks.
|
||||
;x_xss_protection = true
|
||||
|
||||
# Enable adding the Content-Security-Policy header to your requests.
|
||||
# CSP allows to control resources the user agent is allowed to load and helps prevent XSS attacks.
|
||||
;content_security_policy = false
|
||||
|
||||
# Set Content Security Policy template used when adding the Content-Security-Policy header to your requests.
|
||||
# $NONCE in the template includes a random nonce.
|
||||
# $ROOT_PATH is server.root_url without the protocol.
|
||||
;content_security_policy_template = """script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' $NONCE;object-src 'none';font-src 'self';style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com ws://$ROOT_PATH wss://$ROOT_PATH;manifest-src 'self';media-src 'none';form-action 'self';"""
|
||||
|
||||
#################################### Snapshots ###########################
|
||||
[snapshots]
|
||||
# snapshot sharing options
|
||||
;external_enabled = true
|
||||
;external_snapshot_url = https://snapshots-origin.raintank.io
|
||||
;external_snapshot_name = Publish to snapshot.raintank.io
|
||||
|
||||
# Set to true to enable this Grafana instance act as an external snapshot server and allow unauthenticated requests for
|
||||
# creating and deleting snapshots.
|
||||
;public_mode = false
|
||||
|
||||
# remove expired snapshot
|
||||
;snapshot_remove_expired = true
|
||||
|
||||
#################################### Dashboards History ##################
|
||||
[dashboards]
|
||||
# Number dashboard versions to keep (per dashboard). Default: 20, Minimum: 1
|
||||
;versions_to_keep = 20
|
||||
|
||||
# Minimum dashboard refresh interval. When set, this will restrict users to set the refresh interval of a dashboard lower than given interval. Per default this is 5 seconds.
|
||||
# The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
|
||||
;min_refresh_interval = 5s
|
||||
|
||||
# Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json"
|
||||
;default_home_dashboard_path =
|
||||
|
||||
#################################### Users ###############################
|
||||
[users]
|
||||
# disable user signup / registration
|
||||
;allow_sign_up = true
|
||||
|
||||
# Allow non admin users to create organizations
|
||||
;allow_org_create = true
|
||||
|
||||
# Set to true to automatically assign new users to the default organization (id 1)
|
||||
;auto_assign_org = true
|
||||
|
||||
# Set this value to automatically add new users to the provided organization (if auto_assign_org above is set to true)
|
||||
;auto_assign_org_id = 1
|
||||
|
||||
# Default role new users will be automatically assigned (if disabled above is set to true)
|
||||
;auto_assign_org_role = Viewer
|
||||
|
||||
# Require email validation before sign up completes
|
||||
;verify_email_enabled = false
|
||||
|
||||
# Background text for the user field on the login page
|
||||
;login_hint = email or username
|
||||
;password_hint = password
|
||||
|
||||
# Default UI theme ("dark" or "light")
|
||||
;default_theme = dark
|
||||
|
||||
# Path to a custom home page. Users are only redirected to this if the default home dashboard is used. It should match a frontend route and contain a leading slash.
|
||||
; home_page =
|
||||
|
||||
# External user management, these options affect the organization users view
|
||||
;external_manage_link_url =
|
||||
;external_manage_link_name =
|
||||
;external_manage_info =
|
||||
|
||||
# Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
|
||||
;viewers_can_edit = false
|
||||
|
||||
# Editors can administrate dashboard, folders and teams they create
|
||||
;editors_can_admin = false
|
||||
|
||||
# The duration in time a user invitation remains valid before expiring. This setting should be expressed as a duration. Examples: 6h (hours), 2d (days), 1w (week). Default is 24h (24 hours). The minimum supported duration is 15m (15 minutes).
|
||||
;user_invite_max_lifetime_duration = 24h
|
||||
|
||||
# Enter a comma-separated list of users login to hide them in the Grafana UI. These users are shown to Grafana admins and themselves.
|
||||
; hidden_users =
|
||||
|
||||
[auth]
|
||||
# Login cookie name
|
||||
;login_cookie_name = grafana_session
|
||||
|
||||
# The maximum lifetime (duration) an authenticated user can be inactive before being required to login at next visit. Default is 7 days (7d). This setting should be expressed as a duration, e.g. 5m (minutes), 6h (hours), 10d (days), 2w (weeks), 1M (month). The lifetime resets at each successful token rotation.
|
||||
;login_maximum_inactive_lifetime_duration =
|
||||
|
||||
# The maximum lifetime (duration) an authenticated user can be logged in since login time before being required to login. Default is 30 days (30d). This setting should be expressed as a duration, e.g. 5m (minutes), 6h (hours), 10d (days), 2w (weeks), 1M (month).
|
||||
;login_maximum_lifetime_duration =
|
||||
|
||||
# How often should auth tokens be rotated for authenticated users when being active. The default is each 10 minutes.
|
||||
;token_rotation_interval_minutes = 10
|
||||
|
||||
# Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false
|
||||
;disable_login_form = false
|
||||
|
||||
# Set to true to disable the sign out link in the side menu. Useful if you use auth.proxy or auth.jwt, defaults to false
|
||||
;disable_signout_menu = false
|
||||
|
||||
# URL to redirect the user to after sign out
|
||||
;signout_redirect_url =
|
||||
|
||||
# Set to true to attempt login with OAuth automatically, skipping the login screen.
|
||||
# This setting is ignored if multiple OAuth providers are configured.
|
||||
;oauth_auto_login = false
|
||||
|
||||
# OAuth state max age cookie duration in seconds. Defaults to 600 seconds.
|
||||
;oauth_state_cookie_max_age = 600
|
||||
|
||||
# limit of api_key seconds to live before expiration
|
||||
;api_key_max_seconds_to_live = -1
|
||||
|
||||
# Set to true to enable SigV4 authentication option for HTTP-based datasources.
|
||||
;sigv4_auth_enabled = false
|
||||
|
||||
#################################### Anonymous Auth ######################
|
||||
[auth.anonymous]
|
||||
# enable anonymous access
|
||||
;enabled = false
|
||||
|
||||
# specify organization name that should be used for unauthenticated users
|
||||
;org_name = Main Org.
|
||||
|
||||
# specify role for unauthenticated users
|
||||
;org_role = Viewer
|
||||
|
||||
# mask the Grafana version number for unauthenticated users
|
||||
;hide_version = false
|
||||
|
||||
#################################### GitHub Auth ##########################
|
||||
[auth.github]
|
||||
;enabled = false
|
||||
;allow_sign_up = true
|
||||
;client_id = some_id
|
||||
;client_secret = some_secret
|
||||
;scopes = user:email,read:org
|
||||
;auth_url = https://github.com/login/oauth/authorize
|
||||
;token_url = https://github.com/login/oauth/access_token
|
||||
;api_url = https://api.github.com/user
|
||||
;allowed_domains =
|
||||
;team_ids =
|
||||
;allowed_organizations =
|
||||
|
||||
#################################### GitLab Auth #########################
|
||||
[auth.gitlab]
|
||||
;enabled = false
|
||||
;allow_sign_up = true
|
||||
;client_id = some_id
|
||||
;client_secret = some_secret
|
||||
;scopes = api
|
||||
;auth_url = https://gitlab.com/oauth/authorize
|
||||
;token_url = https://gitlab.com/oauth/token
|
||||
;api_url = https://gitlab.com/api/v4
|
||||
;allowed_domains =
|
||||
;allowed_groups =
|
||||
|
||||
#################################### Google Auth ##########################
|
||||
[auth.google]
|
||||
;enabled = false
|
||||
;allow_sign_up = true
|
||||
;client_id = some_client_id
|
||||
;client_secret = some_client_secret
|
||||
;scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
|
||||
;auth_url = https://accounts.google.com/o/oauth2/auth
|
||||
;token_url = https://accounts.google.com/o/oauth2/token
|
||||
;api_url = https://www.googleapis.com/oauth2/v1/userinfo
|
||||
;allowed_domains =
|
||||
;hosted_domain =
|
||||
|
||||
#################################### Grafana.com Auth ####################
|
||||
[auth.grafana_com]
|
||||
;enabled = false
|
||||
;allow_sign_up = true
|
||||
;client_id = some_id
|
||||
;client_secret = some_secret
|
||||
;scopes = user:email
|
||||
;allowed_organizations =
|
||||
|
||||
#################################### Azure AD OAuth #######################
|
||||
[auth.azuread]
|
||||
;name = Azure AD
|
||||
;enabled = false
|
||||
;allow_sign_up = true
|
||||
;client_id = some_client_id
|
||||
;client_secret = some_client_secret
|
||||
;scopes = openid email profile
|
||||
;auth_url = https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/authorize
|
||||
;token_url = https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/token
|
||||
;allowed_domains =
|
||||
;allowed_groups =
|
||||
|
||||
#################################### Okta OAuth #######################
|
||||
[auth.okta]
|
||||
;name = Okta
|
||||
;enabled = false
|
||||
;allow_sign_up = true
|
||||
;client_id = some_id
|
||||
;client_secret = some_secret
|
||||
;scopes = openid profile email groups
|
||||
;auth_url = https://<tenant-id>.okta.com/oauth2/v1/authorize
|
||||
;token_url = https://<tenant-id>.okta.com/oauth2/v1/token
|
||||
;api_url = https://<tenant-id>.okta.com/oauth2/v1/userinfo
|
||||
;allowed_domains =
|
||||
;allowed_groups =
|
||||
;role_attribute_path =
|
||||
;role_attribute_strict = false
|
||||
|
||||
#################################### Generic OAuth ##########################
|
||||
[auth.generic_oauth]
|
||||
;enabled = false
|
||||
;name = OAuth
|
||||
;allow_sign_up = true
|
||||
;client_id = some_id
|
||||
;client_secret = some_secret
|
||||
;scopes = user:email,read:org
|
||||
;empty_scopes = false
|
||||
;email_attribute_name = email:primary
|
||||
;email_attribute_path =
|
||||
;login_attribute_path =
|
||||
;name_attribute_path =
|
||||
;id_token_attribute_name =
|
||||
;auth_url = https://foo.bar/login/oauth/authorize
|
||||
;token_url = https://foo.bar/login/oauth/access_token
|
||||
;api_url = https://foo.bar/user
|
||||
;allowed_domains =
|
||||
;team_ids =
|
||||
;allowed_organizations =
|
||||
;role_attribute_path =
|
||||
;role_attribute_strict = false
|
||||
;tls_skip_verify_insecure = false
|
||||
;tls_client_cert =
|
||||
;tls_client_key =
|
||||
;tls_client_ca =
|
||||
|
||||
#################################### Basic Auth ##########################
|
||||
[auth.basic]
|
||||
;enabled = true
|
||||
|
||||
#################################### Auth Proxy ##########################
|
||||
[auth.proxy]
|
||||
;enabled = false
|
||||
;header_name = X-WEBAUTH-USER
|
||||
;header_property = username
|
||||
;auto_sign_up = true
|
||||
;sync_ttl = 60
|
||||
;whitelist = 192.168.1.1, 192.168.2.1
|
||||
;headers = Email:X-User-Email, Name:X-User-Name
|
||||
# Read the auth proxy docs for details on what the setting below enables
|
||||
;enable_login_token = false
|
||||
|
||||
#################################### Auth JWT ##########################
|
||||
[auth.jwt]
|
||||
;enabled = true
|
||||
;header_name = X-JWT-Assertion
|
||||
;email_claim = sub
|
||||
;username_claim = sub
|
||||
;jwk_set_url = https://foo.bar/.well-known/jwks.json
|
||||
;jwk_set_file = /path/to/jwks.json
|
||||
;cache_ttl = 60m
|
||||
;expected_claims = {"aud": ["foo", "bar"]}
|
||||
;key_file = /path/to/key/file
|
||||
|
||||
#################################### Auth LDAP ##########################
|
||||
[auth.ldap]
|
||||
;enabled = false
|
||||
;config_file = /etc/grafana/ldap.toml
|
||||
;allow_sign_up = true
|
||||
|
||||
# LDAP background sync (Enterprise only)
|
||||
# At 1 am every day
|
||||
;sync_cron = "0 0 1 * * *"
|
||||
;active_sync_enabled = true
|
||||
|
||||
#################################### AWS ###########################
|
||||
[aws]
|
||||
# Enter a comma-separated list of allowed AWS authentication providers.
|
||||
# Options are: default (AWS SDK Default), keys (Access && secret key), credentials (Credentials field), ec2_iam_role (EC2 IAM Role)
|
||||
; allowed_auth_providers = default,keys,credentials
|
||||
|
||||
# Allow AWS users to assume a role using temporary security credentials.
|
||||
# If true, assume role will be enabled for all AWS authentication providers that are specified in aws_auth_providers
|
||||
; assume_role_enabled = true
|
||||
|
||||
#################################### Azure ###############################
|
||||
[azure]
|
||||
# Azure cloud environment where Grafana is hosted
|
||||
# Possible values are AzureCloud, AzureChinaCloud, AzureUSGovernment and AzureGermanCloud
|
||||
# Default value is AzureCloud (i.e. public cloud)
|
||||
;cloud = AzureCloud
|
||||
|
||||
# Specifies whether Grafana hosted in Azure service with Managed Identity configured (e.g. Azure Virtual Machines instance)
|
||||
# If enabled, the managed identity can be used for authentication of Grafana in Azure services
|
||||
# Disabled by default, needs to be explicitly enabled
|
||||
;managed_identity_enabled = false
|
||||
|
||||
# Client ID to use for user-assigned managed identity
|
||||
# Should be set for user-assigned identity and should be empty for system-assigned identity
|
||||
;managed_identity_client_id =
|
||||
|
||||
#################################### SMTP / Emailing ##########################
|
||||
[smtp]
|
||||
;enabled = false
|
||||
;host = localhost:25
|
||||
;user =
|
||||
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
|
||||
;password =
|
||||
;cert_file =
|
||||
;key_file =
|
||||
;skip_verify = false
|
||||
;from_address = admin@grafana.localhost
|
||||
;from_name = Grafana
|
||||
# EHLO identity in SMTP dialog (defaults to instance_name)
|
||||
;ehlo_identity = dashboard.example.com
|
||||
# SMTP startTLS policy (defaults to 'OpportunisticStartTLS')
|
||||
;startTLS_policy = NoStartTLS
|
||||
|
||||
[emails]
|
||||
;welcome_email_on_sign_up = false
|
||||
;templates_pattern = emails/*.html
|
||||
|
||||
#################################### Logging ##########################
|
||||
[log]
|
||||
# Either "console", "file", "syslog". Default is console and file
|
||||
# Use space to separate multiple modes, e.g. "console file"
|
||||
;mode = console file
|
||||
|
||||
# Either "debug", "info", "warn", "error", "critical", default is "info"
|
||||
;level = info
|
||||
|
||||
# optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
|
||||
;filters =
|
||||
|
||||
# For "console" mode only
|
||||
[log.console]
|
||||
;level =
|
||||
|
||||
# log line format, valid options are text, console and json
|
||||
;format = console
|
||||
|
||||
# For "file" mode only
|
||||
[log.file]
|
||||
;level =
|
||||
|
||||
# log line format, valid options are text, console and json
|
||||
;format = text
|
||||
|
||||
# This enables automated log rotate(switch of following options), default is true
|
||||
;log_rotate = true
|
||||
|
||||
# Max line number of single file, default is 1000000
|
||||
;max_lines = 1000000
|
||||
|
||||
# Max size shift of single file, default is 28 means 1 << 28, 256MB
|
||||
;max_size_shift = 28
|
||||
|
||||
# Segment log daily, default is true
|
||||
;daily_rotate = true
|
||||
|
||||
# Expired days of log file(delete after max days), default is 7
|
||||
;max_days = 7
|
||||
|
||||
[log.syslog]
|
||||
;level =
|
||||
|
||||
# log line format, valid options are text, console and json
|
||||
;format = text
|
||||
|
||||
# Syslog network type and address. This can be udp, tcp, or unix. If left blank, the default unix endpoints will be used.
|
||||
;network =
|
||||
;address =
|
||||
|
||||
# Syslog facility. user, daemon and local0 through local7 are valid.
|
||||
;facility =
|
||||
|
||||
# Syslog tag. By default, the process' argv[0] is used.
|
||||
;tag =
|
||||
|
||||
[log.frontend]
|
||||
# Should Sentry javascript agent be initialized
|
||||
;enabled = false
|
||||
|
||||
# Sentry DSN if you want to send events to Sentry.
|
||||
;sentry_dsn =
|
||||
|
||||
# Custom HTTP endpoint to send events captured by the Sentry agent to. Default will log the events to stdout.
|
||||
;custom_endpoint = /log
|
||||
|
||||
# Rate of events to be reported between 0 (none) and 1 (all), float
|
||||
;sample_rate = 1.0
|
||||
|
||||
# Requests per second limit enforced an extended period, for Grafana backend log ingestion endpoint (/log).
|
||||
;log_endpoint_requests_per_second_limit = 3
|
||||
|
||||
# Max requests accepted per short interval of time for Grafana backend log ingestion endpoint (/log).
|
||||
;log_endpoint_burst_limit = 15
|
||||
|
||||
#################################### Usage Quotas ########################
|
||||
[quota]
|
||||
; enabled = false
|
||||
|
||||
#### set quotas to -1 to make unlimited. ####
|
||||
# limit number of users per Org.
|
||||
; org_user = 10
|
||||
|
||||
# limit number of dashboards per Org.
|
||||
; org_dashboard = 100
|
||||
|
||||
# limit number of data_sources per Org.
|
||||
; org_data_source = 10
|
||||
|
||||
# limit number of api_keys per Org.
|
||||
; org_api_key = 10
|
||||
|
||||
# limit number of alerts per Org.
|
||||
;org_alert_rule = 100
|
||||
|
||||
# limit number of orgs a user can create.
|
||||
; user_org = 10
|
||||
|
||||
# Global limit of users.
|
||||
; global_user = -1
|
||||
|
||||
# global limit of orgs.
|
||||
; global_org = -1
|
||||
|
||||
# global limit of dashboards
|
||||
; global_dashboard = -1
|
||||
|
||||
# global limit of api_keys
|
||||
; global_api_key = -1
|
||||
|
||||
# global limit on number of logged in users.
|
||||
; global_session = -1
|
||||
|
||||
# global limit of alerts
|
||||
;global_alert_rule = -1
|
||||
|
||||
#################################### Alerting ############################
|
||||
[alerting]
|
||||
# Disable alerting engine & UI features
|
||||
;enabled = true
|
||||
# Makes it possible to turn off alert rule execution but alerting UI is visible
|
||||
;execute_alerts = true
|
||||
|
||||
# Default setting for new alert rules. Defaults to categorize error and timeouts as alerting. (alerting, keep_state)
|
||||
;error_or_timeout = alerting
|
||||
|
||||
# Default setting for how Grafana handles nodata or null values in alerting. (alerting, no_data, keep_state, ok)
|
||||
;nodata_or_nullvalues = no_data
|
||||
|
||||
# Alert notifications can include images, but rendering many images at the same time can overload the server
|
||||
# This limit will protect the server from render overloading and make sure notifications are sent out quickly
|
||||
;concurrent_render_limit = 5
|
||||
|
||||
|
||||
# Default setting for alert calculation timeout. Default value is 30
|
||||
;evaluation_timeout_seconds = 30
|
||||
|
||||
# Default setting for alert notification timeout. Default value is 30
|
||||
;notification_timeout_seconds = 30
|
||||
|
||||
# Default setting for max attempts to sending alert notifications. Default value is 3
|
||||
;max_attempts = 3
|
||||
|
||||
# Makes it possible to enforce a minimal interval between evaluations, to reduce load on the backend
|
||||
;min_interval_seconds = 1
|
||||
|
||||
# Configures for how long alert annotations are stored. Default is 0, which keeps them forever.
|
||||
# This setting should be expressed as a duration. Examples: 6h (hours), 10d (days), 2w (weeks), 1M (month).
|
||||
;max_annotation_age =
|
||||
|
||||
# Configures max number of alert annotations that Grafana stores. Default value is 0, which keeps all alert annotations.
|
||||
;max_annotations_to_keep =
|
||||
|
||||
#################################### Annotations #########################
|
||||
[annotations]
|
||||
# Configures the batch size for the annotation clean-up job. This setting is used for dashboard, API, and alert annotations.
|
||||
;cleanupjob_batchsize = 100
|
||||
|
||||
[annotations.dashboard]
|
||||
# Dashboard annotations means that annotations are associated with the dashboard they are created on.
|
||||
|
||||
# Configures how long dashboard annotations are stored. Default is 0, which keeps them forever.
|
||||
# This setting should be expressed as a duration. Examples: 6h (hours), 10d (days), 2w (weeks), 1M (month).
|
||||
;max_age =
|
||||
|
||||
# Configures max number of dashboard annotations that Grafana stores. Default value is 0, which keeps all dashboard annotations.
|
||||
;max_annotations_to_keep =
|
||||
|
||||
[annotations.api]
|
||||
# API annotations means that the annotations have been created using the API without any
|
||||
# association with a dashboard.
|
||||
|
||||
# Configures how long Grafana stores API annotations. Default is 0, which keeps them forever.
|
||||
# This setting should be expressed as a duration. Examples: 6h (hours), 10d (days), 2w (weeks), 1M (month).
|
||||
;max_age =
|
||||
|
||||
# Configures max number of API annotations that Grafana keeps. Default value is 0, which keeps all API annotations.
|
||||
;max_annotations_to_keep =
|
||||
|
||||
#################################### Explore #############################
|
||||
[explore]
|
||||
# Enable the Explore section
|
||||
;enabled = true
|
||||
|
||||
#################################### Internal Grafana Metrics ##########################
|
||||
# Metrics available at HTTP API Url /metrics
|
||||
[metrics]
|
||||
# Disable / Enable internal metrics
|
||||
;enabled = true
|
||||
# Graphite Publish interval
|
||||
;interval_seconds = 10
|
||||
# Disable total stats (stat_totals_*) metrics to be generated
|
||||
;disable_total_stats = false
|
||||
|
||||
#If both are set, basic auth will be required for the metrics endpoint.
|
||||
; basic_auth_username =
|
||||
; basic_auth_password =
|
||||
|
||||
# Metrics environment info adds dimensions to the `grafana_environment_info` metric, which
|
||||
# can expose more information about the Grafana instance.
|
||||
[metrics.environment_info]
|
||||
#exampleLabel1 = exampleValue1
|
||||
#exampleLabel2 = exampleValue2
|
||||
|
||||
# Send internal metrics to Graphite
|
||||
[metrics.graphite]
|
||||
# Enable by setting the address setting (ex localhost:2003)
|
||||
;address =
|
||||
;prefix = prod.grafana.%(instance_name)s.
|
||||
|
||||
#################################### Grafana.com integration ##########################
|
||||
# Url used to import dashboards directly from Grafana.com
|
||||
[grafana_com]
|
||||
;url = https://grafana.com
|
||||
|
||||
#################################### Distributed tracing ############
|
||||
[tracing.jaeger]
|
||||
# Enable by setting the address sending traces to jaeger (ex localhost:6831)
|
||||
;address = localhost:6831
|
||||
# Tag that will always be included in when creating new spans. ex (tag1:value1,tag2:value2)
|
||||
;always_included_tag = tag1:value1
|
||||
# Type specifies the type of the sampler: const, probabilistic, rateLimiting, or remote
|
||||
;sampler_type = const
|
||||
# jaeger samplerconfig param
|
||||
# for "const" sampler, 0 or 1 for always false/true respectively
|
||||
# for "probabilistic" sampler, a probability between 0 and 1
|
||||
# for "rateLimiting" sampler, the number of spans per second
|
||||
# for "remote" sampler, param is the same as for "probabilistic"
|
||||
# and indicates the initial sampling rate before the actual one
|
||||
# is received from the mothership
|
||||
;sampler_param = 1
|
||||
# sampling_server_url is the URL of a sampling manager providing a sampling strategy.
|
||||
;sampling_server_url =
|
||||
# Whether or not to use Zipkin propagation (x-b3- HTTP headers).
|
||||
;zipkin_propagation = false
|
||||
# Setting this to true disables shared RPC spans.
|
||||
# Not disabling is the most common setting when using Zipkin elsewhere in your infrastructure.
|
||||
;disable_shared_zipkin_spans = false
|
||||
|
||||
#################################### External image storage ##########################
|
||||
[external_image_storage]
|
||||
# Used for uploading images to public servers so they can be included in slack/email messages.
|
||||
# you can choose between (s3, webdav, gcs, azure_blob, local)
|
||||
;provider =
|
||||
|
||||
[external_image_storage.s3]
|
||||
;endpoint =
|
||||
;path_style_access =
|
||||
;bucket =
|
||||
;region =
|
||||
;path =
|
||||
;access_key =
|
||||
;secret_key =
|
||||
|
||||
[external_image_storage.webdav]
|
||||
;url =
|
||||
;public_url =
|
||||
;username =
|
||||
;password =
|
||||
|
||||
[external_image_storage.gcs]
|
||||
;key_file =
|
||||
;bucket =
|
||||
;path =
|
||||
|
||||
[external_image_storage.azure_blob]
|
||||
;account_name =
|
||||
;account_key =
|
||||
;container_name =
|
||||
|
||||
[external_image_storage.local]
|
||||
# does not require any configuration
|
||||
|
||||
[rendering]
|
||||
# Options to configure a remote HTTP image rendering service, e.g. using https://github.com/grafana/grafana-image-renderer.
|
||||
# URL to a remote HTTP image renderer service, e.g. http://localhost:8081/render, will enable Grafana to render panels and dashboards to PNG-images using HTTP requests to an external service.
|
||||
;server_url =
|
||||
# If the remote HTTP image renderer service runs on a different server than the Grafana server you may have to configure this to a URL where Grafana is reachable, e.g. http://grafana.domain/.
|
||||
;callback_url =
|
||||
# Concurrent render request limit affects when the /render HTTP endpoint is used. Rendering many images at the same time can overload the server,
|
||||
# which this setting can help protect against by only allowing a certain amount of concurrent requests.
|
||||
;concurrent_render_request_limit = 30
|
||||
|
||||
[panels]
|
||||
# If set to true Grafana will allow script tags in text panels. Not recommended as it enable XSS vulnerabilities.
|
||||
;disable_sanitize_html = false
|
||||
|
||||
[plugins]
|
||||
;enable_alpha = false
|
||||
;app_tls_skip_verify_insecure = false
|
||||
# Enter a comma-separated list of plugin identifiers to identify plugins that are allowed to be loaded even if they lack a valid signature.
|
||||
;allow_loading_unsigned_plugins =
|
||||
# Enable or disable installing plugins directly from within Grafana.
|
||||
;plugin_admin_enabled = false
|
||||
;plugin_admin_external_manage_enabled = false
|
||||
;plugin_catalog_url = https://grafana.com/grafana/plugins/
|
||||
|
||||
#################################### Grafana Live ##########################################
|
||||
[live]
|
||||
# max_connections to Grafana Live WebSocket endpoint per Grafana server instance. See Grafana Live docs
|
||||
# if you are planning to make it higher than default 100 since this can require some OS and infrastructure
|
||||
# tuning. 0 disables Live, -1 means unlimited connections.
|
||||
;max_connections = 100
|
||||
|
||||
#################################### Grafana Image Renderer Plugin ##########################
|
||||
[plugin.grafana-image-renderer]
|
||||
# Instruct headless browser instance to use a default timezone when not provided by Grafana, e.g. when rendering panel image of alert.
|
||||
# See ICU’s metaZones.txt (https://cs.chromium.org/chromium/src/third_party/icu/source/data/misc/metaZones.txt) for a list of supported
|
||||
# timezone IDs. Fallbacks to TZ environment variable if not set.
|
||||
;rendering_timezone =
|
||||
|
||||
# Instruct headless browser instance to use a default language when not provided by Grafana, e.g. when rendering panel image of alert.
|
||||
# Please refer to the HTTP header Accept-Language to understand how to format this value, e.g. 'fr-CH, fr;q=0.9, en;q=0.8, de;q=0.7, *;q=0.5'.
|
||||
;rendering_language =
|
||||
|
||||
# Instruct headless browser instance to use a default device scale factor when not provided by Grafana, e.g. when rendering panel image of alert.
|
||||
# Default is 1. Using a higher value will produce more detailed images (higher DPI), but will require more disk space to store an image.
|
||||
;rendering_viewport_device_scale_factor =
|
||||
|
||||
# Instruct headless browser instance whether to ignore HTTPS errors during navigation. Per default HTTPS errors are not ignored. Due to
|
||||
# the security risk it's not recommended to ignore HTTPS errors.
|
||||
;rendering_ignore_https_errors =
|
||||
|
||||
# Instruct headless browser instance whether to capture and log verbose information when rendering an image. Default is false and will
|
||||
# only capture and log error messages. When enabled, debug messages are captured and logged as well.
|
||||
# For the verbose information to be included in the Grafana server log you have to adjust the rendering log level to debug, configure
|
||||
# [log].filter = rendering:debug.
|
||||
;rendering_verbose_logging =
|
||||
|
||||
# Instruct headless browser instance whether to output its debug and error messages into running process of remote rendering service.
|
||||
# Default is false. This can be useful to enable (true) when troubleshooting.
|
||||
;rendering_dumpio =
|
||||
|
||||
# Additional arguments to pass to the headless browser instance. Default is --no-sandbox. The list of Chromium flags can be found
|
||||
# here (https://peter.sh/experiments/chromium-command-line-switches/). Multiple arguments is separated with comma-character.
|
||||
;rendering_args =
|
||||
|
||||
# You can configure the plugin to use a different browser binary instead of the pre-packaged version of Chromium.
|
||||
# Please note that this is not recommended, since you may encounter problems if the installed version of Chrome/Chromium is not
|
||||
# compatible with the plugin.
|
||||
;rendering_chrome_bin =
|
||||
|
||||
# Instruct how headless browser instances are created. Default is 'default' and will create a new browser instance on each request.
|
||||
# Mode 'clustered' will make sure that only a maximum of browsers/incognito pages can execute concurrently.
|
||||
# Mode 'reusable' will have one browser instance and will create a new incognito page on each request.
|
||||
;rendering_mode =
|
||||
|
||||
# When rendering_mode = clustered you can instruct how many browsers or incognito pages can execute concurrently. Default is 'browser'
|
||||
# and will cluster using browser instances.
|
||||
# Mode 'context' will cluster using incognito pages.
|
||||
;rendering_clustering_mode =
|
||||
# When rendering_mode = clustered you can define maximum number of browser instances/incognito pages that can execute concurrently..
|
||||
;rendering_clustering_max_concurrency =
|
||||
|
||||
# Limit the maximum viewport width, height and device scale factor that can be requested.
|
||||
;rendering_viewport_max_width =
|
||||
;rendering_viewport_max_height =
|
||||
;rendering_viewport_max_device_scale_factor =
|
||||
|
||||
# Change the listening host and port of the gRPC server. Default host is 127.0.0.1 and default port is 0 and will automatically assign
|
||||
# a port not in use.
|
||||
;grpc_host =
|
||||
;grpc_port =
|
||||
|
||||
[enterprise]
|
||||
# Path to a valid Grafana Enterprise license.jwt file
|
||||
;license_path =
|
||||
|
||||
[feature_toggles]
|
||||
# enable features, separated by spaces
|
||||
;enable =
|
||||
|
||||
[date_formats]
|
||||
# For information on what formatting patterns that are supported https://momentjs.com/docs/#/displaying/
|
||||
|
||||
# Default system date format used in time range picker and other places where full time is displayed
|
||||
;full_date = YYYY-MM-DD HH:mm:ss
|
||||
|
||||
# Used by graph and other places where we only show small intervals
|
||||
;interval_second = HH:mm:ss
|
||||
;interval_minute = HH:mm
|
||||
;interval_hour = MM/DD HH:mm
|
||||
;interval_day = MM/DD
|
||||
;interval_month = YYYY-MM
|
||||
;interval_year = YYYY
|
||||
|
||||
# Experimental feature
|
||||
;use_browser_locale = false
|
||||
|
||||
# Default timezone for user preferences. Options are 'browser' for the browser local timezone or a timezone name from IANA Time Zone database, e.g. 'UTC' or 'Europe/Amsterdam' etc.
|
||||
;default_timezone = browser
|
||||
|
||||
[expressions]
|
||||
# Enable or disable the expressions functionality.
|
||||
;enabled = true
|
4
www/grafana8/pkg-descr
Normal file
4
www/grafana8/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Grafana is an open source, feature rich metrics dashboard and graph editor for
|
||||
Graphite, ElasticSearch, OpenTSDB, Prometheus and InfluxDB.
|
||||
|
||||
WWW: https://github.com/grafana/grafana
|
12
www/grafana8/pkg-message
Normal file
12
www/grafana8/pkg-message
Normal file
@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
type: upgrade
|
||||
maximum_version: "8.0"
|
||||
message: <<EOM
|
||||
- rc-script: grafana_conf renamed to grafana_config;
|
||||
- grafana.conf moved to etc/grafana/grafana.ini;
|
||||
- provisioning dir moved to etc/grafana/provisioning.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
4415
www/grafana8/pkg-plist
Normal file
4415
www/grafana8/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user