| Copyright | (c) Ian Duncan 2021 |
|---|---|
| License | BSD-3 |
| Maintainer | Ian Duncan |
| Stability | experimental |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
OpenTelemetry.Attributes.Map
Description
Documentation
insertByKey :: ToAttribute a => AttributeKey a -> a -> AttributeMap -> AttributeMap Source #
insertAttributeByKey :: AttributeKey a -> Attribute -> AttributeMap -> AttributeMap Source #
lookupByKey :: FromAttribute a => AttributeKey a -> AttributeMap -> Maybe a Source #
lookupAttributeByKey :: AttributeKey a -> AttributeMap -> Maybe Attribute Source #
module Data.HashMap.Strict