Skip to content

Commit

Permalink
feat: single token monitor name (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt authored Nov 30, 2023
1 parent 52e1d07 commit d008770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/monitor.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class MonitorService {
const agentCount = Number(i.split(DELIMITER)[1]);
for (let j = 0; j < agentCount; j++) {
const monitor: Monitor = {
name: `nrm_${serverName}_fluent-bit.${j}`,
name: `nrm_${serverName}_fluentbit_${j}`,
server: serverName,
agent: `fluent-bit.${j}`,
query_level_trigger_id: crypto
Expand Down

0 comments on commit d008770

Please sign in to comment.