mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +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
|
||||
local payload = {
|
||||
stream = {
|
||||
hostname = cache.resource,
|
||||
service = event
|
||||
server = hostname,
|
||||
resource = cache.resource,
|
||||
event = event
|
||||
},
|
||||
values = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user