mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
fix(logger/loki): Consistent stream labels (#304)
This commit is contained in:
@@ -191,8 +191,9 @@ if service == 'loki' then
|
|||||||
-- initialise stream payload
|
-- initialise stream payload
|
||||||
local payload = {
|
local payload = {
|
||||||
stream = {
|
stream = {
|
||||||
hostname = cache.resource,
|
server = hostname,
|
||||||
service = event
|
resource = cache.resource,
|
||||||
|
event = event
|
||||||
},
|
},
|
||||||
values = {
|
values = {
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user