-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduction of Severity Colors #8537
Comments
Thank you @gvnmagni! When we add this, we'll need to add documentation for these colors to https://eui.elastic.co/#/theming/colors/values. Thinking ahead a bit, would you be able to provide a brief description in this issue for each of the new color tokens? Specifically, any of the values going into
This is owned by the @elastic/obs-ux-infra_services-team team
This is owned by the @elastic/response-ops team
This is owned by the @elastic/response-ops team When we introduce the new version of EUI that contains these changes, we can update their usage above accordingly. @gvnmagni Are you able to provide any guidance around what we would want to map those old colors usages to? Adding some additional context: |
Note that all OpenTelemetry log records have a SeverityNumber, so if I saw a variable called |
@smith FWIW, those colors (colors like
So the intent it to replace |
FYI, when adding tokens we still need to add them on Borealis and Amsterdam to prevent the code breaking between them while practically we still have two themes. We can map them to anything but we'll need to make sure to use them with Borealis only by in-code feature flagging then (as done for the examples listed by Jason above). |
thank you @smith we are in touch with @patpscal and @l-suarez to be sure that we have a good solution for log.levels. There is an ongoing conversation around the topic (image below shows usage examples that are being explored) ![]() |
I wanted to give a solution for severityColors that are already in use, for those owned by @elastic/response-ops, I propose we proceed with this update:
the ones related to @elastic/obs-ux-infra_services-team instead, I would propose:
|
@JasonStoltz regarding your comment about guidelines, I have two options in my mind and I can't figure what would be the best one: On one side, we could add these tokens and their description in our current documentation. On the other side we could dedicate a page to Severity as a general concept, knowing that in the future this will hopefully improved/enlarged, similar to what Dynatrace has done (link) and an approach that I was already kind of structuring in this document (link) What do you think? |
Hi all, with this issue I'll try to list all the required additions to our set of colors in order to include Severity Tokens in our system. I will go through file by file, I hope this is the best way for you to have this information, please let me know if you prefer something else, I am totally open
in
_primitive_colors.ts
we should add the following colors:In
_semantic_colors.ts
we should add the following colors:in
_color_light.ts
we should add the following colors:in
_color_dark.ts
we should add the following colors:in
_colors_vis.ts
we should remove all current Severity colors and replace them with the following:This last point brings me to a final consideration, what would you suggest to do in case somebody has already used the previous set of temporary severity colors? How can we detect if that happened already?
The text was updated successfully, but these errors were encountered: