Skip to content

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Jun 2, 2020

Fixes #68

@Mpdreamz Mpdreamz added bug Something isn't working v1.5.1 labels Jun 2, 2020
@ghost
Copy link

ghost commented Jun 2, 2020

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #84 updated

  • Start Time: 2021-06-01T00:11:00.459+0000

  • Duration: 14 min 24 sec

  • Commit: a650f5c

Test stats 🧪

Test Results
Failed 0
Passed 78
Skipped 0
Total 78

Trends 🧪

Image of Build Times

Image of Tests

@Mpdreamz
Copy link
Member Author

Mpdreamz commented Jun 2, 2020

@gregkalapos @russcam @sgryphon this one has to go in 1.6.0 since we a have minor non breaking clause in https://github.com/elastic/ecs-dotnet#versioning

@Mpdreamz Mpdreamz added v1.6.0 and removed v1.5.1 labels Jun 2, 2020
@russcam
Copy link
Contributor

russcam commented Feb 10, 2021

Wondering if labels should be Dictionary<string, string> or whether it should be a Dictionary constrained to scalar values. For example, the APM agent labels can be any of string, number or boolean, and are modelled internally with a Label type:

https://github.com/elastic/apm-agent-dotnet/blob/2c433d31c45444e026081721e9c4190dadc383b8/src/Elastic.Apm/Api/Label.cs

As far as I understand, APM agent labels map to the ECS labels field. Should Elastic Common Schema .NET have a similar type to constrain label values?

@sgryphon
Copy link
Contributor

@russcam this fix needs to be in 1.6 (if it is not there already... although I guess you just filter on tag = 1.6)

@russcam russcam merged commit 616cb23 into master Jun 1, 2021
@russcam russcam deleted the fix/labels branch June 1, 2021 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking bug Something isn't working v1.6.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Base labels values should probably be string (keyword), not object

3 participants