Skip to content

Commit

Permalink
Added Namespace of the pipeline to the json output.
Browse files Browse the repository at this point in the history
  • Loading branch information
BorekZnovustvoritel committed Dec 5, 2023
1 parent c7fce90 commit ef1ea45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def process_pipelinerun() -> Any:
"pipeline": pipelinerun.pipeline_name,
"pipelinerun_name": pipelinerun.pipelinerun_name,
"duration": duration,
"namespace": pipelinerun.namespace,
}
)

Expand Down

0 comments on commit ef1ea45

Please sign in to comment.