Skip to content

Commit

Permalink
Merge pull request #2 from redhat-openshift-ecosystem/add-field-to-json
Browse files Browse the repository at this point in the history
Added Namespace of the pipeline to the json output.
  • Loading branch information
Allda authored Dec 5, 2023
2 parents c7fce90 + ef1ea45 commit 7a257c2
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 7a257c2

Please sign in to comment.