adding unit tests for labelsets, metrics, and fingerprints types#167
adding unit tests for labelsets, metrics, and fingerprints types#167brian-brazil merged 1 commit intoprometheus:masterfrom
Conversation
| } | ||
| }` | ||
| var c testConfig | ||
| err := json.Unmarshal([]byte(labelSetJSON), &c) |
There was a problem hiding this comment.
Hmm, it this code dead yet?
There was a problem hiding this comment.
I am not sure I follow :).
There was a problem hiding this comment.
I'm wondering if we still have code that uses this, and if not if we can delete it.
There was a problem hiding this comment.
I'll update the year in this file's license header
There was a problem hiding this comment.
Are you referring to the JSON Unmarshal specifically ? LabelSet is being used widely.
Signed-off-by: tariqibrahim <tariq181290@gmail.com>
|
Thanks! |
Allow user to specify HTTP and gRPC bind addresses (not just ports.) (Rebase of prometheus#153)
Akashbayzid
left a comment
There was a problem hiding this comment.
~~_**jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to Azure Web App
uses: azure/webapps-deploy@v5
with:
app-name: MY_WEBAPP_NAME
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
images: my-docker-image:tag**_~~
Signed-off-by: tariqibrahim tariq181290@gmail.com