grafana set domain
This commit is contained in:
parent
33d973927c
commit
824b10546d
1 changed files with 14 additions and 0 deletions
|
@ -55,6 +55,20 @@ defaults = {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@metadata_reactor.provides(
|
||||||
|
'grafana/config/server/domain',
|
||||||
|
)
|
||||||
|
def domain(metadata):
|
||||||
|
return {
|
||||||
|
'grafana': {
|
||||||
|
'config': {
|
||||||
|
'server': {
|
||||||
|
'domain': metadata.get('grafana/hostname'),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
@metadata_reactor.provides(
|
@metadata_reactor.provides(
|
||||||
'grafana/datasources',
|
'grafana/datasources',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue